schroedinger_coordgenlibs, bump boost requirement (#13833)

This commit is contained in:
Schrijvers Luc
2026-03-16 13:51:08 +01:00
committed by GitHub
parent 281f84c30c
commit 9a4ac41148

View File

@@ -12,7 +12,7 @@ this code, though make no guarantee on our ability to process these."
HOMEPAGE="https://github.com/schrodinger/coordgenlibs"
COPYRIGHT="2017 Schrödinger, Inc."
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/schrodinger/coordgenlibs/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="f67697434f7fec03bca150a6d84ea0e8409f6ec49d5aab43badc5833098ff4e3"
SOURCE_DIR="coordgenlibs-$portVersion"
@@ -24,6 +24,8 @@ SECONDARY_ARCHITECTURES="x86"
libVersion="$portVersion"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
boostVersion="1.90.0"
PROVIDES="
schroedinger_coordgenlibs$secondaryArchSuffix = $portVersion
lib:libcoordgen$secondaryArchSuffix = $libVersionCompat
@@ -42,8 +44,8 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_filesystem$secondaryArchSuffix >= 1.88.0
devel:libboost_unit_test_framework$secondaryArchSuffix >= 1.88.0
devel:libboost_filesystem$secondaryArchSuffix >= $boostVersion
devel:libboost_unit_test_framework$secondaryArchSuffix >= $boostVersion
devel:libmaeparser$secondaryArchSuffix
"
BUILD_PREREQUIRES="