mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
openvdb: bump (#4962)
This commit is contained in:
@@ -3,11 +3,11 @@ DESCRIPTION="The OpenVDB library comprises a hierarchical data structure and \
|
||||
a suite of tools for the efficient manipulation of sparse, possibly \
|
||||
time-varying, volumetric data discretized on a three-dimensional grid."
|
||||
HOMEPAGE="http://www.openvdb.org/"
|
||||
COPYRIGHT="2012-2018 DreamWorks Animation LLC"
|
||||
COPYRIGHT="2012-2019 DreamWorks Animation LLC"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/AcademySoftwareFoundation/openvdb/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d4dd17ad571d4dd048f010e6f4b7657391960ed73523ed1716a17e7cf1806f71"
|
||||
CHECKSUM_SHA256="97bc8ae35ef7ccbf49a4e25cb73e8c2eccae6b235bac86f2150707efcd1e910d"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -98,10 +98,6 @@ INSTALL()
|
||||
cd haiku_build
|
||||
make install
|
||||
|
||||
# move include dir to correct location
|
||||
mkdir -p $(dirname $includeDir)
|
||||
mv $prefix/include $includeDir
|
||||
|
||||
mv $prefix/lib $prefix/lib2
|
||||
mkdir -p $(dirname $libDir)
|
||||
mv $prefix/lib2 $libDir
|
||||
Reference in New Issue
Block a user