about summary refs log tree commit diff
path: root/pkgs/development/libraries/science/math/magma
diff options
context:
space:
mode:
authorConnor Baker <connor.baker@tweag.io>2024-03-15 19:56:02 +0000
committerConnor Baker <connor.baker@tweag.io>2024-03-15 19:56:02 +0000
commit2ea3d6fc9b7f439c233caddf51a1109054601c96 (patch)
treed68db6283bef2d0d5dd83899e8009978e34cc0e5 /pkgs/development/libraries/science/math/magma
parent55a2b9635526de08fb637275fc0d727f3518c154 (diff)
magma: copy test libraries to output regardless of static or dynamic build
Diffstat (limited to 'pkgs/development/libraries/science/math/magma')
-rw-r--r--pkgs/development/libraries/science/math/magma/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/science/math/magma/generic.nix b/pkgs/development/libraries/science/math/magma/generic.nix
index 1c63fa8a908c0..bf71e8d5455b2 100644
--- a/pkgs/development/libraries/science/math/magma/generic.nix
+++ b/pkgs/development/libraries/science/math/magma/generic.nix
@@ -182,7 +182,7 @@ stdenv.mkDerivation {
     # because it has no files to install.
     + ''
       install -Dm755 ./testing/testing_* ./sparse/testing/testing_* -t "$test/bin/"
-      install -Dm755 ./lib/libtester.so ./lib/liblapacktest.so -t "$test/lib/"
+      install -Dm755 ./lib/lib*test*.* -t "$test/lib/"
     ''
     # All of the test executables and libraries will have a reference to the build directory in their RPATH, which we
     # must remove. We do this by shrinking the RPATH to only include the Nix store. The autoPatchelfHook will take care