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
NIFTy
Commits
1e6df83d
Commit
1e6df83d
authored
May 30, 2017
by
Martin Reinecke
Browse files
don't enable CPU-specific optimizations when building a (portable) Docker container
parent
abfa5b9f
Pipeline
#13147
passed with stage
in 5 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci/install_pyHealpix.sh
View file @
1e6df83d
#!/bin/bash
git clone https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
(
cd
pyHealpix
&&
autoreconf
-i
&&
./configure
--enable-openmp
--enable-native-optimizations
&&
make
-j4
install
)
(
cd
pyHealpix
&&
autoreconf
-i
&&
./configure
--enable-openmp
&&
make
-j4
install
)
rm
-rf
pyHealpix
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