Opened 12 years ago
Closed 12 years ago
#36889 closed defect (fixed)
levmar @2.6 define variant +atlas and fix build problem on Lion
Reported by: | lockhart (Thomas Lockhart) | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch maintainer | Cc: | pixilla (Bradley Giesbrecht) |
Port: | levmar |
Description
The current Portfile and patches require building with MacPorts' atlas. This set of patches preserves the ability to build against Apple's libraries instead by specifying "-atlas" to de-select the default variant. The location of the ATLAS library is specified in the link line so the problem building on Lion should be addressed here also.
Attachments (2)
Change History (4)
Changed 12 years ago by lockhart (Thomas Lockhart)
Attachment: | patch-Makefile.so.diff added |
---|
Changed 12 years ago by lockhart (Thomas Lockhart)
Attachment: | Portfile.diff added |
---|
Explicitly define the +atlas variant and make this the default. Support atlas with an explicit reinplace patch to the makefile. Specify atlas as a conflict if +atlas is not specified.
comment:1 Changed 12 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to macsforever2000@… |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Support both atlas and Apple libraries. This is a full file rather than a patch on a patch.