Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] install issues

Subject: CGAL users discussion list

List archive

[cgal-discuss] install issues


Chronological Thread 
  • From: christophe malvasio <>
  • To:
  • Subject: [cgal-discuss] install issues
  • Date: Sun, 20 Jan 2013 02:08:42 +0100

hi
why cmake turn off eigen3 opengl and zlib usage ?
is eigein-blas/lapack not usable ?
in CMakeLists.txt :
    if ( "${GCC_VERSION}" MATCHES "^4.2" )
      message( STATUS "Using gcc version 4.2. Adding -fno-strict-aliasing" )
      uniquely_add_flags( CGAL_CXX_FLAGS "-fno-strict-aliasing" )
    endif()
nothing more for higher gcc ?
(i have 4.8.0 but i don't know c++ and CGAL so no idea flags to use)
also are you all in freebsd to use this regex ?
this file is less horrible than the eigen3 one but not good enough
cmake output give :-- USING OPENGL_VERSION = '2.1'
mesa give 3.0 no use ?
thanks



Archive powered by MHonArc 2.6.18.

Top of Page