[MacPorts] #33649: cgal update 3.9 -> 4.0
MacPorts
noreply at macports.org
Mon Mar 26 12:41:23 PDT 2012
#33649: cgal update 3.9 -> 4.0
--------------------------------+-------------------------------------------
Reporter: mmoll@… | Owner: vince@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: haspatch | Port: cgal
--------------------------------+-------------------------------------------
Comment(by raphael@…):
Replying to [comment:21 mmoll@…]:
> I need to change the compiler to this: {{{ configure.compiler llvm-
gcc-4.2 }}}
Yes, we don't need to use gcc-4.2 anymore because the demos now compile
with llvm-gcc-4.2.
> Even then, some of the demos are broken, because they expect plugins to
be installed in /opt/local/lib.
This affects only three demos: Mesh_3, Polyhedron and
Surface_reconstruction_points_3. I worked around this problem by moving
the dynamic libraries of these demos to {{{${destroot}${prefix}/lib}}}:
{{{
eval move [glob ${destroot}${prefix}/share/${name}/demo/*/*.dylib]
${destroot}${prefix}/lib/
}}}
Now, even these demos work for me. An updated patch is attached.
--
Ticket URL: <https://trac.macports.org/ticket/33649#comment:27>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list