[hypre] 09/10: Fix FTBFS by using libtoolize --force. Closes: #815781

Mattia Rizzolo mattia at debian.org
Mon Feb 29 12:21:17 UTC 2016


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

mattia pushed a commit to branch master
in repository hypre.

commit 23437db6dc90e184d4603d6e56eb499591bc8b37
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Feb 29 12:18:47 2016 +0000

    Fix FTBFS by using libtoolize --force.  Closes: #815781
---
 debian/rules | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index d5c2958..640ac5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,4 @@
 #!/usr/bin/make -f
-# Made with the aid of debmake, by Christoph Lameter,
-# based on the sample debian/rules file for GNU hello by Ian Jackson.
-
-package=hypre
-
-# This tells us which MPI implementation is in use
-HYPRE_MPI=$(shell readlink /etc/alternatives/mpi | sed s/usr//g | sed s/include//g | sed s/lib//g | sed s/\\///g)
 
 # Files removed by the clean target
 KEEP_FILES= \
@@ -48,7 +41,7 @@ stamp-build-arch: patch
 	(cd src && autoconf -I config config/configure.in > configure)
 	chmod +x src/configure
 	cp -f /usr/share/automake*/config.* src/config/
-	(cd src/babel-runtime && libtoolize)
+	(cd src/babel-runtime && libtoolize --force)
 	cp -f src/babel-runtime/libltdl/ltdl.* src/babel-runtime/sidl/
 	rm -f src/babel-runtime/config/config.*
 	(cd src/babel-runtime && aclocal -I m4)

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



More information about the debian-science-commits mailing list