mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
alembic, revbump, bump boost requirement (#13022)
This commit is contained in:
@@ -22,7 +22,7 @@ COPYRIGHT="2009-2016 Sony Pictures Imageworks
|
||||
2016-2018 Blizzard Entertainment, Inc.
|
||||
2018 J Cube, Inc."
|
||||
LICENSE="ALEMBIC"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/alembic/alembic/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b0bc74833bff118a869e81e6acb810a58797e77ef63143954b2f8e817c7f65cb"
|
||||
SOURCE_FILENAME="alembic-$portVersion.tar.gz"
|
||||
@@ -65,7 +65,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_program_options$secondaryArchSuffix >= 1.70.0
|
||||
devel:libboost_program_options$secondaryArchSuffix >= 1.88.0
|
||||
devel:libhdf5$secondaryArchSuffix
|
||||
devel:libIlmThread_3_0$secondaryArchSuffix
|
||||
devel:libImath_3_0$secondaryArchSuffix
|
||||
@@ -98,7 +98,7 @@ BUILD()
|
||||
{
|
||||
export ILMBASE_INC_DIR="`finddir B_SYSTEM_DIRECTORY`/$relativeIncludeDir/OpenEXR"
|
||||
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
-DALEMBIC_LIB_INSTALL_DIR=$libDir \
|
||||
-DConfigPackageLocation=$libDir/cmake/Alembic \
|
||||
|
||||
Reference in New Issue
Block a user