cgal-swig-bindings icon indicating copy to clipboard operation
cgal-swig-bindings copied to clipboard

[feature request] conda + pip installation recipes

Open vadimkantorov opened this issue 4 years ago • 4 comments

Of CGAL + cgal-bindings. Please :)

vadimkantorov avatar Aug 12 '21 16:08 vadimkantorov

We have an experimental Pypi package, here: https://test.pypi.org/project/cgal/

As for Conda, the package already exists, but it is not owned/managed by CGAL developers: https://anaconda.org/conda-forge/cgal

lrineau avatar Aug 14 '21 14:08 lrineau

@lrineau Please see issue #200 . I have been having this issue building the Python CGAL libraries using this as well. Is this experimental package supposed to replace cgal-bindings?

adamgranthendry avatar Sep 01 '21 01:09 adamgranthendry

@lrineau Please see issue #200 . I have been having this issue building the Python CGAL libraries using this as well. Is this experimental package supposed to replace cgal-bindings?

https://test.pypi.org/project/cgal/ is not a replacement of cgal-bindings, but an alternate way of installing it: it is a precompiled package that Python's pip tool can install.

lrineau avatar Sep 01 '21 07:09 lrineau

@lrineau Thank you for your reply, and thank you for the alternate installation method. Can you please advise on #200? I am getting the same error and am not able to compile CGAL after attempting to follow the Wiki page installation instructions.

adamgranthendry avatar Sep 01 '21 15:09 adamgranthendry