[SCM] C++ library of signal processing and communication routines branch, master, updated. debian/4.2-4-20-g360ece5

Kumar Appaiah akumar at debian.org
Sun Jun 2 19:43:17 UTC 2013


The following commit has been merged in the master branch:
commit ec1c9f8f4d1ab41be1b1fc77e084a82577192bd3
Author: Kumar Appaiah <akumar at debian.org>
Date:   Thu May 30 08:36:47 2013 -0400

    Pass correct CXXFLAGS to cmake

diff --git a/debian/changelog b/debian/changelog
index 2a57b68..eea18eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libitpp (4.3.0-2) UNRELEASED; urgency=low
+
+  * Pass correct CXXFLAGS to cmake
+
+ -- Kumar Appaiah <akumar at debian.org>  Thu, 30 May 2013 08:36:27 -0400
+
 libitpp (4.3.0-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 8d1f1b3..4b8e4e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ DEBUG_PACKAGE = $(shell awk '/^Package/ && /-dbg *$$/ { print $$2 }' debian/cont
 
 override_dh_auto_configure:
 	mkdir -p  build
-	(cd  build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DGTEST_DIR=/usr/src/gtest);
+	(cd  build && cmake .. -DCMAKE_CXX_FLAGS="" -DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS)" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DGTEST_DIR=/usr/src/gtest);
 
 override_dh_auto_install:
 	(cd build && gtests/itpp_gtests);

-- 
C++ library of signal processing and communication routines



More information about the debian-science-commits mailing list