Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bjodah/chempy
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Jul 5, 2020
2 parents 99bcf90 + 62fc2a2 commit 0840812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Expand Up @@ -5,7 +5,7 @@
#
# or, using some host specific settings:
#
# $ export PYCOMPILATION_TESTING_SUNDIALS_CFLAGS="-isystem /opt/sundials-5.3.0-rel-klu-lapack/include -isystem /usr/include/suitesparse" PYCOMPILATION_TESTING_SUNDIALS_LDFLAGS="-Wl,--disable-new-dtags -Wl,-rpath,/opt/sundials-5.3.0-rel-klu-lapack/lib:/opt/openblas-0.3.9/lib -L/opt/sundials-5.3.0-rel-klu-lapack/lib -L/opt/openblas-0.3.9/lib -lopenblas"
# $ export PYODESYS_CVODE_FLAGS="-isystem /opt/sundials-5.3.0-rel-klu-lapack/include -isystem /usr/include/suitesparse" PYODESYS_CVODE_LDFLAGS="-Wl,--disable-new-dtags -Wl,-rpath,/opt/sundials-5.3.0-rel-klu-lapack/lib:/opt/openblas-0.3.9/lib -L/opt/sundials-5.3.0-rel-klu-lapack/lib -L/opt/openblas-0.3.9/lib -lopenblas"
# $ ./scripts/release.sh ...

if [[ $1 != v* ]]; then
Expand Down

0 comments on commit 0840812

Please sign in to comment.