Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
583fba11
There was a problem fetching the pipeline summary.
Commit
583fba11
authored
7 years ago
by
Martin Reinecke
Browse files
Options
Downloads
Patches
Plain Diff
more setup tweaks
parent
581a6449
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-6
1 addition, 6 deletions
Dockerfile
ci/install_basics.sh
+2
-2
2 additions, 2 deletions
ci/install_basics.sh
ci/requirements.txt
+1
-0
1 addition, 0 deletions
ci/requirements.txt
with
5 additions
and
9 deletions
.gitlab-ci.yml
+
1
−
1
View file @
583fba11
image
:
ubuntu:
lat
est
image
:
ubuntu:
z
est
y
stages
:
stages
:
-
test
-
test
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
6
View file @
583fba11
FROM
ubuntu:
latest
FROM
ubuntu:
artful
# dependencies via apt
# dependencies via apt
RUN
apt-get update
RUN
apt-get update
...
@@ -11,11 +11,6 @@ ADD ci/requirements.txt /tmp/requirements.txt
...
@@ -11,11 +11,6 @@ ADD ci/requirements.txt /tmp/requirements.txt
RUN
pip
install
--upgrade
-r
/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 sources and install nifty
COPY
. /tmp/NIFTy
COPY
. /tmp/NIFTy
RUN
pip
install
/tmp/NIFTy
RUN
pip
install
/tmp/NIFTy
...
...
This diff is collapsed.
Click to expand it.
ci/install_basics.sh
+
2
−
2
View file @
583fba11
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
apt-get
install
-y
build-essential git autoconf libtool pkg-config
\
apt-get
install
-y
build-essential git autoconf libtool pkg-config
\
libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 libfftw3-single3
\
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
\
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
python3-coverage
python3 python3-pip python3-dev python3-nose python3-numpy python3-matplotlib python3-future
This diff is collapsed.
Click to expand it.
ci/requirements.txt
+
1
−
0
View file @
583fba11
parameterized
parameterized
coverage
pyfftw
pyfftw
git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git@setuptools_test
git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git@setuptools_test
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment