mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
schroedinger_coordgenlibs, bump boost requirement (#13833)
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user