[amp] 17/18: Putting back instructions to build python2 and python3 fortran modules. Otherwise it seems to not be working.

Muammar El Khatib muammar at moszumanska.debian.org
Mon Jul 31 19:59:41 UTC 2017


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

muammar pushed a commit to branch master
in repository amp.

commit be100fcda72c554d50bfc76232321ee6cfe9e7c9
Author: Muammar El Khatib <muammarelkhatib at gmail.com>
Date:   Mon Jul 31 15:17:33 2017 -0400

    Putting back instructions to build python2 and python3 fortran modules.
    Otherwise it seems to not be working.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 6158446..2d4737a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,10 @@ override_dh_python3:
 	dh_numpy
 
 override_dh_auto_test:
+	cd $(CURDIR)/amp/; \
+	make python2
+	cd $(CURDIR)/amp/; \
+	make python3
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	set -ex; for python in $(shell pyversions -d) ; do \
 	mkdir python2; \

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



More information about the debian-science-commits mailing list