# openbabel2/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package shouldn't be updated unless it's confirmed that the new release is compatible with "avogadro". #--------------------------------------------------------------------- [buildtimes] 00.05 hours (or 003.10 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.09 hours (or 005.65 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.11 hours (or 006.70 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.49 hours (or 029.23 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] altpkg = yes cppstd = gnu++98 exepack = yes license = See "license*.txt" in installed tree licfile = COPYING ltkludge = yes # Avoid "hardcode properties" errors nosyslinks = yes dontfind = wxwidgets28 wxwidgets30 setpaths = wxwidgets32 openbabel2 zlib tmpsize = 141M #--------------------------------------------------------------------- [depends] actools boost eigen3 gawk grep libxml2 perl python ruby sed swig wxcore zlib #--------------------------------------------------------------------- [configure] tar Jxf $PKGDIR_SPECIAL/openbabel_2.3.2+dfsg-3.debian.tar.xz for x in `cat debian/patches/series` do patch -p1 < debian/patches/$x done mkdir obj && cd obj cmake \ -DCMAKE_BUILD_TYPE:STRING=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ .. #--------------------------------------------------------------------- [build] cd obj smpmake && make install #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://openbabel.org/wiki/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/openbabel/\ openbabel-2.3.2.tar.gz