[getdp] 52/60: fix FTBS for Ubuntu 14.04

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 b52aadd0034a1058a7bd74e9744f39ece14c51cc
Author: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
Date:   Mon Sep 22 19:55:06 2014 +0000

    fix FTBS for Ubuntu 14.04
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bf2d2e9..571fa66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ else
 	-DENABLE_MPI:BOOL=OFF
 endif
 
-extra_flags_sparskit = $(extra_flags) -DCMAKE_EXE_LINKER_FLAGS:STRING="$(shell dpkg-buildflags --get LDFLAGS) -lgfortran"
+extra_flags_sparskit = $(extra_flags) -DCMAKE_EXE_LINKER_FLAGS:STRING="$(shell dpkg-buildflags --get LDFLAGS) -Wl,--no-as-needed -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