We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe84bb0 commit 12d450dCopy full SHA for 12d450d
2 files changed
.github/workflows/pixi/variants.yaml
@@ -6,6 +6,8 @@ libboost-python-devel:
6
- 1.88.0
7
libboost-devel:
8
9
+hdf5:
10
+ - 1.14.6
11
# c_stdlib_version:
12
# - 2.17
13
# c_stdlib:
.github/workflows/tests.yml
@@ -75,7 +75,7 @@ jobs:
75
cache: false
76
- name: build pninexus
77
run: |
78
- pixi add rattler-build compilers libboost-headers=1.88.0 h5cpp libpninexus libboost=1.88.0 libboost-python=1.88.0
+ pixi add rattler-build compilers libboost-headers=1.88.0 h5cpp libpninexus libboost=1.88.0 libboost-python=1.88.0 hdf5=1.14.6
79
pixi run rattler-build build --recipe .github/workflows/pixi/recipe.yaml
80
81
deb_tests:
0 commit comments