R: update to 4.2.2.
This commit is contained in:
parent
20ffbb6458
commit
2b537e0cba
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'R'
|
# Template file for 'R'
|
||||||
pkgname=R
|
pkgname=R
|
||||||
version=4.2.1
|
version=4.2.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
|
configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
|
||||||
--with-blas$(vopt_if openblas '=openblas') --with-lapack
|
--with-blas$(vopt_if openblas '=openblas') --with-lapack
|
||||||
|
@ -23,9 +23,10 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://www.r-project.org/"
|
homepage="https://www.r-project.org/"
|
||||||
changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html"
|
changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html"
|
||||||
distfiles="https://cran.r-project.org/src/base/R-4/${pkgname}-${version}.tar.gz"
|
distfiles="https://cran.r-project.org/src/base/R-4/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4d52db486d27848e54613d4ee977ad952ec08ce17807e1b525b10cd4436c643f
|
checksum=0ff62b42ec51afa5713caee7c4fde7a0c45940ba39bef8c5c9487fef0c953df5
|
||||||
nocross=yes
|
nocross=yes
|
||||||
shlib_provides="libR.so"
|
shlib_provides="libR.so"
|
||||||
|
# tests require texlive distribution
|
||||||
make_check=extended
|
make_check=extended
|
||||||
|
|
||||||
build_options="openblas"
|
build_options="openblas"
|
||||||
|
|
Loading…
Reference in New Issue