summaryrefslogtreecommitdiff
path: root/science/dakota/files/patch-cmake_InstallUnixSOs.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'science/dakota/files/patch-cmake_InstallUnixSOs.cmake.in')
-rw-r--r--science/dakota/files/patch-cmake_InstallUnixSOs.cmake.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/science/dakota/files/patch-cmake_InstallUnixSOs.cmake.in b/science/dakota/files/patch-cmake_InstallUnixSOs.cmake.in
new file mode 100644
index 000000000000..1e3a1d74203f
--- /dev/null
+++ b/science/dakota/files/patch-cmake_InstallUnixSOs.cmake.in
@@ -0,0 +1,16 @@
+--- cmake/InstallUnixSOs.cmake.in.orig 2025-05-08 16:25:16 UTC
++++ cmake/InstallUnixSOs.cmake.in
+@@ -4,6 +4,7 @@
+ # NOTE: This script will only work for make install from top of build tree
+ # TODO: Review string quoting conventions and test with spaces in filename
+
++if (FALSE)
+
+ execute_process(COMMAND chrpath -v
+ OUTPUT_QUIET
+@@ -78,3 +79,5 @@ endforeach()
+ dakota_install_dll("${dakota_dll}")
+ endif()
+ endforeach()
++
++endif()