File: no_rpath.patch

package info (click to toggle)
scifem 0.14.0-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,396 kB
  • sloc: python: 4,208; cpp: 323; sh: 16; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: scifem/CMakeLists.txt
===================================================================
--- scifem.orig/CMakeLists.txt	2025-11-13 12:45:36.350364489 +0100
+++ scifem/CMakeLists.txt	2025-11-13 12:45:36.345995829 +0100
@@ -73,7 +73,7 @@
 
 target_link_libraries(_scifem PRIVATE dolfinx)
 
-set_target_properties(_scifem PROPERTIES INSTALL_RPATH_USE_LINK_PATH TRUE)
+set_target_properties(_scifem PROPERTIES INSTALL_RPATH_USE_LINK_PATH FALSE)
 
 # Install directive for scikit-build-core
 install(TARGETS _scifem LIBRARY DESTINATION ${PROJECT_NAME})