[amp] 02/03: Modules are compiled correctly for each version of Python3.

Muammar El Khatib muammar at moszumanska.debian.org
Wed Aug 9 20:24:56 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 1c3a0aa17fbc088058db0fc0618b3d4edbc8c587
Author: Muammar El Khatib <muammarelkhatib at gmail.com>
Date:   Wed Aug 9 16:10:16 2017 -0400

    Modules are compiled correctly for each version of Python3.
---
 amp/descriptor/cutoffs.o                               | Bin 3312 -> 0 bytes
 amp/model/neuralnetwork.o                              | Bin 292704 -> 0 bytes
 debian/rules                                           |   6 ++----
 .../__pycache__/force_call_test.cpython-35.pyc         | Bin 9429 -> 0 bytes
 .../__pycache__/force_call_test_tflow.cpython-35.pyc   | Bin 10603 -> 0 bytes
 .../__pycache__/train_test.cpython-35.pyc              | Bin 12911 -> 0 bytes
 .../gaussian_neural_test/force_call_test.pyc           | Bin 9196 -> 0 bytes
 .../gaussian_neural_test/force_call_test_tflow.pyc     | Bin 10490 -> 0 bytes
 tests/CuOPd_test/gaussian_neural_test/train_test.pyc   | Bin 12723 -> 0 bytes
 tests/__pycache__/test_NN_nodeplot.cpython-35.pyc      | Bin 2890 -> 0 bytes
 tests/__pycache__/test_gaussian_neural.cpython-35.pyc  | Bin 2548 -> 0 bytes
 tests/__pycache__/test_gaussian_tflow.cpython-35.pyc   | Bin 3023 -> 0 bytes
 .../__pycache__/gaussian_test.cpython-35.pyc           | Bin 2908 -> 0 bytes
 .../__pycache__/zernike_test.cpython-35.pyc            | Bin 2422 -> 0 bytes
 .../__pycache__/force_call_test.cpython-35.pyc         | Bin 15903 -> 0 bytes
 .../__pycache__/train_test.cpython-35.pyc              | Bin 16360 -> 0 bytes
 .../gaussian_neural_test/force_call_test.pyc           | Bin 14200 -> 0 bytes
 .../gaussian_neural_test/train_test.pyc                | Bin 15166 -> 0 bytes
 tests/consistency_test/gaussian_test.pyc               | Bin 3247 -> 0 bytes
 tests/consistency_test/zernike_test.pyc                | Bin 2790 -> 0 bytes
 .../__pycache__/displaced_atom_test.cpython-35.pyc     | Bin 3008 -> 0 bytes
 tests/misc_test/__pycache__/fpplot_test.cpython-35.pyc | Bin 2524 -> 0 bytes
 .../__pycache__/numeric_analytic_test.cpython-35.pyc   | Bin 4174 -> 0 bytes
 .../__pycache__/rotated_atoms_test.cpython-35.pyc      | Bin 2479 -> 0 bytes
 tests/misc_test/displaced_atom_test.pyc                | Bin 3381 -> 0 bytes
 tests/misc_test/fpplot_test.pyc                        | Bin 2965 -> 0 bytes
 tests/misc_test/numeric_analytic_test.pyc              | Bin 4688 -> 0 bytes
 tests/misc_test/rotated_atoms_test.pyc                 | Bin 2883 -> 0 bytes
 tests/test_NN_nodeplot.pyc                             | Bin 3440 -> 0 bytes
 tests/test_gaussian_neural.pyc                         | Bin 2954 -> 0 bytes
 tests/test_gaussian_tflow.pyc                          | Bin 3529 -> 0 bytes
 31 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/amp/descriptor/cutoffs.o b/amp/descriptor/cutoffs.o
deleted file mode 100644
index b8aa43a..0000000
Binary files a/amp/descriptor/cutoffs.o and /dev/null differ
diff --git a/amp/model/neuralnetwork.o b/amp/model/neuralnetwork.o
deleted file mode 100644
index 2416e85..0000000
Binary files a/amp/model/neuralnetwork.o and /dev/null differ
diff --git a/debian/rules b/debian/rules
index 0c4bdf3..9b390ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,15 +13,13 @@ GIT = 'https://bitbucket.org/andrewpeterson/amp'
 # The full changelog version number, used for the orig.tar.gz
 VER=$(shell dpkg-parsechangelog -ldebian/changelog -SVersion | cut -d- -f1)
 
-export PYBUILD_BEFORE_TEST=cp -r tests {build_dir}; cd amp; make {interpreter}; cp *.so *.mod {build_dir}/amp
-export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
+export PYBUILD_DISABLE_python3=test
+export PYBUILD_BEFORE_BUILD=cd amp; make python3.5; make python3.6
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_python3:
-	cd $(CURDIR)/amp/; \
-	make python3.6
 	dh_python3
 	dh_numpy3
 	dh_fixperms
diff --git a/tests/CuOPd_test/gaussian_neural_test/__pycache__/force_call_test.cpython-35.pyc b/tests/CuOPd_test/gaussian_neural_test/__pycache__/force_call_test.cpython-35.pyc
deleted file mode 100644
index 3aed4de..0000000
Binary files a/tests/CuOPd_test/gaussian_neural_test/__pycache__/force_call_test.cpython-35.pyc and /dev/null differ
diff --git a/tests/CuOPd_test/gaussian_neural_test/__pycache__/force_call_test_tflow.cpython-35.pyc b/tests/CuOPd_test/gaussian_neural_test/__pycache__/force_call_test_tflow.cpython-35.pyc
deleted file mode 100644
index 4cbc068..0000000
Binary files a/tests/CuOPd_test/gaussian_neural_test/__pycache__/force_call_test_tflow.cpython-35.pyc and /dev/null differ
diff --git a/tests/CuOPd_test/gaussian_neural_test/__pycache__/train_test.cpython-35.pyc b/tests/CuOPd_test/gaussian_neural_test/__pycache__/train_test.cpython-35.pyc
deleted file mode 100644
index 38760e5..0000000
Binary files a/tests/CuOPd_test/gaussian_neural_test/__pycache__/train_test.cpython-35.pyc and /dev/null differ
diff --git a/tests/CuOPd_test/gaussian_neural_test/force_call_test.pyc b/tests/CuOPd_test/gaussian_neural_test/force_call_test.pyc
deleted file mode 100644
index ec5b321..0000000
Binary files a/tests/CuOPd_test/gaussian_neural_test/force_call_test.pyc and /dev/null differ
diff --git a/tests/CuOPd_test/gaussian_neural_test/force_call_test_tflow.pyc b/tests/CuOPd_test/gaussian_neural_test/force_call_test_tflow.pyc
deleted file mode 100644
index 933ca82..0000000
Binary files a/tests/CuOPd_test/gaussian_neural_test/force_call_test_tflow.pyc and /dev/null differ
diff --git a/tests/CuOPd_test/gaussian_neural_test/train_test.pyc b/tests/CuOPd_test/gaussian_neural_test/train_test.pyc
deleted file mode 100644
index 2f20ad0..0000000
Binary files a/tests/CuOPd_test/gaussian_neural_test/train_test.pyc and /dev/null differ
diff --git a/tests/__pycache__/test_NN_nodeplot.cpython-35.pyc b/tests/__pycache__/test_NN_nodeplot.cpython-35.pyc
deleted file mode 100644
index 28d0c4c..0000000
Binary files a/tests/__pycache__/test_NN_nodeplot.cpython-35.pyc and /dev/null differ
diff --git a/tests/__pycache__/test_gaussian_neural.cpython-35.pyc b/tests/__pycache__/test_gaussian_neural.cpython-35.pyc
deleted file mode 100644
index e5c7cbe..0000000
Binary files a/tests/__pycache__/test_gaussian_neural.cpython-35.pyc and /dev/null differ
diff --git a/tests/__pycache__/test_gaussian_tflow.cpython-35.pyc b/tests/__pycache__/test_gaussian_tflow.cpython-35.pyc
deleted file mode 100644
index 7cadbdc..0000000
Binary files a/tests/__pycache__/test_gaussian_tflow.cpython-35.pyc and /dev/null differ
diff --git a/tests/consistency_test/__pycache__/gaussian_test.cpython-35.pyc b/tests/consistency_test/__pycache__/gaussian_test.cpython-35.pyc
deleted file mode 100644
index 3c7cce4..0000000
Binary files a/tests/consistency_test/__pycache__/gaussian_test.cpython-35.pyc and /dev/null differ
diff --git a/tests/consistency_test/__pycache__/zernike_test.cpython-35.pyc b/tests/consistency_test/__pycache__/zernike_test.cpython-35.pyc
deleted file mode 100644
index dc415dd..0000000
Binary files a/tests/consistency_test/__pycache__/zernike_test.cpython-35.pyc and /dev/null differ
diff --git a/tests/consistency_test/gaussian_neural_test/__pycache__/force_call_test.cpython-35.pyc b/tests/consistency_test/gaussian_neural_test/__pycache__/force_call_test.cpython-35.pyc
deleted file mode 100644
index bdbec94..0000000
Binary files a/tests/consistency_test/gaussian_neural_test/__pycache__/force_call_test.cpython-35.pyc and /dev/null differ
diff --git a/tests/consistency_test/gaussian_neural_test/__pycache__/train_test.cpython-35.pyc b/tests/consistency_test/gaussian_neural_test/__pycache__/train_test.cpython-35.pyc
deleted file mode 100644
index 195ae9f..0000000
Binary files a/tests/consistency_test/gaussian_neural_test/__pycache__/train_test.cpython-35.pyc and /dev/null differ
diff --git a/tests/consistency_test/gaussian_neural_test/force_call_test.pyc b/tests/consistency_test/gaussian_neural_test/force_call_test.pyc
deleted file mode 100644
index 01931c4..0000000
Binary files a/tests/consistency_test/gaussian_neural_test/force_call_test.pyc and /dev/null differ
diff --git a/tests/consistency_test/gaussian_neural_test/train_test.pyc b/tests/consistency_test/gaussian_neural_test/train_test.pyc
deleted file mode 100644
index 1b35b81..0000000
Binary files a/tests/consistency_test/gaussian_neural_test/train_test.pyc and /dev/null differ
diff --git a/tests/consistency_test/gaussian_test.pyc b/tests/consistency_test/gaussian_test.pyc
deleted file mode 100644
index 1da4aac..0000000
Binary files a/tests/consistency_test/gaussian_test.pyc and /dev/null differ
diff --git a/tests/consistency_test/zernike_test.pyc b/tests/consistency_test/zernike_test.pyc
deleted file mode 100644
index de2d85b..0000000
Binary files a/tests/consistency_test/zernike_test.pyc and /dev/null differ
diff --git a/tests/misc_test/__pycache__/displaced_atom_test.cpython-35.pyc b/tests/misc_test/__pycache__/displaced_atom_test.cpython-35.pyc
deleted file mode 100644
index 3142511..0000000
Binary files a/tests/misc_test/__pycache__/displaced_atom_test.cpython-35.pyc and /dev/null differ
diff --git a/tests/misc_test/__pycache__/fpplot_test.cpython-35.pyc b/tests/misc_test/__pycache__/fpplot_test.cpython-35.pyc
deleted file mode 100644
index ca539a6..0000000
Binary files a/tests/misc_test/__pycache__/fpplot_test.cpython-35.pyc and /dev/null differ
diff --git a/tests/misc_test/__pycache__/numeric_analytic_test.cpython-35.pyc b/tests/misc_test/__pycache__/numeric_analytic_test.cpython-35.pyc
deleted file mode 100644
index b4214e6..0000000
Binary files a/tests/misc_test/__pycache__/numeric_analytic_test.cpython-35.pyc and /dev/null differ
diff --git a/tests/misc_test/__pycache__/rotated_atoms_test.cpython-35.pyc b/tests/misc_test/__pycache__/rotated_atoms_test.cpython-35.pyc
deleted file mode 100644
index dcd8be3..0000000
Binary files a/tests/misc_test/__pycache__/rotated_atoms_test.cpython-35.pyc and /dev/null differ
diff --git a/tests/misc_test/displaced_atom_test.pyc b/tests/misc_test/displaced_atom_test.pyc
deleted file mode 100644
index 8247c22..0000000
Binary files a/tests/misc_test/displaced_atom_test.pyc and /dev/null differ
diff --git a/tests/misc_test/fpplot_test.pyc b/tests/misc_test/fpplot_test.pyc
deleted file mode 100644
index 8ca8936..0000000
Binary files a/tests/misc_test/fpplot_test.pyc and /dev/null differ
diff --git a/tests/misc_test/numeric_analytic_test.pyc b/tests/misc_test/numeric_analytic_test.pyc
deleted file mode 100644
index 943e548..0000000
Binary files a/tests/misc_test/numeric_analytic_test.pyc and /dev/null differ
diff --git a/tests/misc_test/rotated_atoms_test.pyc b/tests/misc_test/rotated_atoms_test.pyc
deleted file mode 100644
index 1262efd..0000000
Binary files a/tests/misc_test/rotated_atoms_test.pyc and /dev/null differ
diff --git a/tests/test_NN_nodeplot.pyc b/tests/test_NN_nodeplot.pyc
deleted file mode 100644
index 6bdd190..0000000
Binary files a/tests/test_NN_nodeplot.pyc and /dev/null differ
diff --git a/tests/test_gaussian_neural.pyc b/tests/test_gaussian_neural.pyc
deleted file mode 100644
index 92653ca..0000000
Binary files a/tests/test_gaussian_neural.pyc and /dev/null differ
diff --git a/tests/test_gaussian_tflow.pyc b/tests/test_gaussian_tflow.pyc
deleted file mode 100644
index 7c08c25..0000000
Binary files a/tests/test_gaussian_tflow.pyc and /dev/null differ

-- 
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