File: no_rpath.patch

package info (click to toggle)
scifem 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,336 kB
  • sloc: python: 3,442; cpp: 314; sh: 16; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: scifem/CMakeLists.txt
===================================================================
--- scifem.orig/CMakeLists.txt	2025-01-11 12:55:31.255786999 +0100
+++ scifem/CMakeLists.txt	2025-01-11 12:55:45.119769478 +0100
@@ -55,7 +55,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})