Skip to content
Snippets Groups Projects
Commit cb12bed2 authored by Loic Hausammann's avatar Loic Hausammann
Browse files

test

parent be268663
No related branches found
No related tags found
1 merge request!10Update SWIFT calls
...@@ -4,7 +4,7 @@ image: ubuntu:latest ...@@ -4,7 +4,7 @@ image: ubuntu:latest
before_script: before_script:
- export DEBIAN_FRONTEND=noninteractive - 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` - export LHOME=`pwd`
# Compile grackle # Compile grackle
- mkdir grackle - mkdir grackle
...@@ -28,6 +28,9 @@ before_script: ...@@ -28,6 +28,9 @@ before_script:
- cd .. - cd ..
# compile pyswiftsim # compile pyswiftsim
- echo $LD_LIBRARY_PATH
- cat swiftsim/config.h
- locate hdf5
- python3 setup.py install --with-swift $LHOME/swiftsim --user - python3 setup.py install --with-swift $LHOME/swiftsim --user
# compile the docs # compile the docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment