[adios] 13/18: setup3 now obsoleted by adios3 work
Alastair McKinstry
mckinstry at moszumanska.debian.org
Fri Oct 28 11:18:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to tag debian/1.10.1-1
in repository adios.
commit 02562f38beb79416229e43a9390ef3b547eae563
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sat Oct 22 12:41:32 2016 +0100
setup3 now obsoleted by adios3 work
---
debian/rules | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index da60c88..7b392de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,13 +82,10 @@ override_dh_auto_build:
# Now build Python wrapper. Uses adios_config and the debian/tmp install.
chmod +x adios_config
$(MAKE) -C wrappers/numpy python CYTHON=y CYTHON3=y MPI=y
+ for p in $(PY2VERS) $(PY3VERS) ; do \
( cd wrappers/numpy && \
- ${PY2VERS} ./setup.py install --prefix=$(TOP)/debian/tmpp ;\
- ${PY2VERS} ./setup_mpi.py install --prefix=$(TOP)/debian/tmpp)
- for p in $(PY3VERS) ; do \
- ( cd wrappers/numpy && \
- $$p ./setup3.py install --prefix=$(TOP)/debian/tmpp ;\
- $$p ./setup3_mpi.py install --prefix=$(TOP)/debian/tmpp ) ;\
+ $$p ./setup.py install --prefix=$(TOP)/debian/tmpp ;\
+ $$p ./setup_mpi.py install --prefix=$(TOP)/debian/tmpp) ;\
done
# Clean up.
rm -r debian/tmp/*
--
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