diff options
Diffstat (limited to 'lang/newlisp/files/patch-modules_gsl.lsp')
-rw-r--r-- | lang/newlisp/files/patch-modules_gsl.lsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/newlisp/files/patch-modules_gsl.lsp b/lang/newlisp/files/patch-modules_gsl.lsp index b81dcd79135b..c2011b41f88a 100644 --- a/lang/newlisp/files/patch-modules_gsl.lsp +++ b/lang/newlisp/files/patch-modules_gsl.lsp @@ -1,14 +1,14 @@ ---- modules/gsl.lsp.orig 2015-05-23 14:58:26 UTC +--- modules/gsl.lsp.orig 2019-05-12 16:44:17 UTC +++ modules/gsl.lsp -@@ -169,6 +169,7 @@ - (= ostype "Win32") "libgsl-0.dll" ; 32-bit +@@ -171,6 +171,7 @@ + (= ostype "Windows") "libgsl-0.dll" ; 32-bit or 64-bit (= ostype "OSX") "libgsl.dylib" ; 32-bit or 64-bit (= ostype "Linux") "/usr/local/lib/libgsl.so" ; 32-bit or 64-bit + (= ostype "BSD") "/usr/local/lib/libgsl.so" ; 32-bit or 64-bit )) ; load libgslcblas which contans functions referenced by libgsl -@@ -179,6 +180,7 @@ +@@ -181,6 +182,7 @@ (if (= ostype "OSX") (import "libgslcblas.dylib" "cblas_sdsdot") (= ostype "Linux") (import "/usr/local/lib/libgslcblas.so" "cblas_sdsdot") |