[MacPorts] #23193: cgal libraries have wrong install_name

MacPorts noreply at macports.org
Fri Jan 8 19:13:42 PST 2010


#23193: cgal libraries have wrong install_name
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  vince@…           
     Type:  defect                   |      Status:  new               
 Priority:  Normal                   |   Milestone:                    
Component:  ports                    |     Version:  1.8.2             
 Keywords:                           |        Port:  cgal              
-------------------------------------+--------------------------------------
 On my Snow Leopard system:

 {{{
 $ otool -L /opt/local/lib/libCGAL.dylib
 /opt/local/lib/libCGAL.dylib:
         libCGAL.4.dylib (compatibility version 4.0.0, current version
 4.0.0)
 [snip]
 }}}

 That should be:

 {{{
 $ otool -L /opt/local/lib/libCGAL.dylib
 /opt/local/lib/libCGAL.dylib:
         /opt/local/lib/libCGAL.4.dylib (compatibility version 4.0.0,
 current version 4.0.0)
 [snip]
 }}}

 This was [http://lists.macosforge.org/pipermail/macports-
 users/2010-January/018351.html reported on the mailing list].

-- 
Ticket URL: <http://trac.macports.org/ticket/23193>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list