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
4ab7f15f
Commit
4ab7f15f
authored
Sep 01, 2017
by
Martin Reinecke
Browse files
experiment
parent
03739923
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/install_pyHealpix.sh
View file @
4ab7f15f
#!/bin/bash
git clone https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
(
cd
pyHealpix
&&
autoreconf
-i
&&
./configure
--enable-openmp
--prefix
=
~
/.local
&&
make
-j4
install
)
(
cd
pyHealpix
&&
autoreconf
-i
&&
PYTHON
=
python3
PYTHON_CONFIG
=
python3-config ./configure
--enable-openmp
--prefix
=
~
/.local
&&
make
-j4
install
)
(
cd
pyHealpix
&&
autoreconf
-i
&&
./configure
--enable-openmp
--prefix
=
${
HOME
}
/.local
&&
make
-j4
install
)
(
cd
pyHealpix
&&
autoreconf
-i
&&
PYTHON
=
python3
PYTHON_CONFIG
=
python3-config ./configure
--enable-openmp
--prefix
=
${
HOME
}
/.local
&&
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