fix compile errors in uLib env

This commit is contained in:
AndreaRigoni
2026-04-03 12:58:36 +00:00
parent 9d6301319b
commit bb24f13fba
7 changed files with 26 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
name: mutom
name: uLib
channels:
- conda-forge
dependencies:
@@ -7,4 +7,13 @@ dependencies:
- cmake
- conan
- root
- vtk
- vtk=9.4 # VTK 9.4
- pybind11
# - boost=1.86.0 # requested by VTK 9.4
- ninja
- clang
- clangxx
- lld
- ccache
- OpenMP
- Geant4