mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-20 02:28:40 +01:00
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:
@@ -16,6 +16,8 @@ build:
|
||||
|
||||
requirements:
|
||||
build:
|
||||
- {{ compiler('c') }}
|
||||
- {{ stdlib("c") }}
|
||||
- {{ compiler('cxx') }}
|
||||
- cmake
|
||||
- ninja
|
||||
|
||||
Reference in New Issue
Block a user