[adios] 108/207: FIx path

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:45 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit d9f7c47e2f3cd9be1cff77af22449cec0360a40a
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon May 19 13:50:18 2014 +0100

    FIx path
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 42d2b05..ae36619 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,8 +72,8 @@ override_dh_auto_configure:
 override_dh_auto_build:
 	# First do a build shared, with -fPIC, for the python lib.
 	$(MAKE) -C src CFLAGS='-fPIC' VERBOSE=1 install
-	# Need to hack the libs into the right place ..
-	mv debian/tmp/usr/lib/*/*.a debian/tmp/usr/lib
+	# Need to hack the libs into the right place, to match adios_configs view
+	mv debian/tmp/lib/*/*.a debian/tmp/lib
 	# Now build Python wrapper. Uses adios_config and the debian/tmp install.
 	( cd wrappers/numpy/build && PATH=$(TOP):$(PATH) cmake .. && $(MAKE) VERBOSE=1 )
 	# Clean up.

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



More information about the debian-science-commits mailing list