Package Details: r-mkl 4.4.1-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.000301
First Submitted: 2010-05-06 00:10 (UTC)
Last Updated: 2024-07-04 19:34 (UTC)

Required by (3401)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 Next › Last »

jdarch commented on 2014-12-13 19:52 (UTC)

I will orphan this package. This package depends on intel-mkl, which I have orphaned as my license is moving towards its end and I have not yet decided if I would take a license for Intel Parallel Studio XE. I suppose someone with a clear future outlook with regard to MKL/Parallel might be able to take over maintenence. It might also be possible to script use of Intel's compiler, as most people using MKL should have that available in the future.

tetonedge commented on 2014-11-04 03:02 (UTC)

R 3.1.2 was released, please update when you can. Thanks!

setbl commented on 2014-09-13 14:20 (UTC)

jdarch, it's working now, even with parallel studio installed instead of just mkl rJava is ok

jdarch commented on 2014-09-06 09:31 (UTC)

I believe it might be better for users to create a custom makepkg-icc.conf with appropriate compiler environment settings, a file like that can be called with makepkg --config. That way it is also easy to use the compiler for various other packages.

gabx commented on 2014-09-02 07:39 (UTC)

some of us are using the Intel compiler (IC). As I don't think it is worth having two r-mkl AUR packages, would you mind adding something like that in your PKGBUILD to enable IC. at the begining: # _CC="icc" # uncomment to build with the Intel compiler then below the # build package: if [ $_CC = "icc" ]; then export CC="icc" export CXX="icpc" export AR="xiar" export LD="xild" fi Thank you

jdarch commented on 2014-08-30 12:28 (UTC)

I have added a line to change R's config script to look in Makeconf. setbl, this should resolve your package building issue I suppose. Please post comments here if this change breaks something.

jdarch commented on 2014-08-30 10:48 (UTC)

rJava takes build flags from 'R CMD config --ldflags'. Apparently the 'config' script does not take LDFLAGS from R's Makeconf (which should include the path to libimf), but from the environment. Setting the environment variable should enable you to complete the build of rJava. I have no clue as to the reasons for the 'config' script not including LDFLAGS from Makeconf but from the environment (while taking the other parameters from Makeconf, not from the environment). I might just include a patch for the config script in a new PKG release.

setbl commented on 2014-08-24 13:40 (UTC)

after successfully installing r-mkl, I cannot install.packages('rJava') error is /usr/bin/ld: cannot find -limf which is missing in the system but is an mkl library