[cmake] Conda build with upstream tfel/mgis packages.
Can build with OGS_USE_MFRONT=ON in a conda env. E.g.: environment.yml: name: ogs-conda-dev channels: - conda-forge dependencies: - eigen - exprtk - hdf5 - libboost-python-devel - libxml2 - metis - nlohmann_json - pybind11 - python - range-v3 - tclap - vtk >=9.3.0 - zlib - mfront 4.2 - mgis 2.2 conda env create -f environment.yml conda activate ogs-conda-dev cmake --preset release -DOGS_USE_MFRONT=ON
Showing
- .pre-commit-config.yaml 2 additions, 2 deletions.pre-commit-config.yaml
- MaterialLib/SolidModels/MFront/CMakeLists.txt 2 additions, 2 deletionsMaterialLib/SolidModels/MFront/CMakeLists.txt
- scripts/cmake/Dependencies.cmake 6 additions, 0 deletionsscripts/cmake/Dependencies.cmake
- scripts/cmake/DependenciesExternalProject.cmake 7 additions, 1 deletionscripts/cmake/DependenciesExternalProject.cmake
- scripts/cmake/FindMFrontGenericInterface.cmake 34 additions, 0 deletionsscripts/cmake/FindMFrontGenericInterface.cmake
- scripts/cmake/FindTFEL.cmake 93 additions, 0 deletionsscripts/cmake/FindTFEL.cmake
scripts/cmake/FindTFEL.cmake
0 → 100644
Please register or sign in to comment