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
Open sidebar
ift
NIFTy
Commits
7929bc67
Commit
7929bc67
authored
Aug 31, 2017
by
Martin Reinecke
Browse files
update CI
parent
0eea67e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/install_pyHealpix.sh
View file @
7929bc67
...
...
@@ -2,5 +2,5 @@
git clone https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
(
cd
pyHealpix
&&
autoreconf
-i
&&
./configure
--enable-openmp
&&
make
-j4
install
)
(
cd
pyHealpix
&&
autoreconf
-i
&&
PYTHON
=
python3 ./configure
--enable-openmp
&&
make
-j4
install
)
(
cd
pyHealpix
&&
autoreconf
-i
&&
PYTHON
=
python3
PYTHON_CONFIG
=
python3-config
./configure
--enable-openmp
&&
make
-j4
install
)
rm
-rf
pyHealpix
Write
Preview
Supports
Markdown
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