mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
R: add tcltk support
This commit is contained in:
parent
9879e7e679
commit
3f38aa9e0e
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.4.0
|
version=3.4.0
|
||||||
revision=2
|
revision=3
|
||||||
nocross=yes
|
nocross=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-lapack --with-blas --enable-R-shlib
|
--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"
|
||||||
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"
|
libcurl-devel tcl-devel tk-devel"
|
||||||
depends="xdg-utils less"
|
depends="xdg-utils less"
|
||||||
short_desc="System for statistical computation and graphics"
|
short_desc="System for statistical computation and graphics"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue