diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:07:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:07:59 +0000 |
commit | 26678f8f7770a01c872df11ed050d0b1a8ee6376 (patch) | |
tree | 2ac0d75e4bb34a70a3c4b333bffa26417e413f87 /gsl-1.10-lib64.patch | |
parent | 1420db38568634fc897d0f99fcb32f3fb3a75994 (diff) |
automatic import of gslopeneuler24.03_LTS
Diffstat (limited to 'gsl-1.10-lib64.patch')
-rw-r--r-- | gsl-1.10-lib64.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gsl-1.10-lib64.patch b/gsl-1.10-lib64.patch new file mode 100644 index 0000000..039bf18 --- /dev/null +++ b/gsl-1.10-lib64.patch @@ -0,0 +1,23 @@ +diff -up gsl-1.15/gsl-config.in.pom gsl-1.15/gsl-config.in +--- gsl-1.15/gsl-config.in.pom 2010-12-26 18:57:08.000000000 +0100 ++++ gsl-1.15/gsl-config.in 2011-05-09 08:33:05.000000000 +0200 +@@ -58,16 +58,16 @@ while test $# -gt 0; do + ;; + + --cflags) +- echo @GSL_CFLAGS@ ++ echo -I$includedir + ;; + + --libs) + : ${GSL_CBLAS_LIB=-lgslcblas} +- echo @GSL_LIBS@ $GSL_CBLAS_LIB @GSL_LIBM@ ++ echo -lgsl $GSL_CBLAS_LIB -lm + ;; + + --libs-without-cblas) +- echo @GSL_LIBS@ @GSL_LIBM@ ++ echo -lgsl -lm + ;; + *) + usage |