[esys-particle] 09/09: Link python explicitly.
Anton Gladky
gladk at moszumanska.debian.org
Sat Jan 25 15:56:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository esys-particle.
commit 6532889f7bc3c5f9ddc792a852a2431512f5f4a6
Author: Anton Gladky <gladk at debian.org>
Date: Sat Jan 25 16:55:15 2014 +0100
Link python explicitly.
---
debian/control | 2 --
debian/rules | 2 +-
debian/source/local-options | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 94604e8..ce0bb00 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,6 @@ Build-Depends:
doxygen,
graphviz,
libboost-all-dev,
- libboost-dev,
- libboost-iostreams-dev,
libcppunit-dev,
libltdl7-dev,
libtool (>= 1.5.2),
diff --git a/debian/rules b/debian/rules
index 2989862..f4dfde7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export NO_PNG_PKG_MANGLE := 1
CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS)
CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS)
CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
-LDFLAGS := -lboost_python -lboost_system $(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS := -lboost_python -lboost_system -lpython2.7 $(shell dpkg-buildflags --get LDFLAGS)
extra_flags += CC=mpicc CXX=mpicxx CFLAGS='$(CFLAGS)' CXXFLAGS='$(CXXFLAGS)' CPPFLAGS='$(CPPFLAGS)'\
LDFLAGS='$(LDFLAGS)' --with-epydoc --with-vtk
diff --git a/debian/source/local-options b/debian/source/local-options
deleted file mode 100644
index 4aceb10..0000000
--- a/debian/source/local-options
+++ /dev/null
@@ -1 +0,0 @@
-unapply-patches
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/esys-particle.git
More information about the debian-science-commits
mailing list