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
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
13
Merge Requests
13
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
583fba11
Commit
583fba11
authored
Sep 12, 2017
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more setup tweaks
parent
581a6449
Pipeline
#18124
passed with stage
in 5 minutes and 38 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
9 deletions
+5
-9
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Dockerfile
Dockerfile
+1
-6
ci/install_basics.sh
ci/install_basics.sh
+2
-2
ci/requirements.txt
ci/requirements.txt
+1
-0
No files found.
.gitlab-ci.yml
View file @
583fba11
image
:
ubuntu:
latest
image
:
ubuntu:
zesty
stages
:
-
test
...
...
Dockerfile
View file @
583fba11
FROM
ubuntu:
latest
FROM
ubuntu:
artful
# dependencies via apt
RUN
apt-get update
...
...
@@ -11,11 +11,6 @@ ADD ci/requirements.txt /tmp/requirements.txt
RUN
pip
install
--upgrade
-r
/tmp/requirements.txt
# install pyHealpix, pyfftw and h5py
ADD
ci/install_pyHealpix.sh /tmp/install_pyHealpix.sh
RUN
cd
/tmp
&&
chmod
+x install_pyHealpix.sh
&&
./install_pyHealpix.sh
# copy sources and install nifty
COPY
. /tmp/NIFTy
RUN
pip
install
/tmp/NIFTy
...
...
ci/install_basics.sh
View file @
583fba11
...
...
@@ -2,5 +2,5 @@
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 python-numpy python-matplotlib python-future
python-coverage
\
python3 python3-pip python3-dev python3-nose python3-numpy python3-matplotlib python3-future
python3-coverage
python python-pip python-dev python-nose python-numpy python-matplotlib python-future
\
python3 python3-pip python3-dev python3-nose python3-numpy python3-matplotlib python3-future
ci/requirements.txt
View file @
583fba11
parameterized
coverage
pyfftw
git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git@setuptools_test
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