R: update to 3.3.0.
Fix PIE.
This commit is contained in:
parent
fea182a768
commit
22307cde6f
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,10 @@
|
||||||
# Template file for 'R'
|
# Template file for 'R'
|
||||||
pkgname=R
|
pkgname=R
|
||||||
version=3.2.5
|
version=3.3.0
|
||||||
revision=1
|
revision=1
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
|
||||||
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-system-zlib --with-system-bzlib --with-system-pcre --with-system-xz
|
|
||||||
--with-lapack --with-blas
|
--with-lapack --with-blas
|
||||||
LIBnn=lib"
|
LIBnn=lib"
|
||||||
hostmakedepends="gcc-fortran pkg-config perl less"
|
hostmakedepends="gcc-fortran pkg-config perl less"
|
||||||
|
@ -20,9 +18,10 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.r-project.org/"
|
homepage="http://www.r-project.org/"
|
||||||
distfiles="http://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz"
|
distfiles="http://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz"
|
||||||
checksum=60745672dce5ddc201806fa59f6d4e0ba6554d8ed78d0f9f0d79a629978f80b5
|
checksum=9256b154b1a5993d844bee7b1955cd49c99ad72cef03cce3cd1bdca1310311e4
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export R_BROWSER=/usr/bin/xdg-open
|
export R_BROWSER=/usr/bin/xdg-open
|
||||||
export R_PDFVIEWER=/usr/bin/xdg-open
|
export R_PDFVIEWER=/usr/bin/xdg-open
|
||||||
|
export FFLAGS="$CFLAGS"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue