[linbox] 03/03: Add -fopenmp to LDFLAGS.
Tobias Hansen
thansen at moszumanska.debian.org
Fri Jul 29 12:46:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository linbox.
commit 6114bc5fbce17d33b57933683ae7a50e2e5a8744
Author: Tobias Hansen <thansen at debian.org>
Date: Fri Jul 29 12:35:44 2016 +0000
Add -fopenmp to LDFLAGS.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 19fffc3..514fd21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
CPPFLAGS :=$(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS :=$(shell dpkg-buildflags --get CFLAGS)
CXXFLAGS :=$(shell dpkg-buildflags --get CXXFLAGS)
-LDFLAGS :=$(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS :=$(shell dpkg-buildflags --get LDFLAGS) -fopenmp
export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/linbox.git
More information about the debian-science-commits
mailing list