Ticket #45725: R-Portfile-take2.diff
File R-Portfile-take2.diff, 1.4 KB (added by kjellpk (Kjell Konis), 10 years ago) |
---|
-
Portfile
old new 8 8 9 9 set major 3 10 10 set minor 1 11 set point 111 set point 2 12 12 13 13 #Remember to remove revision line when bumping version 14 14 version ${major}.${minor}.${point} … … 32 32 master_sites http://cran.rstudio.com/src/base/R-3/ \ 33 33 http://cran.r-project.org/src/base/R-3/ 34 34 35 checksums rmd160 72e5d7a9ec4dc9c960321e7fc8d939cb59d63c31\36 sha256 ce5c4d5e34414ce8f1ec2d5642861435fa1ddc4cd89bd336172bbe25a62c7a1935 checksums rmd160 b2aaa42daac1ae5d114995de514d211d78a4e0a6 \ 36 sha256 bcd150afcae0e02f6efb5f35a6ab72432be82e849ec52ce0bb89d8c342a8fa7a 37 37 38 38 depends_build port:pkgconfig 39 39 … … 72 72 } 73 73 74 74 variant 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" 77 77 } 78 78 79 79 variant atlas conflicts accelerate builtin_lapack description {build using the BLAS in the atlas port} {