diff --git a/sci-chemistry/openbabel/openbabel-3.1.1.recipe b/sci-chemistry/openbabel/openbabel-3.1.1.recipe index 733deafcf..d01673b72 100644 --- a/sci-chemistry/openbabel/openbabel-3.1.1.recipe +++ b/sci-chemistry/openbabel/openbabel-3.1.1.recipe @@ -13,7 +13,7 @@ data from molecular modeling, chemistry, solid-state materials, biochemistry, or HOMEPAGE="http://openbabel.org/" COPYRIGHT="2023 The Open Babel Team" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" openbabelVersion=`echo $portVersion | sed 's/\./-/g'` SOURCE_URI="https://github.com/openbabel/openbabel/archive/refs/tags/openbabel-$openbabelVersion.tar.gz" CHECKSUM_SHA256="c97023ac6300d26176c97d4ef39957f06e68848d64f1a04b0b284ccff2744f02" @@ -37,6 +37,8 @@ openbabelLibVersionCompat="$openbabelLibVersion compat >= ${openbabelLibVersion% inchiLibVersion="0.4.1" inchiLibVersionCompat="$inchiLibVersion compat >= ${inchiLibVersion%%.*}" +boostVersion="1.90.0" + PROVIDES=" openbabel$secondaryArchSuffix = $portVersion lib:libinchi$secondaryArchSuffix = $inchiLibVersionCompat @@ -70,6 +72,7 @@ PROVIDES_tools=" cmd:obfitall$commandSuffix = $portVersion cmd:obgen$commandSuffix = $portVersion cmd:obgrep$commandSuffix = $portVersion + cmd:obgui$commandSuffix = $portVersion cmd:obminimize$commandSuffix = $portVersion cmd:obmm$commandSuffix = $portVersion cmd:obprobe$commandSuffix = $portVersion @@ -86,13 +89,15 @@ PROVIDES_tools=" REQUIRES_tools=" openbabel$secondaryArchSuffix == $portVersion base $REQUIRES + lib:libwx_gtk3u_core_3.2$secondaryArchSuffix + lib:libwx_baseu_3.2$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel eigen3$secondaryArchSuffix - devel:libboost_iostreams$secondaryArchSuffix >= 1.88.0 - devel:libboost_program_options$secondaryArchSuffix >= 1.88.0 + devel:libboost_iostreams$secondaryArchSuffix >= $boostVersion + devel:libboost_program_options$secondaryArchSuffix >= $boostVersion devel:libcairo$secondaryArchSuffix devel:libcoordgen$secondaryArchSuffix devel:libmaeparser$secondaryArchSuffix @@ -105,6 +110,7 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:make cmd:pkg_config$secondaryArchSuffix + cmd:wx_config$secondaryArchSuffix " BUILD()