[med-svn] [eigensoft] 04/06: Adapt patches
Andreas Tille
tille at debian.org
Sun Oct 16 18:07:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository eigensoft.
commit c5835f2e73b960c1c3241696828acfca6ebcff94
Author: Andreas Tille <tille at debian.org>
Date: Sun Oct 16 15:07:14 2016 +0200
Adapt patches
---
debian/patches/blas.patch | 4 ++--
debian/patches/lapacke.patch | 4 ++--
debian/patches/libm.patch | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/patches/blas.patch b/debian/patches/blas.patch
index fbcfcc2..8e97170 100644
--- a/debian/patches/blas.patch
+++ b/debian/patches/blas.patch
@@ -6,8 +6,8 @@ Last-Update: Fri, 05 Feb 2016 19:50:41 +0100
+++ b/src/Makefile
@@ -1,5 +1,5 @@
CFLAGS += -I../include
--LDLIBS += -lgsl -lopenblas -lgfortran -lrt
-+LDLIBS += -lgsl -lblas -lgfortran -lrt
+-LDLIBS += -lgfortran -lrt -Wl,-Bstatic -lgsl -lopenblas -Wl,-Bdynamic -fopenmp
++LDLIBS += -lgfortran -lrt -lgsl -lblas -fopenmp
ifeq ($(OPTIMIZE), 1)
CFLAGS += -O2
diff --git a/debian/patches/lapacke.patch b/debian/patches/lapacke.patch
index 2a3a777..497a98d 100644
--- a/debian/patches/lapacke.patch
+++ b/debian/patches/lapacke.patch
@@ -10,8 +10,8 @@ License: same as eigensoft itself
+++ b/src/Makefile
@@ -1,5 +1,5 @@
CFLAGS += -I../include
--LDLIBS += -lgsl -lblas -lgfortran -lrt -lm
-+LDLIBS += -lgsl -lblas -lgfortran -lrt -lm -llapacke -llapack -pthread
+-LDLIBS += -lgfortran -lrt -lgsl -lblas -fopenmp -lm
++LDLIBS += -lgfortran -lrt -lgsl -lblas -fopenmp -lm -llapacke -llapack -pthread
ifeq ($(OPTIMIZE), 1)
CFLAGS += -O2
diff --git a/debian/patches/libm.patch b/debian/patches/libm.patch
index 2072388..2f1279f 100644
--- a/debian/patches/libm.patch
+++ b/debian/patches/libm.patch
@@ -6,8 +6,8 @@ Last-Update: Fri, 05 Feb 2016 19:50:41 +0100
+++ b/src/Makefile
@@ -1,5 +1,5 @@
CFLAGS += -I../include
--LDLIBS += -lgsl -lblas -lgfortran -lrt
-+LDLIBS += -lgsl -lblas -lgfortran -lrt -lm
+-LDLIBS += -lgfortran -lrt -lgsl -lblas -fopenmp
++LDLIBS += -lgfortran -lrt -lgsl -lblas -fopenmp -lm
ifeq ($(OPTIMIZE), 1)
CFLAGS += -O2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/eigensoft.git
More information about the debian-med-commit
mailing list