[jblas] 01/02: address ftbfs on ppc64el

Tony Mancill tmancill at moszumanska.debian.org
Sun Nov 23 03:57:08 GMT 2014


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

tmancill pushed a commit to branch master
in repository jblas.

commit f408f40c45e159d15a334be86df9edaea89a59d4
Author: tony mancill <tmancill at debian.org>
Date:   Wed Nov 19 22:58:21 2014 -0800

    address ftbfs on ppc64el
---
 debian/changelog | 7 +++++++
 debian/rules     | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a89d77b..aca8d3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jblas (1.2.3-5) UNRELEASED; urgency=medium
+
+  * Tweak debian/rules to address FTBFS (tests) on ppc64el.
+    - Thanks to Fernando Seiti Furusato. (Closes: #770203)
+
+ -- tony mancill <tmancill at debian.org>  Wed, 19 Nov 2014 22:52:32 -0800
+
 jblas (1.2.3-4) unstable; urgency=medium
 
   * Tweak debian/rules for tests on arm64 to resolve FTBFS on that arch.
diff --git a/debian/rules b/debian/rules
index 5ed9308..d0e7686 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,9 @@ ifeq ($(DEB_BUILD_ARCH_CPU),powerpc)
 else ifeq ($(DEB_BUILD_ARCH_CPU),arm64)
 	export LD_LIBRARY_PATH=$(CURDIR)/src/main/resources/lib/dynamic/Linux/aarch64 \
                && $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET)
+else ifeq ($(DEB_BUILD_ARCH_CPU),ppc64el)
+	export LD_LIBRARY_PATH=$(CURDIR)/src/main/resources/lib/dynamic/Linux/ppc64 \
+               && $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET)
 else
 	export LD_LIBRARY_PATH=$(CURDIR)/src/main/resources/lib/dynamic/Linux/$(DEB_BUILD_ARCH_CPU) \
 		&& $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jblas.git



More information about the pkg-java-commits mailing list