Ticket #19202: portfile.diff
File portfile.diff, 581 bytes (added by krunk7@…, 16 years ago) |
---|
-
Portfile
old new 53 53 configure.args-append --enable-cplex 54 54 } 55 55 56 variant python description {build the python interface} {57 }58 56 59 57 variant atlas description {use the fast atlas and lapack libraries} { 60 58 depends_lib-append port:atlas … … 68 66 depends_lib-append port:lp_solve 69 67 } 70 68 71 p ost-destroot{72 reinplace s|@PREFIX@|${prefix}|g ${ destroot}${prefix}/src/configure69 pre-configure { 70 reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/configure 73 71 } 74 72 75 73 post-clean {