[getdp] 51/60: fix FTBS with rev >= 3556

Matteo F. Vescovi mfv at moszumanska.debian.org
Thu Feb 11 10:12:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch master
in repository getdp.

commit 3697b452ad88f9701bf66ca988579c2050b361d2
Author: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
Date:   Thu Sep 11 09:24:29 2014 +0000

    fix FTBS with rev >= 3556
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index dbe4bdf..bf2d2e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ else
 	-DENABLE_MPI:BOOL=OFF
 endif
 
-extra_flags_sparskit ="$(extra_flags) -lgfortran"
+extra_flags_sparskit = $(extra_flags) -DCMAKE_EXE_LINKER_FLAGS:STRING="$(shell dpkg-buildflags --get LDFLAGS) -lgfortran"
 
 override_dh_auto_configure:
 	dh_auto_configure --buildsystem=cmake --builddirectory=$(BUILDDIR)/petsc --parallel -- $(extra_flags)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getdp.git



More information about the debian-science-commits mailing list