Skip to content

Commit

Permalink
Bump versions in conda build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Aug 8, 2024
1 parent e5d261a commit 25a3153
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 1 addition & 3 deletions libintervalxt/recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Pins from https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml
# so our packages is compatible with the choices made by conda-forge.
boost_cpp:
- '1.78.0'
gmp:
- '6'
fmt:
- '10'
- '11'
3 changes: 2 additions & 1 deletion libintervalxt/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ requirements:
- make
- coreutils
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
- boost-cpp {{ boost_cpp }}
- libboost-headers
- fmt {{ fmt }}
- gmp {{ gmp }}
- ppl
Expand Down
3 changes: 2 additions & 1 deletion pyintervalxt/recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Pins from https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml
# so our packages is compatible with the choices made by conda-forge.
python:
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
3 changes: 2 additions & 1 deletion pyintervalxt/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ requirements:
- make
- coreutils
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
- python
- setuptools
- cppyythonizations
- gmpxxyy
- libintervalxt
run:
- boost-cpp
- libboost-headers
- python
- cppyy
- cppyythonizations
Expand Down

0 comments on commit 25a3153

Please sign in to comment.