From 0275cd22b71c8f0df17577cbff99feb579d01a37 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Thu, 10 Jun 2021 15:40:24 +0200 Subject: [PATCH] R: update to 4.1.0, adopt. --- srcpkgs/R/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/R/template b/srcpkgs/R/template index 762a6e90e33b..69f67351e24c 100644 --- a/srcpkgs/R/template +++ b/srcpkgs/R/template @@ -1,10 +1,10 @@ # Template file for 'R' pkgname=R -version=4.0.3 -revision=2 +version=4.1.0 +revision=1 build_style=gnu-configure 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-memory-profiling LIBnn=lib" @@ -18,12 +18,12 @@ makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel depends="xdg-utils less which" checkdepends="tzdata tar" short_desc="System for statistical computation and graphics" -maintainer="Florian Wagner " +maintainer="Luke Hannan " license="GPL-2.0-or-later" homepage="https://www.r-project.org/" 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" -checksum=09983a8a78d5fb6bc45d27b1c55f9ba5265f78fa54a55c13ae691f87c5bb9e0d +checksum=e8e68959d7282ca147360fc9644ada9bd161bab781bab14d33b8999a95182781 nocross=yes shlib_provides="libR.so" make_check=extended