R: update to 3.5.3.
This commit is contained in:
parent
4fcd194e15
commit
25df4be885
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'R'
|
||||
pkgname=R
|
||||
version=3.5.2
|
||||
revision=4
|
||||
version=3.5.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
|
||||
--with-lapack --with-blas --enable-R-shlib --with-tcltk
|
||||
|
@ -18,7 +18,7 @@ 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-3/${pkgname}-${version}.tar.gz"
|
||||
checksum=e53d8c3cf20f2b8d7a9c1631b6f6a22874506fb392034758b3bb341c586c5b62
|
||||
checksum=2bfa37b7bd709f003d6b8a172ddfb6d03ddd2d672d6096439523039f7a8e678c
|
||||
nocross=yes
|
||||
shlib_provides="libR.so"
|
||||
|
||||
|
@ -30,7 +30,7 @@ pre_configure() {
|
|||
|
||||
post_install() {
|
||||
# Sanitize Makeconf flags
|
||||
sed -i -e 's/^\(CFLAGS\|CXXFLAGS\|CXX1XFLAGS\|FFLAGS\|SAFE_FFLAGS\) = .*/\1 = -O2 -g $(LTO)/' \
|
||||
vsed -i -e 's/^\(CFLAGS\|CXXFLAGS\|CXX1XFLAGS\|FFLAGS\|SAFE_FFLAGS\) = .*/\1 = -O2 -g $(LTO)/' \
|
||||
-e 's/^LDFLAGS = .*/LDFLAGS =/' \
|
||||
$DESTDIR/usr/lib/R/etc/Makeconf
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue