Ticket #45725: R-Portfile-take3.diff
File R-Portfile-take3.diff, 1.5 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} 15 revision 116 15 17 16 categories math science 18 17 maintainers me.com:kjell.konis … … 33 32 master_sites http://cran.rstudio.com/src/base/R-3/ \ 34 33 http://cran.r-project.org/src/base/R-3/ 35 34 36 checksums rmd160 72e5d7a9ec4dc9c960321e7fc8d939cb59d63c31\37 sha256 ce5c4d5e34414ce8f1ec2d5642861435fa1ddc4cd89bd336172bbe25a62c7a1935 checksums rmd160 b2aaa42daac1ae5d114995de514d211d78a4e0a6 \ 36 sha256 bcd150afcae0e02f6efb5f35a6ab72432be82e849ec52ce0bb89d8c342a8fa7a 38 37 39 38 depends_build port:pkgconfig 40 39 … … 73 72 } 74 73 75 74 variant 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" 78 77 } 79 78 80 79 variant atlas conflicts accelerate builtin_lapack description {build using the BLAS in the atlas port} {