File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,48 +48,48 @@ build:
4848
4949requirements :
5050 build :
51- # - ${{ compiler('cxx') }}
52- # - ${{ stdlib('c') }}
53- # - python
54- # - cmake
55- # - ninja
56- # - numpy
57- # - setuptools
58- # - pytest # for testing
59- # - h5py # for testing
60- # - sphinx # for building documentation
61- # - hdf5
62- # - h5cpp
63- # - sphinx
64- # - libpninexus
65- - libboost-headers
66- # - libboost-devel
67- # - libboost-python-devel
68- # - blas
69- # - zlib
70- host :
51+ - ${{ compiler('cxx') }}
52+ - ${{ stdlib('c') }}
7153 - python
54+ - cmake
55+ - ninja
56+ - numpy
7257 - setuptools
73- - pip
7458 - pytest # for testing
7559 - h5py # for testing
7660 - sphinx # for building documentation
77- - numpy
7861 - hdf5
7962 - h5cpp
8063 - sphinx
8164 - libpninexus
82- - libboost
83- - libboost-python
65+ - libboost-headers
66+ # - libboost-devel
67+ # - libboost-python-devel
8468 - blas
8569 - zlib
86- run :
70+ host :
8771 - python
88- - libboost
89- - libboost-python
90- - hdf5
91- - h5cpp
92- - libpninexus
72+ # - setuptools
73+ # - pip
74+ # - pytest # for testing
75+ # - h5py # for testing
76+ # - sphinx # for building documentation
77+ # - numpy
78+ # - hdf5
79+ # - h5cpp
80+ # - sphinx
81+ # - libpninexus
82+ # - libboost
83+ # - libboost-python
84+ # - blas
85+ # - zlib
86+ # run:
87+ # - python
88+ # - libboost
89+ # - libboost-python
90+ # - hdf5
91+ # - h5cpp
92+ # - libpninexus
9393
9494# # ImportError: libhdf5_hl.so.310: cannot open shared object file: No such file or directory
9595# tests:
Original file line number Diff line number Diff line change 7575 cache : false
7676 - name : build pninexus
7777 run : |
78- pixi add rattler-build compilers
78+ pixi add rattler-build compilers libboost-headers
7979 pixi run rattler-build build --recipe .github/workflows/pixi/recipe.yaml
8080
8181 # deb_tests:
You can’t perform that action at this time.
0 commit comments