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.
