Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
8d6b9ff2
Commit
8d6b9ff2
authored
Sep 11, 2017
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try to use pip to full extent
parent
1d85a306
Pipeline
#18082
failed with stage
in 1 minute and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ci/install_basics.sh
ci/install_basics.sh
+1
-1
setup.py
setup.py
+1
-1
No files found.
ci/install_basics.sh
View file @
8d6b9ff2
#!/bin/bash
apt-get
install
-y
build-essential git autoconf libtool
\
apt-get
install
-y
build-essential git autoconf libtool
pkg-config
\
libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 libfftw3-single3
\
python python-pip python-dev python-nose
\
python3 python3-pip python3-dev python3-nose
setup.py
View file @
8d6b9ff2
...
...
@@ -32,7 +32,7 @@ setup(name="nifty2go",
dependency_links
=
[
'git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git@setuptools_test#egg=pyHealpix-0.0.1'
],
license
=
"GPLv3"
,
setup_requires
=
[
'future'
,
'pyHealpix>=0.0.1'
,
'numpy>=1.13'
,
'pyfftw>=0.10.4'
,
'matplotlib'
],
setup_requires
=
[
'future'
,
'pyHealpix>=0.0.1'
,
'numpy>=1.13'
,
'pyfftw>=0.10.4'
],
classifiers
=
[
"Development Status :: 4 - Beta"
,
"Topic :: Utilities"
,
...
...
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