Merge pull request #1216 from slsdetectorgroup/911/fix-conda
Some checks failed
CMake / Configure and build using cmake (push) Failing after 2s

added expat to host section to fix conda build
This commit is contained in:
maliakal_d 2025-05-22 10:06:41 +02:00 committed by GitHub
commit 8707196f58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ requirements:
- libgl-devel
- libtiff
- zlib
- expat
run:
- libstdcxx-ng
@ -87,6 +88,7 @@ outputs:
- {{ compiler('c') }}
- {{compiler('cxx')}}
- {{ pin_subpackage('slsdetlib', exact=True) }}
run:
- {{ pin_subpackage('slsdetlib', exact=True) }}