diff options
Diffstat (limited to 'science/silo/files/patch-CMakeLists.txt')
| -rw-r--r-- | science/silo/files/patch-CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/science/silo/files/patch-CMakeLists.txt b/science/silo/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..1d76b4832b67 --- /dev/null +++ b/science/silo/files/patch-CMakeLists.txt @@ -0,0 +1,13 @@ +- workaround for https://github.com/LLNL/Silo/issues/501 + +--- CMakeLists.txt.orig 2025-11-23 19:03:43 UTC ++++ CMakeLists.txt +@@ -700,7 +700,7 @@ install(FILES ${silo_public_headers} DESTINATION ${CMA + WORLD_READ) + + # Symlink old style silo_f77.inc +-if(SILO_ENABLE_FORTRAN AND CMAKE_Fortran_COMPILER) ++if(FALSE AND SILO_ENABLE_FORTRAN AND CMAKE_Fortran_COMPILER) + install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink silo.inc silo_f77.inc + WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR})") + endif() |
