CGAL / cgal-swig-bindings

CGAL bindings using SWIG
Other
351 stars 93 forks source link

Releases matching CGAL versions #115

Open tadeu opened 5 years ago

tadeu commented 5 years ago

Hi! Thanks for this awesome project! What do you think about making releases for cgal-swig-bindings (specially because of the tags), matching CGAL versions?

It would help to maintain matching bindings and CGAL packages. Thanks! :)

tadeu commented 5 years ago

cc @lrineau

lrineau commented 5 years ago

@tadeu commented on Mar 21, 2019, 2:24 PM GMT+1:

Hi! Thanks for this awesome project! What do you think about making releases for cgal-swig-bindings (specially because of the tags), matching CGAL versions?

It would help to maintain matching bindings and CGAL packages. Thanks! :)

The cgal-swig-bindings project is independent from the releases of CGAL. Its HEAD is supposed to work correctly with all CGAL versions from CGAL-4.8 to CGAL-4.14 and CGAL master. It is checked by Travis, now: https://github.com/CGAL/cgal-swig-bindings/blob/55635605ed9287f963800d2e0dc5dac6bd3fa899/.travis.yml#L5-L14

lrineau commented 5 years ago

@tadeu What is missing in our Travis checks is the tests on MacOS and Windows. Maybe you help us, having experience with the conda packages.

For tests on MacOS, I have that open PR #117.