mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
openvdb: bump version
SONAME changed
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="2012-2019 DreamWorks Animation LLC"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/AcademySoftwareFoundation/openvdb/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="97bc8ae35ef7ccbf49a4e25cb73e8c2eccae6b235bac86f2150707efcd1e910d"
|
||||
CHECKSUM_SHA256="0c3588c1ca6e647610738654ec2c6aaf41a203fd797f609fbeab1c9f7c3dc116"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -51,7 +51,7 @@ REQUIRES_tools="
|
||||
|
||||
PROVIDES_devel="
|
||||
openvdb${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libopenvdb$secondaryArchSuffix = $libVersion
|
||||
devel:libopenvdb$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
openvdb$secondaryArchSuffix == $portVersion base
|
||||
@@ -88,7 +88,8 @@ BUILD()
|
||||
-DTBB_INCLUDEDIR="$portPackageLinksDir/devel~libtbb$secondaryArchSuffix/$relativeIncludeDir/" \
|
||||
-DTBB_LIBRARYDIR="$portPackageLinksDir/devel~libtbb$secondaryArchSuffix/$relativeDevelopLibDir/" \
|
||||
-DOPENVDB_BUILD_PYTHON_MODULE=OFF \
|
||||
$cmakeDirArgs
|
||||
$cmakeDirArgs \
|
||||
-DCMAKE_INSTALL_BINDIR=$prefix/bin
|
||||
|
||||
make $jobArgs
|
||||
}
|
||||
@@ -98,10 +99,6 @@ INSTALL()
|
||||
cd haiku_build
|
||||
make install
|
||||
|
||||
mv $prefix/lib $prefix/lib2
|
||||
mkdir -p $(dirname $libDir)
|
||||
mv $prefix/lib2 $libDir
|
||||
|
||||
prepareInstalledDevelLib libopenvdb
|
||||
|
||||
packageEntries devel \
|
||||
Reference in New Issue
Block a user