Ticket #45725: R-Portfile-take2.diff

File R-Portfile-take2.diff, 1.4 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}
     
    3232master_sites                http://cran.rstudio.com/src/base/R-3/ \
    3333                            http://cran.r-project.org/src/base/R-3/
    3434
    35 checksums                   rmd160  72e5d7a9ec4dc9c960321e7fc8d939cb59d63c31 \
    36                             sha256  ce5c4d5e34414ce8f1ec2d5642861435fa1ddc4cd89bd336172bbe25a62c7a19
     35checksums                   rmd160  b2aaa42daac1ae5d114995de514d211d78a4e0a6 \
     36                            sha256  bcd150afcae0e02f6efb5f35a6ab72432be82e849ec52ce0bb89d8c342a8fa7a
    3737
    3838depends_build               port:pkgconfig
    3939
     
    7272}
    7373
    7474variant accelerate conflicts builtin_lapack description {build using the BLAS and Lapack in Apple's Accelerate framework} {
    75     configure.args-append   --with-blas="-framework vecLib" \
    76                             --with-lapack="-framework vecLib"
     75    configure.args-append   --with-blas="-framework Accelerate" \
     76                            --with-lapack="-framework Accelerate"
    7777}
    7878
    7979variant atlas conflicts accelerate builtin_lapack description {build using the BLAS in the atlas port} {