Ticket #40602: R-Portfile2.diff

File R-Portfile2.diff, 861 bytes (added by kjellpk (Kjell Konis), 11 years ago)
  • Portfile

    old new  
    1010
    1111name                        R
    1212version                     ${major}.${minor}.${point}
     13revision                    1
    1314categories                  math science
    1415maintainers                 me.com:kjell.konis
    1516license                     {GPL-2 GPL-3}
     
    7778
    7879variant atlas conflicts accelerate builtin_lapack description {build using the BLAS in the atlas port} {
    7980    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"
    8182    #See A.3.2 in R Installation and Administration for why atlas LAPACK not used
    8283}
    8384