Skip to content
Commits on Source (2)
libbpp-phyl (2.4.0-2) UNRELEASED; urgency=medium
[ Julien Dutheil ]
* Increases likelihood test tolerance.
[ Andreas Tille ]
* Standards-Version: 4.1.4
-- Julien Dutheil <julien.dutheil@univ-montp2.fr> Mon, 30 Apr 2018 16:58:46 +0200
libbpp-phyl (2.4.0-1) unstable; urgency=medium
......
......@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11~),
cmake,
d-shlibs (>= 0.82),
libbpp-seq-dev (>= 2.4.0)
Standards-Version: 4.1.3
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/libbpp-phyl
Vcs-Git: https://salsa.debian.org/med-team/libbpp-phyl.git
Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
......
Author: Julien Y. Dutheil
Last-Update: 2018-04-30 17:48:26 +0200
Description: By increasing tolerance of test boundaries the package should
build on all architectures
diff --git a/test/test_likelihood_nh.cpp b/test/test_likelihood_nh.cpp
index b4cd485..b8358d1 100644
--- a/test/test_likelihood_nh.cpp
......