[jblas] 01/02: adjust test target to use DEB_BUILD_ARCH_CPU
Tony Mancill
tmancill at moszumanska.debian.org
Sun Jan 12 18:02:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository jblas.
commit aeb3f26764f88a3c75078db4c967f24bc0b5c688
Author: tony mancill <tmancill at debian.org>
Date: Sun Jan 12 09:48:50 2014 -0800
adjust test target to use DEB_BUILD_ARCH_CPU
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index beca66d..bcf3b19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,8 @@ debian/stamp-jblas-build:
debian/stamp-ant-check:
# the tests need to be able to find the JNI libs
- export LD_LIBRARY_PATH=$(CURDIR)/src/main/resources/lib/dynamic/Linux/$(DEB_BUILD_ARCH) && $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET)
+ export LD_LIBRARY_PATH=$(CURDIR)/src/main/resources/lib/dynamic/Linux/$(DEB_BUILD_ARCH_CPU) \
+ && $(DEB_ANT_INVOKE) $(DEB_ANT_CHECK_TARGET)
touch $@
install/jblas::
--
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