Package openvdb: Information

    Source package: openvdb
    Version: 8.1.0-alt1
    Build time:  Jun 14, 2023, 01:11 PM
    Category: Graphics
    Report package bug
    Summary: C++ library for sparse volumetric data discretized on three-dimensional grids
    Description: 
    OpenVDB is an Academy Award-winning open-source C++ library comprising a novel
    hierarchical data structure and a suite of tools for the efficient storage and
    manipulation of sparse volumetric data discretized on three-dimensional grids.
    It is developed and maintained by Academy Software Foundation for use in
    volumetric applications typically encountered in feature film production.
    
    This package contains some graphical tools.

    List of rpms provided by this srpm:
    libopenvdb8.1 (mipsel)
    libopenvdb8.1-debuginfo (mipsel)
    openvdb (mipsel)
    openvdb-debuginfo (mipsel)
    openvdb-devel (mipsel)
    python3-module-openvdb (mipsel)
    python3-module-openvdb-debuginfo (mipsel)

    Maintainer: Aleksei Nikiforov


      1. boost-complete
      2. python3-module-numpy
      3. ghostscript
      4. pkgconfig(blosc) >= 1.5.0
      5. pkgconfig(cppunit) >= 1.10
      6. doxygen
      7. cmake
      8. pkgconfig(glfw3) >= 2.7
      9. pkgconfig(jemalloc)
      10. libnumpy-py3-devel
      11. pkgconfig(log4cplus) >= 1.0
      12. pkgconfig(python3)
      13. pkgconfig(tbb) >= 3.0
      14. pkgconfig(xi)
      15. pkgconfig(zlib) > 1.2.7
      16. gcc-c++
      17. rpm-build-python3
      18. ilmbase-devel

    Last changed


    June 18, 2021 Aleksei Nikiforov 8.1.0-alt1
    - Updated to upstream version 8.1.0.
    June 3, 2021 Aleksei Nikiforov 8.0.1-alt1
    - Updated to upstream version 8.0.1.
    May 24, 2021 Ivan A. Melnikov 8.0.0-alt2
    - Fix build on mipsel:
      + link with -latomic;
      + reduce debuginfo level to -g1 to avoid OOM in compiler.