openbabel, revbump, bump boost requirement (#13834)

This commit is contained in:
Schrijvers Luc
2026-03-16 13:56:09 +01:00
committed by GitHub
parent 9a4ac41148
commit 3bf78c055d

View File

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