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
b61d1e9e
Commit
b61d1e9e
authored
Jan 20, 2018
by
Martin Reinecke
Browse files
tweak installation
parent
4a236ced
Pipeline
#23873
failed with stage
in 4 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b61d1e9e
...
...
@@ -16,6 +16,7 @@ before_script:
test_min
:
stage
:
test
script
:
-
pip install --user .
-
nosetests -x --with-coverage --cover-package=nifty4 --cover-branches
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests -x --with-coverage --cover-package=nifty4 --cover-branches
-
OMP_NUM_THREADS=1 mpiexec --allow-run-as-root -n 4 nosetests3 -x
...
...
setup.py
View file @
b61d1e9e
...
...
@@ -27,7 +27,7 @@ setup(name="nifty4",
description
=
"Numerical Information Field Theory"
,
url
=
"http://www.mpa-garching.mpg.de/ift/nifty/"
,
packages
=
find_packages
(
include
=
[
"nifty4"
,
"nifty4.*"
]),
zip_safe
=
Fals
e
,
zip_safe
=
Tru
e
,
license
=
"GPLv3"
,
setup_requires
=
[
'future'
,
'numpy'
],
install_requires
=
[
'future'
,
'numpy'
,
'pyfftw>=0.10.4'
],
...
...
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