[Debichem-devel] Bug#759196: openbabel has a logic error to run the testsuite

Matthias Klose doko at ubuntu.com
Mon Aug 25 07:14:25 UTC 2014


Package: src:openbabel
Version: 2.3.2+dfsg-1.3
Severity: important
Tags: sid jessie patch

looking at other bug reports reporting segfaults with openbabel, that might be
relevant.

--- debian/rules~
+++ debian/rules
@@ -16,7 +16,7 @@ DH_AUTO_CONFIGURE_OPTS := -DCMAKE_BUILD_
                           -DOBPERL_INSTALLDIRS=vendor \
                           -DCMAKE_SKIP_RPATH=ON -DBUILD_GUI=ON \
                           -DENABLE_OPENMP=ON
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 DH_AUTO_CONFIGURE_OPTS += -DENABLE_TESTS=OFF
 endif



More information about the Debichem-devel mailing list