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.000084 |
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 .. 21 Next › Last »
alexanderp commented on 2022-11-05 13:51 (UTC)
Hi @hanziness . The
mklvars.sh
script requires$MKLROOT
to be set. If you installedintel-openapi-mkl
, you should have the following on your system which gets sourced on login:hanziness commented on 2022-11-02 12:32 (UTC) (edited on 2022-11-02 12:32 (UTC) by hanziness)
@alexanderp For me (on Manjaro), the package installation fails because MKLROOT is unset, even though
intel-oneapi-mkl
is already installed (and I have rebooted since then). The reason of the failure, in my understanding, is that in PKGBUILD we first check if MKLROOT is unset and if it is unset, we stop (lines 93-96). Then if we did not error out (i.e. MKLROOT is set), we source the files that set MKLROOT (lines 97-106).So, to make the package build for me, I move the MKLROOT check to AFTER sourcing
mklvars.sh
, as seen below. My question is whether the current behaviour really is the intended one? This should fix MKLROOT related errors despite MKL being installed.kbipinkumar commented on 2022-10-27 18:20 (UTC)
@alexanderp, turns out it was icu package installed by anaconda package manager that was causing the issues. once i disabled conda environment compile process used the "icu" package from arch repository and proceeded without any issues.
Sorry for the false alarm.
alexanderp commented on 2022-10-27 16:46 (UTC)
@kbipinkumar, no such error on my side
kbipinkumar commented on 2022-10-27 08:30 (UTC) (edited on 2022-10-27 10:54 (UTC) by kbipinkumar)
I am getting following error during compilation. from my limited understanding these errors are related to icu package. is there a hard requirement for older version of ICU package?
burgerga commented on 2021-07-27 12:20 (UTC)
@alexanderp Yeah, I see your point. Could you just error the installation if it is not set? Because it took me quite some time to figure out that the linker errors I got from
install.packages
in R were caused MKLROOT not being defined, and that would save other people the trouble.alexanderp commented on 2021-07-14 18:37 (UTC)
@burgerga , I'm a bit wary of hardcoding this in the PKGBUILD since it will be introducing a dependency on the specific file from
intel-mkl
existing in that path.I've checked other packages which depend on
intel-mkl
and they are not sourcing the script manually either.burgerga commented on 2021-07-12 10:38 (UTC)
@alexanderp I contacted the intel-mkl maintainer, and he suggested that if MKLROOT is not yet set, to source
/etc/profile.d/intel-mkl.sh
in the r-mkl PKGBUILDburgerga commented on 2021-07-12 07:21 (UTC) (edited on 2021-07-12 07:29 (UTC) by burgerga)
@alexanderp Figured it out!
intel-mkl
installs/etc/profile.d/intel-mkl.sh
which setsMKLROOT
, but doesn't source it, soMKLROOT
is only set after the next reboot.EDIT: I see that are messages crossed. I'll ask the maintainer of intel-mkl to pick this up.
alexanderp commented on 2021-07-12 07:15 (UTC)
@burgerga
owned by:
« First ‹ Previous 1 2 3 4 5 6 7 .. 21 Next › Last »