File tree 2 files changed +9
-5
lines changed 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,14 @@ else()
83
83
list (APPEND DISABLE_WARNINGS_TARGETS tet tetgen)
84
84
endif ()
85
85
86
- CPMFindPackage(
87
- NAME pybind11 GITHUB_REPOSITORY pybind/pybind11
88
- VERSION ${ogs.minimum_version.pybind11} SYSTEM TRUE
89
- )
86
+ if (GUIX_BUILD)
87
+ find_package (pybind11 REQUIRED)
88
+ else ()
89
+ CPMFindPackage(
90
+ NAME pybind11 GITHUB_REPOSITORY pybind/pybind11
91
+ VERSION ${ogs.minimum_version.pybind11} SYSTEM TRUE
92
+ )
93
+ endif ()
90
94
91
95
if (_build_chemistry_lib)
92
96
if (GUIX_BUILD)
Original file line number Diff line number Diff line change 25
25
"tfel-repo" : " thelfer" ,
26
26
"lis" : " 1.7.37" ,
27
27
"gtest" : " 1.13.0" ,
28
- "pybind11" : " 2.10.4 " ,
28
+ "pybind11" : " 2.13.2 " ,
29
29
"range-v3" : " 0.12.0" ,
30
30
"json" : " 3.10.5" ,
31
31
"json_sha" : " b94997df68856753b72f0d7a3703b7d484d4745c567f3584ef97c96c25a5798e"
You can’t perform that action at this time.
0 commit comments