Skip to content

Commit

Permalink
That did not work, but this looks better
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Aug 20, 2024
1 parent 54c7fdf commit e31cda0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ conda_deps=
lapack==3.6.1
conda_channels=conda-forge
setenv =
; Needed to build BBHx's wheel that links to LAPACK in the Conda env
LIBRARY_PATH={env:CONDA_PREFIX:}/lib:{env:LIBRARY_PATH:}
; Tell the linker to look for shared libs inside the temporary Conda env.
; Needed to build BBHx's wheel, whick links to LAPACK.
LIBRARY_PATH={envdir}/lib:{env:LIBRARY_PATH:}
commands = pytest

# The following are long running or may require
Expand Down Expand Up @@ -86,6 +87,7 @@ conda_deps=
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:}
; Tell the linker to look for shared libs inside the temporary Conda env.
; Needed to build BBHx's wheel, whick links to LAPACK.
LIBRARY_PATH={envdir}/lib:{env:LIBRARY_PATH:}
commands = bash tools/pycbc_test_suite.sh

0 comments on commit e31cda0

Please sign in to comment.