Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : openvdb | name : openvdb | ||||
| version : 8.0.0 | version : 8.1.0 | ||||
| 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.1.0.tar.gz : 3e09d47331429be7409a3a3c27fdd3c297f96d31d2153febe194e664a99d6183 | ||||
| homepage : https://www.openvdb.org/ | |||||
| license : MPL-2.0 | license : MPL-2.0 | ||||
| component : multimedia.library | component : multimedia.library | ||||
| 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(blosc) | - pkgconfig(blosc) | ||||
| - pkgconfig(jemalloc) | - pkgconfig(python3) | ||||
| - intel-tbb-devel | - intel-tbb-devel | ||||
| - libboost-devel | - libboost-devel | ||||
| - numpy | |||||
| rundeps : | |||||
| - numpy | |||||
| setup : | | setup : | | ||||
| %cmake_ninja -DOPENVDB_CORE_STATIC=0 | %cmake_ninja \ | ||||
| -DCMAKE_BUILD_TYPE=Release \ | |||||
| -DUSE_NUMPY=ON \ | |||||
| -DDISABLE_DEPENDENCY_VERSION_CHECKS=ON \ | |||||
| -DOPENVDB_CORE_STATIC=OFF \ | |||||
| -DOPENVDB_BUILD_PYTHON_MODULE=ON \ | |||||
| -DOPENVDB_ENABLE_RPATH=OFF \ | |||||
| -DOPENVDB_BUILD_UNITTESTS=OFF | |||||
| 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.