mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
R: update to 4.1.1.
This commit is contained in:
parent
6a2ae1dd3f
commit
344660378c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'R'
|
# Template file for 'R'
|
||||||
pkgname=R
|
pkgname=R
|
||||||
version=4.1.0
|
version=4.1.1
|
||||||
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
|
||||||
|
@ -13,16 +13,16 @@ makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel
|
||||||
libpng-devel libjpeg-turbo-devel tiff-devel cairo-devel icu-devel
|
libpng-devel libjpeg-turbo-devel tiff-devel cairo-devel icu-devel
|
||||||
zlib-devel bzip2-devel pcre2-devel liblzma-devel
|
zlib-devel bzip2-devel pcre2-devel liblzma-devel
|
||||||
libcurl-devel tcl-devel tk-devel libxml2-devel
|
libcurl-devel tcl-devel tk-devel libxml2-devel
|
||||||
texlive texlive-fontsextra texinfo
|
|
||||||
$(vopt_if openblas openblas-devel 'blas-devel lapack-devel')"
|
$(vopt_if openblas openblas-devel 'blas-devel lapack-devel')"
|
||||||
depends="xdg-utils less which"
|
depends="xdg-utils less which"
|
||||||
|
checkdepends="texlive texlive-fontsextra texinfo"
|
||||||
short_desc="System for statistical computation and graphics"
|
short_desc="System for statistical computation and graphics"
|
||||||
maintainer="Luke Hannan <lukehannan@gmail.com>"
|
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=e8e68959d7282ca147360fc9644ada9bd161bab781bab14d33b8999a95182781
|
checksum=515e03265752257d0b7036f380f82e42b46ed8473f54f25c7b67ed25bbbdd364
|
||||||
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