Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
IMAGINE
Commits
88debf7f
Commit
88debf7f
authored
Sep 06, 2017
by
Theo Steininger
Browse files
Fixed dockerfile and hammurabi_Makefile
parent
910fb6b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
88debf7f
...
...
@@ -44,9 +44,9 @@ RUN pip install healpy
# RUN wget https://sourceforge.net/code-snapshots/svn/h/ha/hammurabicode/code/hammurabicode-code-41-trunk.zip
# RUN unzip hammurabicode-code-41-trunk.zip
# WORKDIR hammurabicode-code-41-trunk
RUN
wget https://sourceforge.net/code-snapshots/svn/h/ha/hammurabicode/code/hammurabicode-code-
52
-trunk.zip
RUN
unzip hammurabicode-code-
52
-trunk.zip
WORKDIR
hammurabicode-code-
52
-trunk
RUN
wget https://sourceforge.net/code-snapshots/svn/h/ha/hammurabicode/code/hammurabicode-code-
60
-trunk.zip
RUN
unzip hammurabicode-code-
60
-trunk.zip
WORKDIR
hammurabicode-code-
60
-trunk
COPY
hammurabi_Makefile Makefile
RUN
[
-r
/root/.healpix/3_31_Linux/config
]
&&
.
/root/.healpix/3_31_Linux/config
&&
make hammurabi
&&
make clean
WORKDIR
..
...
...
docker/hammurabi_Makefile
View file @
88debf7f
...
...
@@ -203,8 +203,8 @@ tarfile:
tar cvzf hammurabi.tgz *cpp *h Makefile *.f README hampy
unittar:
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
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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