#36853: levmar @2.6 remove dependency on Apple libraries ---------------------------------+-------------------------------- Reporter: lockhart@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: haspatch maintainer | Port: levmar ---------------------------------+-------------------------------- The original Portfile uses the makefile included with levmar which links with liblapack and libblas. These are available from Apple, but has a library name conflict with the MacPorts atlas package. The conflict becomes apparent if atlas is installed before levmar is installed. So here we modify the Portfile and the makefile patches to require and use the atlas lapack and blas functions included in libsatlas.dylib rather than the liblapack.dylib and libblas.dylib libraries from Apple. -- Ticket URL: <https://trac.macports.org/ticket/36853> MacPorts <http://www.macports.org/> Ports system for Mac OS