mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
R: update to 4.1.0, adopt.
This commit is contained in:
parent
0d55041b01
commit
842a6329a4
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'R'
|
# Template file for 'R'
|
||||||
pkgname=R
|
pkgname=R
|
||||||
version=4.0.3
|
version=4.1.0
|
||||||
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 '="-lopenblas"') --with-lapack
|
--with-blas$(vopt_if openblas '=openblas') --with-lapack
|
||||||
--enable-R-shlib --with-tcltk
|
--enable-R-shlib --with-tcltk
|
||||||
--enable-memory-profiling
|
--enable-memory-profiling
|
||||||
LIBnn=lib"
|
LIBnn=lib"
|
||||||
|
@ -18,12 +18,12 @@ makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel
|
||||||
depends="xdg-utils less which"
|
depends="xdg-utils less which"
|
||||||
checkdepends="tzdata tar"
|
checkdepends="tzdata tar"
|
||||||
short_desc="System for statistical computation and graphics"
|
short_desc="System for statistical computation and graphics"
|
||||||
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
maintainer="Luke Hannan <lukehannan@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
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=09983a8a78d5fb6bc45d27b1c55f9ba5265f78fa54a55c13ae691f87c5bb9e0d
|
checksum=e8e68959d7282ca147360fc9644ada9bd161bab781bab14d33b8999a95182781
|
||||||
nocross=yes
|
nocross=yes
|
||||||
shlib_provides="libR.so"
|
shlib_provides="libR.so"
|
||||||
make_check=extended
|
make_check=extended
|
||||||
|
|
Loading…
Add table
Reference in a new issue