Ticket #20647: arpack.diff
File arpack.diff, 459 bytes (added by tenomoto (Takeshi Enomoto), 15 years ago) |
---|
-
Portfile
old new 21 21 use_configure no 22 22 worksrcdir ARPACK 23 23 patchfiles patch-arpack.diff 24 post-patch { 25 if {[variant_isset g95]} { 26 reinplace "s|-ff2c||" ${worksrcpath}/ARmake.inc 27 } 28 } 24 29 build.args all home=${worksrcpath} 25 30 destroot { 26 31 xinstall -m 644 -v -W ${worksrcpath} libarpack.a ${destroot}${prefix}/lib