Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PySWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
SWIFT
PySWIFTsim
Commits
cb12bed2
Commit
cb12bed2
authored
5 years ago
by
Loic Hausammann
Browse files
Options
Downloads
Patches
Plain Diff
test
parent
be268663
No related branches found
No related tags found
1 merge request
!10
Update SWIFT calls
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
with
4 additions
and
1 deletion
.gitlab-ci.yml
+
4
−
1
View file @
cb12bed2
...
...
@@ -4,7 +4,7 @@ image: ubuntu:latest
before_script
:
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get update -qq && apt-get install -y -qq build-essential libhdf5-serial-dev gfortran csh git libtool-bin autoconf openmpi-bin openmpi-common libopenmpi-dev python3 python3-setuptools python3-numpy python3-scipy python3-matplotlib python3-dev python3-h5py
-
apt-get update -qq && apt-get install -y -qq build-essential libhdf5-serial-dev gfortran csh git libtool-bin autoconf openmpi-bin openmpi-common libopenmpi-dev python3 python3-setuptools python3-numpy python3-scipy python3-matplotlib python3-dev python3-h5py
-
export LHOME=`pwd`
# Compile grackle
-
mkdir grackle
...
...
@@ -28,6 +28,9 @@ before_script:
-
cd ..
# compile pyswiftsim
-
echo $LD_LIBRARY_PATH
-
cat swiftsim/config.h
-
locate hdf5
-
python3 setup.py install --with-swift $LHOME/swiftsim --user
# compile the docs
...
...
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