R: rebuild for which path

This commit is contained in:
Đoàn Trần Công Danh 2022-09-06 23:02:53 +07:00
parent de8f7f2e26
commit dad614d29a

View file

@ -1,12 +1,13 @@
# Template file for 'R' # Template file for 'R'
pkgname=R pkgname=R
version=4.2.1 version=4.2.1
revision=1 revision=2
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
--enable-R-shlib --with-tcltk --enable-R-shlib --with-tcltk
--enable-memory-profiling --enable-memory-profiling
ac_cv_path_WHICH=/usr/bin/which
LIBnn=lib" LIBnn=lib"
hostmakedepends="gcc-fortran pkg-config perl less which tar" hostmakedepends="gcc-fortran pkg-config perl less which tar"
makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel