Skip to content

Commit

Permalink
Temporarily pin exact SUNDIALS version
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Nov 17, 2023
1 parent 5596e89 commit f176a22
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ requirements:
- fmt
- eigen
- yaml-cpp
- sundials ==6.6
# TODO: Relax version constraint after a SUNDIALS release that includes
# https://github.com/LLNL/sundials/pull/343 is available
- sundials ==6.6.2
- hdf5 >=1.14
- highfive >=2.7
- pywin32 # [win]
Expand Down Expand Up @@ -63,14 +65,20 @@ outputs:
- fmt
- eigen
- yaml-cpp
- sundials ==6.6
# TODO: Relax version constraint after a SUNDIALS release that includes
# https://github.com/LLNL/sundials/pull/343 is available
- sundials ==6.6.2
- hdf5 >=1.14
- highfive >=2.7
- pywin32 # [win]
- libblas
- liblapack
run:
- hdf5 >=1.14
# TODO: Remove after a SUNDIALS release that includes
# https://github.com/LLNL/sundials/pull/343 is available (will be correctly
# handled by the sundials recipe)
- sundials ==6.6.2
test:
commands:
- echo "STARTING TESTS"
Expand Down Expand Up @@ -103,7 +111,9 @@ outputs:
- fmt
- eigen
- yaml-cpp
- sundials ==6.6
# TODO: Relax version constraint after a SUNDIALS release that includes
# https://github.com/LLNL/sundials/pull/343 is available
- sundials ==6.6.2
- pywin32 # [win]
- libcantera {{ version }}
- libblas
Expand All @@ -112,6 +122,10 @@ outputs:
- eigen
- fmt
- libcantera {{ version }}
# TODO: Remove after a SUNDIALS release that includes
# https://github.com/LLNL/sundials/pull/343 is available (will be correctly
# handled by the sundials recipe)
- sundials ==6.6.2
test:
requires:
- cmake
Expand Down Expand Up @@ -158,7 +172,9 @@ outputs:
- fmt
- eigen
- yaml-cpp
- sundials ==6.6
# TODO: Relax version constraint after a SUNDIALS release that includes
# https://github.com/LLNL/sundials/pull/343 is available
- sundials ==6.6.2
- pywin32 # [win]
- cython
# These two are added here so that conda-build doesn't package their files into cantera too
Expand All @@ -170,6 +186,10 @@ outputs:
- python
- setuptools
- {{ pin_compatible('numpy') }}
# TODO: Remove after a SUNDIALS release that includes
# https://github.com/LLNL/sundials/pull/343 is available (will be correctly
# handled by the sundials recipe)
- sundials ==6.6.2
- ruamel.yaml
- libcantera {{ version }}
build:
Expand Down

0 comments on commit f176a22

Please sign in to comment.