This is an automated email from the git hooks/post-receive script. dannyedel-guest pushed a commit to branch master in repository ball.
commit ed02ebab78092dc85434a81a89de769379e581bb Author: Danny Edel <[email protected]> Date: Sat Nov 12 20:41:58 2016 +0100 new patch: disable AmberFF_test --- debian/patches/disable-AmberFF_test.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) diff --git a/debian/patches/disable-AmberFF_test.patch b/debian/patches/disable-AmberFF_test.patch new file mode 100644 index 0000000..01f3b46 --- /dev/null +++ b/debian/patches/disable-AmberFF_test.patch @@ -0,0 +1,17 @@ +Author: Danny Edel <[email protected]> +Subject: Disable AmberFF_test +Description: The AmberFF_test fails unreproducibly, so we disabled it +temporarily to resolve FTBFS. +. +The problem is known upstream, see +https://github.com/BALL-Project/ball/issues/584 +--- a/source/TEST/cmake/BALLTestExecutables.cmake ++++ b/source/TEST/cmake/BALLTestExecutables.cmake +@@ -223,7 +223,6 @@ + SnapShot_test + SnapShotManager_test + ForceField_test +- AmberFF_test + MMFF94_test + CharmmFF_test + EnergyMinimizer_test diff --git a/debian/patches/series b/debian/patches/series index ca824b0..f4957ad 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -12,3 +12,4 @@ increase-sleeping-time-on-Socket_test.patch modify-rtti-isKindOf-to-take-pointer.patch fix-PoseClustering_Test-replace-file-compare-with-deserialize.patch fix-XDRPersistenceManager_test.patch +disable-AmberFF_test.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ball.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
