CGAL / cgal-swig-bindings

CGAL bindings using SWIG
Other
346 stars 93 forks source link

Test with CGAL-4.12 and 4.13 #107

Closed lrineau closed 5 years ago

lrineau commented 6 years ago

Fix issue #106.

lrineau commented 6 years ago

Should it be added to CGAL/cgal#3361 4.14 release check list?

lrineau commented 6 years ago

The test pythontest_mesh_polyhedral_domain takes too long with 4.12, and the build with 4.13 fails with:

== CMake setup ==
-- The CXX compiler identification is GNU 4.8.4
-- The C compiler identification is GNU 4.8.4
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error at CMakeLists.txt:18 (message):
  ############
  Since CGAL-4.12.1, you can no longer configure an in-source build in a Git
  repository.  See this StackOverlow question and answers for a way to create
  a separate build directory:
    https://stackoverflow.com/q/45518317/1728537
  ############
Call Stack (most recent call first):
  CMakeLists.txt:30 (CGAL_error_if_detect_in_source_build)
sloriot commented 5 years ago

I didn't see this was a PR so I pushed the fixes directly in master. I've updated the check list.