specified glibc in conda build (#222)

Fixed a runtime error on older linux systems, since by mistake we used
glibc from ubutu 24. Same code as in slsDetectorPackage now.
This commit is contained in:
Erik Fröjdh
2025-08-18 12:14:54 +02:00
committed by GitHub
parent f54e76e6bf
commit 91d74110fa
3 changed files with 17 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ build:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
- cmake
- ninja