Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
IMAGINE
Commits
19240018
Commit
19240018
authored
Sep 04, 2017
by
Theo Steininger
Browse files
Updated Dockerfiles
parent
cc683044
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
19240018
...
...
@@ -3,7 +3,7 @@ FROM ubuntu:latest
RUN
apt-get update
RUN
apt-get
install
-y
build-essential python python-pip python-dev git gfortran autoconf gsl-bin libgsl-dev wget unzip
RUN
pip
install
numpy scipy cython astropy ipython
RUN
pip
install
numpy scipy cython astropy
ipython
==
5.3.0
RUN
mkdir
/home/Downloads
WORKDIR
/home/Downloads
...
...
docker/hammurabi_Makefile
View file @
19240018
...
...
@@ -50,7 +50,7 @@ CXX = g++
CXXFLAGS = -m64 -O2 -fopenmp -Wall
#
# With OSX g++-mp-4.3
#CXXFLAGS = -fopenmp -O2 -fno-inline-functions -Wall -Wextra -Wno-unknown-pragmas
#CXXFLAGS = -fopenmp -O2
-g
-fno-inline-functions -Wall -Wextra -Wno-unknown-pragmas
-ansi
#
# Which Fortran compiler you are using? Only if compiling with NE2001 and/or Galprop
...
...
@@ -203,5 +203,8 @@ tarfile:
tar cvzf hammurabi.tgz *cpp *h Makefile *.f README hampy
unittar:
tar cvzf hammurabi_unit_test.tgz unit_test/inputs unit_test/GALDEF unit_test/FITS unit_test/negrid_n400.bin unit_test/ref.mini unit_test/ref unit_test/ref.big
tar cvzf hammurabi_unit_test_inputs.tgz unit_test/inputs unit_test/GALDEF unit_test/FITS unit_test/negrid_n400.bin
tar cvzf hammurabi_unit_test_ref.tgz unit_test/ref unit_test/ref.big
tar cvzf hammurabi_unit_test_ref.mini.tgz unit_test/ref.mini
tar cvzf hammurabi_unit_test_ref.big.tgz unit_test/ref.big
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment