File tree Expand file tree Collapse file tree 5 files changed +6
-9
lines changed
MaterialLib/SolidModels/MFront Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ if(NOT GUIX_BUILD)
26
26
install (TARGETS MFrontGenericInterface )
27
27
endif ()
28
28
29
-
30
29
# Setup / build mfront behaviours lib
31
30
set (_mfront_behaviours
32
31
BDT
@@ -69,7 +68,7 @@ if((OGS_BUILD_WHEEL AND NOT APPLE_ARM) OR GUIX_BUILD)
69
68
--interface=generic --silent-build=true # suppresses output
70
69
# (compiler warnings), does
71
70
# not work?
72
- --obuild ${_mfront_behaviour_files} # TODO: check for debug?
71
+ --obuild=level0 ${_mfront_behaviour_files} # TODO: check for debug?
73
72
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${_generated_mfront_lib}
74
73
${_copied_mfront_lib}
75
74
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
Original file line number Diff line number Diff line change 33
33
34
34
# Load additional modules
35
35
include (GNUInstallDirs )
36
- include (ProcessorCount )
37
- ProcessorCount (NUM_PROCESSORS )
38
- set (NUM_PROCESSORS ${NUM_PROCESSORS} CACHE STRING "Processor count" )
39
36
40
37
if (NOT PROJECT_IS_TOP_LEVEL )
41
38
set (OGS_BUILD_CLI OFF CACHE BOOL "" FORCE )
Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ mark_as_advanced(
22
22
METIS_LIBRARY
23
23
MODULE_CMD
24
24
MPIRUN_TOOL_PATH
25
- NUM_PROCESSORS
26
25
ParaView_DIR
27
- ProcessorCount_cmd_sysctl
28
26
Qt5Core_DIR
29
27
Qt5Gui_DIR
30
28
Qt5Network_DIR
Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ endif()
87
87
configure_file (Documentation/README.txt.in ${PROJECT_BINARY_DIR} /README.txt )
88
88
install (FILES ${PROJECT_BINARY_DIR} /README.txt DESTINATION . )
89
89
90
- install (FILES ${PROJECT_BINARY_DIR} /CMakeCache.txt TYPE INFO )
90
+ if (NOT GUIX_BUILD )
91
+ # May contain machine specific content, e.g. MPIEXEC_MAX_NUMPROCS
92
+ install (FILES ${PROJECT_BINARY_DIR} /CMakeCache.txt TYPE INFO )
93
+ endif ()
91
94
install (FILES ${PROJECT_BINARY_DIR} /cmake_args TYPE INFO OPTIONAL )
92
95
install (FILES ${PROJECT_BINARY_DIR} /third_party_licenses.txt TYPE INFO )
Original file line number Diff line number Diff line change 2
2
(name 'guix-ogs )
3
3
(url " https://gitlab.opengeosys.org/ogs/inf/guix-ogs.git" )
4
4
(branch " master" )
5
- (commit " 95b4189b8fe00e176f57f834d0731c7f25e8c9f0 " ))
5
+ (commit " 6b51c1b7216ec1fbd6231720434c3b307bec2c0b " ))
6
6
(channel
7
7
(name 'guix )
8
8
(url " https://git.savannah.gnu.org/git/guix.git" )
You can’t perform that action at this time.
0 commit comments