Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
afa084b9
Commit
afa084b9
authored
5 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
update docker buildfile for 2.1
parent
ceeb59d6
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/Dockerfile
+2
-2
2 additions, 2 deletions
docker/Dockerfile
docker/build.log
+12977
-3220
12977 additions, 3220 deletions
docker/build.log
with
12979 additions
and
3222 deletions
docker/Dockerfile
+
2
−
2
View file @
afa084b9
...
...
@@ -111,7 +111,7 @@ RUN mkdir GSL
WORKDIR
/home/binary_c/GSL
RUN
wget
-N
https://gitlab.eps.surrey.ac.uk/ri0005/GSL-RGI/repository/archive.zip
-O
GSL.zip
RUN
unzip GSL.zip
RUN
cd
GSL-RGI-
*
/2.
5
;
export
CFLAGS
=
"-O2 -mtune=generic -march=x86-64 -g"
;
./configure
--prefix
=
/home/binary_c
;
make
-j
$(
nproc
)
;
make
install
RUN
cd
GSL-RGI-
*
/2.
6
;
export
CFLAGS
=
"-O2 -mtune=generic -march=x86-64 -g"
;
./configure
generic
--prefix
=
/home/binary_c
;
make
-j
$(
nproc
)
;
make
install
RUN
cd
;
rm
-rf
GSL
############################################################
...
...
@@ -186,7 +186,7 @@ RUN cpanm Sort::Key
RUN
perl ./install_all.pl
RUN
cpanm Proc::ProcessTable
RUN
cpanm Cpanel::JSON::XS
RUN
cpanm
-v
./binary_grid-2.
0
1.tar.gz
RUN
cpanm
-v
./binary_grid-2.1.tar.gz
############################################################
# cleanup: cpanm and build directories
...
...
This diff is collapsed.
Click to expand it.
docker/build.log
+
12977
−
3220
View file @
afa084b9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment