Skip to content

Commit

Permalink
Make sure BBHx knows how to link locally-installed LAPACK
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Aug 20, 2024
1 parent ff8e499 commit 7850abe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ conda_deps=
gsl
lapack==3.6.1
conda_channels=conda-forge
setenv =
PYCBC_TEST_TYPE=docs
; Needed to build BBHx's wheel that links to LAPACK in the Conda env
LIBRARY_PATH={env:CONDA_PREFIX:}/lib:{env:LIBRARY_PATH:}
commands = pytest

# The following are long running or may require
Expand Down Expand Up @@ -81,5 +85,8 @@ conda_deps=
lapack==3.6.1
openmpi
conda_channels=conda-forge
setenv = PYCBC_TEST_TYPE=docs
setenv =
PYCBC_TEST_TYPE=docs
; Needed to build BBHx's wheel that links to LAPACK in the Conda env
LIBRARY_PATH={env:CONDA_PREFIX:}/lib:{env:LIBRARY_PATH:}
commands = bash tools/pycbc_test_suite.sh

0 comments on commit 7850abe

Please sign in to comment.