Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : openvdb | name : openvdb | ||||
| version : 8.0.0 | version : 8.0.1 | ||||
| release : 2 | release : 3 | ||||
| source : | source : | ||||
| - https://github.com/AcademySoftwareFoundation/openvdb/archive/v8.0.0.tar.gz : 04a28dc24a744f8ac8bbc5636a949628edb02b7c84db24ad795429c8c739a9ee | - https://github.com/AcademySoftwareFoundation/openvdb/archive/refs/tags/v8.0.1.tar.gz : a6845da7c604d2c72e4141c898930ac8a2375521e535f696c2cd92bebbe43c4f | ||||
| license : MPL-2.0 | license : MPL-2.0 | ||||
| component : multimedia.library | component : multimedia.library | ||||
| homepage : https://www.openvdb.org/ | homepage : https://www.openvdb.org/ | ||||
| summary : Sparse volume data structure and tools | summary : Sparse volume data structure and tools | ||||
| description: | | description: | | ||||
| OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It was developed by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. | OpenVDB is an open source C++ library comprising a novel hierarchical data structure and a large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids. It was developed by DreamWorks Animation for use in volumetric applications typically encountered in feature film production. | ||||
| avx2 : yes | avx2 : yes | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(IlmBase) | |||||
| - pkgconfig(OpenEXR) | - pkgconfig(OpenEXR) | ||||
| - pkgconfig(blosc) | - pkgconfig(blosc) | ||||
| - pkgconfig(jemalloc) | - pkgconfig(jemalloc) | ||||
| - intel-tbb-devel | - intel-tbb-devel | ||||
| - libboost-devel | - libboost-devel | ||||
| setup : | | setup : | | ||||
| %cmake_ninja -DOPENVDB_CORE_STATIC=0 | %patch -p1 < $pkgfiles/Imath-instead-of-ilmbase.patch | ||||
| rm cmake/FindOpenEXR.cmake | |||||
| %cmake_ninja \ | |||||
| -DOPENVDB_CORE_STATIC=OFF \ | |||||
| -DUSE_EXR=ON \ | |||||
| -DDISABLE_DEPENDENCY_VERSION_CHECKS=ON | |||||
| build : | | build : | | ||||
| %ninja_build | %ninja_build | ||||
| install : | | install : | | ||||
| %ninja_install | %ninja_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.