1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: fenics-basix/python/CMakeLists.txt
===================================================================
--- fenics-basix.orig/python/CMakeLists.txt 2025-11-11 23:47:52.419586205 +0100
+++ fenics-basix/python/CMakeLists.txt 2025-11-11 23:48:25.191336654 +0100
@@ -7,6 +7,8 @@
project(basix_nanobind VERSION "0.10.0" LANGUAGES CXX)
+set(CMAKE_SKIP_RPATH TRUE)
+
if (WIN32)
# Windows requires all symbols to be manually exported.
# This flag exports all symbols automatically, as in Unix.
|