Ticket #45725: R-Portfile-take3.diff

File R-Portfile-take3.diff, 1.5 KB (added by kjellpk (Kjell Konis), 9 years ago)
  • Portfile

    old new  
    88
    99set major 3
    1010set minor 1
    11 set point 1
     11set point 2
    1212
    1313#Remember to remove revision line when bumping version
    1414version                     ${major}.${minor}.${point}
    15 revision                    1
    1615
    1716categories                  math science
    1817maintainers                 me.com:kjell.konis
     
    3332master_sites                http://cran.rstudio.com/src/base/R-3/ \
    3433                            http://cran.r-project.org/src/base/R-3/
    3534
    36 checksums                   rmd160  72e5d7a9ec4dc9c960321e7fc8d939cb59d63c31 \
    37                             sha256  ce5c4d5e34414ce8f1ec2d5642861435fa1ddc4cd89bd336172bbe25a62c7a19
     35checksums                   rmd160  b2aaa42daac1ae5d114995de514d211d78a4e0a6 \
     36                            sha256  bcd150afcae0e02f6efb5f35a6ab72432be82e849ec52ce0bb89d8c342a8fa7a
    3837
    3938depends_build               port:pkgconfig
    4039
     
    7372}
    7473
    7574variant accelerate conflicts builtin_lapack description {build using the BLAS and Lapack in Apple's Accelerate framework} {
    76     configure.args-append   --with-blas="-framework vecLib" \
    77                             --with-lapack="-framework vecLib"
     75    configure.args-append   --with-blas="-framework Accelerate" \
     76                            --with-lapack="-framework Accelerate"
    7877}
    7978
    8079variant atlas conflicts accelerate builtin_lapack description {build using the BLAS in the atlas port} {