aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/applications/science/chemistry/openmolcas/openblasPath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/applications/science/chemistry/openmolcas/openblasPath.patch')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/applications/science/chemistry/openmolcas/openblasPath.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/applications/science/chemistry/openmolcas/openblasPath.patch b/infra/libkookie/nixpkgs/pkgs/applications/science/chemistry/openmolcas/openblasPath.patch
new file mode 100644
index 000000000000..e47adcc3e9a3
--- /dev/null
+++ b/infra/libkookie/nixpkgs/pkgs/applications/science/chemistry/openmolcas/openblasPath.patch
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 276ae4e2..db13e6e3 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1507,7 +1507,6 @@ if (LINALG STREQUAL "OpenBLAS")
+ NAMES openblas
+ PATHS ${OPENBLASROOT}
+ PATH_SUFFIXES lib
+- NO_DEFAULT_PATH
+ )
+
+ if (NOT LIBOPENBLAS)