R: add tcltk support

This commit is contained in:
Julien Dehos 2017-05-18 17:50:25 +02:00 committed by Leah Neukirchen
parent 9879e7e679
commit 3f38aa9e0e

View file

@ -1,17 +1,17 @@
# Template file for 'R'
pkgname=R
version=3.4.0
revision=2
revision=3
nocross=yes
build_style=gnu-configure
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"
hostmakedepends="gcc-fortran pkg-config perl less"
makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel
libpng-devel libjpeg-turbo-devel tiff-devel cairo-devel icu-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"
short_desc="System for statistical computation and graphics"
maintainer="Leah Neukirchen <leah@vuxu.org>"