mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Openvdb 5.1.0 (#2451)
* OpenVDB: bump * OpenVDB: bump * SRC_URI * Cleanup
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-2017 DreamWorks Animation LLC"
|
||||
COPYRIGHT="2012-2018 DreamWorks Animation LLC"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.openvdb.org/download/openvdb_5_0_0_library.zip"
|
||||
CHECKSUM_SHA256="3931b81d4c61fddaa656212f991c743f4c095838492975f58f94f02429fbe86d"
|
||||
SOURCE_URI="http://www.openvdb.org/download/openvdb_${portVersion//./_}_library.zip"
|
||||
CHECKSUM_SHA256="915c7ee80e850d9963f96d22eaebff933f20470fbc4b92412a2a9564383feb32"
|
||||
SOURCE_DIR="openvdb"
|
||||
ADDITIONAL_FILES="Makefile.HAIKU"
|
||||
|
||||
@@ -98,3 +98,9 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
cd build
|
||||
make test
|
||||
}
|
||||
Reference in New Issue
Block a user