diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : r version : 3.5.1 -release : 27 +release : 28 source : - https://cran.r-project.org/src/base/R-3/R-3.5.1.tar.gz : 0463bff5eea0f3d93fa071f79c18d0993878fd4f2e18ae6cf22c1639d11457ed license : GPL-2.0-or-later @@ -20,22 +20,25 @@ - pkgconfig(libtiff-4) - pkgconfig(libturbojpeg) - pkgconfig(pangocairo) + - pkgconfig(tk) - pkgconfig(xmu) - bzip2-devel - gfortran - libiconv-devel - openblas-devel - xdg-utils -setup : | +environment: | unset LD_AS_NEEDED +setup : | %configure \ --enable-R-shlib \ --with-blas="-lopenblas" \ + --with-tcl-config=%libdir%/tclConfig.sh \ + --with-tk-config=%libdir%/tkConfig.sh \ rdocdir=/usr/share/doc/R \ rincludedir=/usr/include/R \ rsharedir=/usr/share/R build : | - unset LD_AS_NEEDED %make install : | %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ r - Joey Riches - josephriches@gmail.com + F. von Gellhorn + flinux@vongellhorn.ch GPL-2.0-or-later programming @@ -1533,12 +1533,12 @@ - - 2018-10-21 + + 2018-11-26 3.5.1 Packaging update - Joey Riches - josephriches@gmail.com + F. von Gellhorn + flinux@vongellhorn.ch \ No newline at end of file