Package Details: r-mkl 4.3.3-1

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.012448
First Submitted: 2010-05-06 00:10 (UTC)
Last Updated: 2024-03-14 15:47 (UTC)

Latest Comments

1 2 3 4 5 6 .. 21 Next › Last »

alexanderp commented on 2024-01-02 15:19 (UTC)

It builds and works correctly on my machine with icu 74.2-1

seitzal commented on 2024-01-02 13:00 (UTC) (edited on 2024-01-02 13:05 (UTC) by seitzal)

Hi, the package no longer builds or works with the recently updated ICU version 74 (at least for me).

Attempt to reinstall fails with the following:

gcc -Wl,--export-dynamic -fopenmp  -L"../../lib" -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o R.bin Rmain.o  -lR 
/usr/bin/ld: ../../lib/libR.so: undefined reference to `ucol_setStrength_73'
/usr/bin/ld: ../../lib/libR.so: undefined reference to `ucol_setAttribute_73'
/usr/bin/ld: ../../lib/libR.so: undefined reference to `uiter_setUTF8_73'
/usr/bin/ld: ../../lib/libR.so: undefined reference to `ucol_close_73'
/usr/bin/ld: ../../lib/libR.so: undefined reference to `u_getVersion_73'
/usr/bin/ld: ../../lib/libR.so: undefined reference to `ucol_strcollIter_73'
/usr/bin/ld: ../../lib/libR.so: undefined reference to `ucol_open_73'
/usr/bin/ld: ../../lib/libR.so: undefined reference to `uloc_setDefault_73'
/usr/bin/ld: ../../lib/libR.so: undefined reference to `u_versionToString_73'
/usr/bin/ld: ../../lib/libR.so: undefined reference to `ucol_getLocaleByType_73'
collect2: error: ld returned 1 exit status

haruomaki commented on 2023-08-15 03:05 (UTC)

@alexanderp, it nicely works! I really appreciate your timely improvements to it.

Since "provides" is dynamically generated, it is not reflected in .SRCINFO and this page. However, it works fine when actually installed.

alexanderp commented on 2023-08-12 18:32 (UTC)

@haruomaki, done as you suggested. please check and let me know.

haruomaki commented on 2023-08-11 22:24 (UTC)

I recommend adding R's builtin packages such as r-base, r-mass, or r-survival to the "provides" field, following the approach of the official r package.

There is currently an issue. For example, when trying to install the r-classint package, pacman attempts to install r even though r-mkl is already installed. This is because r-classint depends on r-class and r-kernsmooth, which are actually provided by r. It would be fine if r-mkl also provides r-class and r-kernsmooth.

wolf359 commented on 2023-06-21 20:01 (UTC)

Two things: 1) if you're having issues with MKLROOT but the path variable is setup correctly, run the install not as root. 2) For the latest version, had to install the oberdiek tex package. Otherwise it gets stuck building the manuals and crashes during build.

alexanderp commented on 2023-03-27 18:14 (UTC)

Hi. Currently, R does not support curl 8. See https://cran.r-project.org/doc/manuals/r-release/R-admin.html#DOCF57

carlosal1015 commented on 2023-03-27 01:43 (UTC)

Hi, I have the following message error

checking if libcurl is version 7 and >= 7.28.0... no
configure: error: libcurl >= 7.28.0 library and headers are required with support for https
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: r-mkl

juliano.bn commented on 2022-12-13 17:37 (UTC)

For those having problems with arithmetic.c, check this thread to see how to change the source file:

https://community.intel.com/t5/Intel-C-Compiler/Error-when-compiling-R-from-source-code-ubuntu-18-04/m-p/1176401