Ticket #40602: R-Portfile2.diff
File R-Portfile2.diff, 861 bytes (added by kjellpk (Kjell Konis), 11 years ago) |
---|
-
Portfile
old new 10 10 11 11 name R 12 12 version ${major}.${minor}.${point} 13 revision 1 13 14 categories math science 14 15 maintainers me.com:kjell.konis 15 16 license {GPL-2 GPL-3} … … 77 78 78 79 variant atlas conflicts accelerate builtin_lapack description {build using the BLAS in the atlas port} { 79 80 depends_lib-append port:atlas 80 configure.args-append --with-blas="-L /MacPorts/lib -lptf77blas -latlas"81 configure.args-append --with-blas="-L${prefix}/lib -lptf77blas -latlas" 81 82 #See A.3.2 in R Installation and Administration for why atlas LAPACK not used 82 83 } 83 84