Package opensubdiv: Information

    Source package: opensubdiv
    Version: 3.6.0-alt3.1
    Latest version according to Repology
    Build time:  Feb 4, 2025, 01:17 AM in the task #373101
    Report package bug
    License: Apache-2.0
    Summary: An Open-Source subdivision surface library
    Description: 
    OpenSubdiv is a set of open source libraries that implement
    high performance subdivision surface (subdiv) evaluation
    on massively parallel CPU and GPU architectures.
    This codepath is optimized for drawing deforming subdivs
    with static topology at interactive framerates.
    The resulting limit surface matches Pixar's Renderman to numerical precision.
    
    OpenSubdiv is covered by the Apache license,
    and is free to use for commercial or non-commercial use.
    This is the same code that Pixar uses internally for animated film production.
    Our intent is to encourage high performance accurate subdiv drawing
    by giving away the "good stuff".
    
    Feel free to use it and let us know what you think.

    List of RPM packages built from this SRPM:
    libopensubdiv3.6.0 (x86_64, ppc64le, i586, aarch64)
    libopensubdiv3.6.0-debuginfo (x86_64, ppc64le, i586, aarch64)
    opensubdiv (x86_64, ppc64le, i586, aarch64)
    opensubdiv-debuginfo (x86_64, ppc64le, i586, aarch64)
    opensubdiv-devel (x86_64, ppc64le, i586, aarch64)

    Maintainer: Konstantin Lepikhov


    ACL:
    Anton Farygin
    @everybody

      1. cmake
      2. gcc-c++
      3. gcc13-c++
      4. libPtex-devel
      5. libXcursor-devel
      6. libXi-devel
      7. libXinerama-devel
      8. libXrandr-devel
      9. libXxf86vm-devel
      10. libglfw3-devel
      11. libgomp-devel
      12. nvidia-cuda-devel
      13. ocl-icd-devel
      14. rpm-build-python3
      15. tbb-devel
      16. zlib-devel

    Last changed


    Nov. 12, 2024 Konstantin Lepikhov 3.6.0-alt3.1
    - Fix FTBFS with gcc14 (compile with gcc13 for cuda).
    Dec. 10, 2023 Konstantin Lepikhov 3.6.0-alt3
    - x86_64: Enable CUDA support.
    Nov. 16, 2023 Konstantin Lepikhov 3.6.0-alt2
    - Don't build documentation by default.
    - BR: remove clew deps (as we don't care about portability).