Search Criteria
Package Details: r-mkl 4.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/r-mkl.git (read-only, click to copy) |
---|---|
Package Base: | r-mkl |
Description: | Language and environment for statistical computing and graphics, linked to the Intel(R) MKL. |
Upstream URL: | http://www.r-project.org/ |
Keywords: | hpc mathematics modelling r statistics |
Licenses: | GPL |
Conflicts: | microsoft-r-open, r |
Provides: | r |
Submitter: | giniu |
Maintainer: | alexanderp |
Last Packager: | alexanderp |
Votes: | 25 |
Popularity: | 0.000079 |
First Submitted: | 2010-05-06 00:10 (UTC) |
Last Updated: | 2024-11-12 19:56 (UTC) |
Dependencies (28)
- bzip2 (bzip2-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- icu (icu-gitAUR)
- intel-oneapi-mkl (intel-oneapi-hpckitAUR, intel-oneapi-basekit)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libxmu
- libxt
- ncurses (ncurses-gitAUR)
- openmp
- pango (pango-gitAUR)
- pcre2 (pcre2-gitAUR)
- perl (perl-gitAUR)
- readline (readline-gitAUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR)
- which (busybox-coreutilsAUR)
- xz (xz-gitAUR)
- zip (zip-natspecAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- jdk-openjdk (jdk16-adoptopenjdkAUR, zing-21-binAUR, jdk21-temurinAUR, jdk11-temurinAUR, jdk17-temurinAUR, jdk-temurinAUR) (make)
- texlive-fontsrecommended (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- texlive-latexrecommended (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- tk (tk-fossilAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (optional) – needed to compile some CRAN packages
- texlive-latex (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (optional) – LaTeX sty files
- tk (tk-fossilAUR) (optional) – tcl-tk interface
Required by (3402)
- afni (requires r)
- ants (requires r)
- ants-git (requires r)
- architect (requires r)
- cantor-git (requires r) (make)
- cantor-git (requires r) (optional)
- diffoscope-git (requires r) (check)
- diffoscope-git (requires r) (optional)
- emacs-ess (requires r)
- emacs-ess-git (requires r)
- flair (requires r) (optional)
- folding (requires r)
- gatk (requires r)
- gatk-bin (requires r) (optional)
- gcdkit (requires r)
- golden-cheetah-git (requires r) (optional)
- harp (requires r)
- helix-ext (requires r) (optional)
- jasp-desktop (requires r)
- java-simpleitk (requires r) (make)
- Show 3382 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 21 Next › Last »
burgerga commented on 2021-07-12 07:09 (UTC) (edited on 2021-07-12 07:10 (UTC) by burgerga)
@alexanderp Ah, yes you're right, however the contents of that file are:
So it doesn't set MKLROOT (I don't know if the original did?), so how is MKLROOT set on your system?
EDIT: Maybe intel-mkl should set MKLROOT though, that would be more logical than setting it in r-mkl
alexanderp commented on 2021-07-11 10:50 (UTC)
@burgerga
Cannot reproduce this in my build system. In fact,
mklvars.sh
is still here:burgerga commented on 2021-07-06 23:01 (UTC) (edited on 2021-07-06 23:02 (UTC) by burgerga)
@alexanderp I'm getting the same issue as @jalapeno
The problem in my case is that
MKLROOT
was not set during installation so${MKLROOT}/lib/intel64
becomes/lib/intel64
which is used as-L
flag in theBLAS_LIBS
makevar in/usr/lib/R/etc/Makeconf
, and then of course when we try to compile packages, the linker can't find the shared libraries.I think the issue might be that intel-mkl does not come with
mklvars.sh
anymore. There is onlymkl_link_tool
in/opt/intel/mkl/bin
and if you run it with either the-env
or the-interactive
option you can see that it assumes MKLROOT is already set...sgrubsmyon commented on 2021-05-05 14:40 (UTC)
@Humble_Panda Yes, indeed. Removing and reinstalling (recompiling) the r-mkl package helped in my case.
Humble_Panda commented on 2021-02-08 08:27 (UTC)
Anyone else getting a broken R installation after one of the last updates? libicuuc.so.67 isn't on the system anymore...
alexanderp commented on 2021-01-20 14:22 (UTC)
@LuisDamiano, in my opinion, distributing a binary of this package defeats the purpose of the additional CPU performance optimizations obtained by compiling on a target system.
svenstaro commented on 2021-01-19 08:09 (UTC)
@LuisDamiano you could talk to the maintainers of the r package whether they'd be interested in pulling this in.
LuisDamiano commented on 2021-01-18 16:44 (UTC)
Thanks for the great work! It takes quite a bit to compile locally, would it be possible to get r-mkl added to the Extra official repo? Having the binaries would be quite useful.
k07k454n commented on 2020-11-24 18:30 (UTC) (edited on 2020-11-24 18:33 (UTC) by k07k454n)
Had issues for 4.0.2 and 4.0.3 like this during build:
..so to build and install successfully had to first do 'export SHLIB_LDFLAGS=-lmvec' before makepkg
alexanderp commented on 2020-08-24 19:12 (UTC)
@jalapeno, if intel-mkl was updated, try recompiling the package.
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 21 Next › Last »