pivy and spack

59 views
Skip to first unread message

Olivier Cessenat

unread,
May 11, 2021, 2:21:38 PM5/11/21
to coin3d-discuss
Hello,

I'm new to coin3d, I'm interested by FreeCAD ; I wanted to make a package for "spack" but I failed with
"Could not find a package configuration file provided by "Coin" with any of
  the following names:

    CoinConfig.cmake
    coin-config.cmake
"
Has anyone already done that ? Can anyone help ?
Thanks.
I join what I've done for spack pivy/package.py.

Olivier Cessenat
<<

class Pivy(CMakePackage):
    """
    Pivy is a Coin binding for Python. Coin is a high-level 3D graphics
    library with a C++ Application Programming Interface. Coin uses
    scene-graph data structures to render real-time graphics suitable for
    mostly all kinds of scientific and engineering visualization
    applications.
    """


    version('0.6.6', sha256='27204574d894cc12aba5df5251770f731f326a3e7de4499e06b5f5809cc5659e')

    depends_on("python@3:")
    depends_on("swig@4:")
    depends_on("coin3d@3:")
>>

Reply all
Reply to author
Forward
0 new messages