[gnuplot-iostream] 01/03: Drop blitz from build-depends. (Closes: #845046)

Anton Gladky gladk at moszumanska.debian.org
Thu Dec 29 17:46:43 UTC 2016


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

gladk pushed a commit to branch master
in repository gnuplot-iostream.

commit 3bd2423cff52001a6e99aaedf6db2be81907bfc2
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Dec 29 18:42:36 2016 +0100

    Drop blitz from build-depends. (Closes: #845046)
---
 debian/control                              | 4 +---
 debian/patches/enable_some_more_tests.patch | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index fca4122..5583d7f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends:
  debhelper (>= 9),
  gnuplot,
  libarmadillo-dev,
- libblitz-dev,
  libboost-filesystem-dev,
  libboost-iostreams-dev,
  libboost-system-dev
@@ -50,8 +49,7 @@ Depends:
  ${misc:Depends}
 Suggests:
  cmake,
- gnuplot-iostream,
- libblitz0-dev
+ gnuplot-iostream
 Description: C++ programming interface for gnuplot. Docs and examples
  This interface allows gnuplot to be controlled from C++ and is designed to be
  the lowest hanging fruit. In other words, if you know how gnuplot works it
diff --git a/debian/patches/enable_some_more_tests.patch b/debian/patches/enable_some_more_tests.patch
index 6b0e03d..4b11d6e 100644
--- a/debian/patches/enable_some_more_tests.patch
+++ b/debian/patches/enable_some_more_tests.patch
@@ -18,7 +18,7 @@ Index: gnuplot-iostream-0~20140302.gitc8919a0+dfsg/Makefile
  # This makes the examples and tests more complete, but only works if you have the corresponding
  # libraries installed.
 -#CXXFLAGS+=--std=c++11 -DUSE_ARMA=1 -DUSE_BLITZ=1
-+CXXFLAGS+=--std=c++11 -DUSE_ARMA=1 -DUSE_BLITZ=1
++CXXFLAGS+=--std=c++11 -DUSE_ARMA=1
  
  ALL_EXAMPLES=example-misc example-data-1d example-data-2d example-interactive
  TEST_BINARIES=test-noncopyable test-outputs

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



More information about the debian-science-commits mailing list