Skip to content
Snippets Groups Projects
Commit 2344e80b authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'pybind11-gcc14' into 'master'

[cmake] Use pybind11 with a fix for gcc14.

See merge request ogs/ogs!5119
parents b07c4643 d68fe56c
No related branches found
No related tags found
No related merge requests found
......@@ -83,10 +83,14 @@ else()
list(APPEND DISABLE_WARNINGS_TARGETS tet tetgen)
endif()
CPMFindPackage(
NAME pybind11 GITHUB_REPOSITORY pybind/pybind11
VERSION ${ogs.minimum_version.pybind11} SYSTEM TRUE
)
if(GUIX_BUILD)
find_package(pybind11 REQUIRED)
else()
CPMFindPackage(
NAME pybind11 GITHUB_REPOSITORY pybind/pybind11
VERSION ${ogs.minimum_version.pybind11} SYSTEM TRUE
)
endif()
if(_build_chemistry_lib)
if(GUIX_BUILD)
......
......@@ -25,7 +25,7 @@
"tfel-repo": "thelfer",
"lis": "1.7.37",
"gtest": "1.13.0",
"pybind11": "2.10.4",
"pybind11": "2.13.2",
"range-v3": "0.12.0",
"json": "3.10.5",
"json_sha": "b94997df68856753b72f0d7a3703b7d484d4745c567f3584ef97c96c25a5798e"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment