Subject: CGAL users discussion list
List archive
- From: "Sebastien Loriot (GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] install issues
- Date: Sun, 20 Jan 2013 10:23:23 +0100
- Organization: GeometryFactory
On 01/20/2013 02:08 AM, christophe malvasio wrote:
hiAt CGAL build time, OpenGL is needed by libCGAL_Qt4, as well as libCGAL_ImageIO [1], and zlib is needed by libCGAL_ImageIO [2].
why cmake turn off eigen3 opengl and zlib usage ?
is eigein-blas/lapack not usable ?
So I don't understand why you are saying that cmake turn them off.
Eigen3, is not needed to build CGAL, so the configurationis done when you want to use it (like in examples of Surface_reconstruction_point_3 for example).
in CMakeLists.txt :This was intended to fix a bug in GCC 4.2, only the frounding-math
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 ?
flag is need for other 4 versions ( see if ( "${GCC_VERSION}" MATCHES "^4." ) )
(i have 4.8.0 but i don't know c++ and CGAL so no idea flags to use)What do you mean?
also are you all in freebsd to use this regex ?
this file is less horrible than the eigen3 one but not good enoughWhat is the problem here? The opengl dectected is not the one
cmake output give :-- USING OPENGL_VERSION = '2.1'
mesa give 3.0 no use ?
you would like to use?
Sebastien.
[1] http://www.cgal.org/Manual/latest/doc_html/installation_manual/Chapter_installation_manual.html#Subsection_8.4
[2] http://www.cgal.org/Manual/latest/doc_html/installation_manual/Chapter_installation_manual.html#Subsection_8.5
thanks
- [cgal-discuss] install issues, christophe malvasio, 01/20/2013
- Re: [cgal-discuss] install issues, Sebastien Loriot (GeometryFactory), 01/20/2013
- Re: [cgal-discuss] install issues, christophe malvasio, 01/20/2013
- Re: [cgal-discuss] install issues, Sebastien Loriot (GeometryFactory), 01/21/2013
- Re: [cgal-discuss] install issues, christophe malvasio, 01/21/2013
- Re: [cgal-discuss] install issues, Sebastien Loriot (GeometryFactory), 01/21/2013
- Re: [cgal-discuss] install issues, christophe malvasio, 01/20/2013
- Re: [cgal-discuss] install issues, Sebastien Loriot (GeometryFactory), 01/20/2013
Archive powered by MHonArc 2.6.18.