mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
R: add which as compile and runtime dep
This commit is contained in:
parent
46996d81ff
commit
737194e0df
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'R'
|
# Template file for 'R'
|
||||||
pkgname=R
|
pkgname=R
|
||||||
version=3.6.1
|
version=3.6.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-lapack --with-blas --enable-R-shlib --with-tcltk
|
--with-lapack --with-blas --enable-R-shlib --with-tcltk
|
||||||
LIBnn=lib"
|
LIBnn=lib"
|
||||||
hostmakedepends="gcc-fortran pkg-config perl less"
|
hostmakedepends="gcc-fortran pkg-config perl less which"
|
||||||
makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel
|
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
|
||||||
lapack-devel blas-devel zlib-devel bzip2-devel pcre-devel liblzma-devel
|
lapack-devel blas-devel zlib-devel bzip2-devel pcre-devel liblzma-devel
|
||||||
libcurl-devel tcl-devel tk-devel libxml2-devel"
|
libcurl-devel tcl-devel tk-devel libxml2-devel"
|
||||||
depends="xdg-utils less"
|
depends="xdg-utils less which"
|
||||||
short_desc="System for statistical computation and graphics"
|
short_desc="System for statistical computation and graphics"
|
||||||
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue