summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Phinikarides2016-06-17 12:16:29 +0300
committerAlexander Phinikarides2016-06-17 12:16:29 +0300
commit3bfb97f57c3534ad797f90c7205a5fc96b858ce1 (patch)
treef23700381ce73823c184f2663533455c28fa79be /PKGBUILD
parent7fb7c4ad33ab9a1dac3a053d432d491c64123a34 (diff)
downloadaur-3bfb97f57c3534ad797f90c7205a5fc96b858ce1.tar.gz
fixed deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 373941e6d093..78e4a3b69bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=r-mkl
pkgver=3.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Language and environment for statistical computing and graphics, set up to use Intel's MKL by default."
arch=('x86_64')
license=('GPL')
@@ -13,6 +13,8 @@ url='http://www.r-project.org/'
provides=("r=${pkgver}","r-mkl=${pkgver}")
conflicts=('r')
depends=('intel-mkl'
+ 'intel-compiler-base'
+ 'intel-fortran-compiler'
'bzip2'
'libpng'
'libjpeg'
@@ -33,11 +35,7 @@ depends=('intel-mkl'
makedepends=('jdk8-openjdk'
'gcc-fortran'
'tk')
-optdepends=('tk: tcl/tk interface'
- 'texlive-bin: LaTeX sty files'
- 'intel-compiler-base: Intel C/C++ compiler'
- 'intel-fortran-compiler: Intel Fortran compiler'
- 'intel-mpi: Intel MPI')
+optdepends=('texlive-bin: LaTeX sty files')
backup=('etc/R/Makeconf'
'etc/R/Renviron'
'etc/R/ldpaths'