scripts/spack/packages/agios/package.py
0 → 100644
+20
−0
scripts/spack/packages/bmi/package.py
0 → 100644
+36
−0
+11
−0
+96
−0
Loading
Download Spack and setup environment:
git clone -c feature.manyFiles=true https://github.com/spack/spack.git
. spack/share/spack/setup-env.sh
Add GekkoFS Spack repository to Spack:
spack repo add gekkofs/scripts/spack
Check that Spack can find GekkoFS:
spack info gekkofs
Install GekkoFS (and run optional tests). Check spack info gekkofs for available option and versions:
spack install gekkofs
# for installing tests dependencies and running tests
spack install -v --test=root gekkofs +tests
Load GekkoFS into environment:
spack load gekkofs
If you want to use the latest developer branch of GekkoFS:
spack install gekkofs@latest
The default is using version 0.9.1 the last stable release.
LD_PRELOAD
Closes #58 (closed)