mkl: add GNU threading and Fortran libraries
Signed-off-by: Roberto Di Remigio <roberto.diremigio@gmail.com>
This commit is contained in:
parent
cbd67719fd
commit
e0605b3174
@ -46,10 +46,23 @@ in stdenvNoCC.mkDerivation {
|
|||||||
tar xzvf $f
|
tar xzvf $f
|
||||||
done
|
done
|
||||||
'' else ''
|
'' else ''
|
||||||
rpmextract rpm/intel-mkl-cluster-rt-${rpm-ver}.x86_64.rpm
|
# Common stuff
|
||||||
rpmextract rpm/intel-mkl-common-c-${rpm-ver}.noarch.rpm
|
rpmextract rpm/intel-mkl-common-c-${rpm-ver}.noarch.rpm
|
||||||
rpmextract rpm/intel-mkl-core-${rpm-ver}.x86_64.rpm
|
rpmextract rpm/intel-mkl-common-f-${rpm-ver}.noarch.rpm
|
||||||
|
|
||||||
|
# Dynamic libraries
|
||||||
|
rpmextract rpm/intel-mkl-cluster-rt-${rpm-ver}.x86_64.rpm
|
||||||
rpmextract rpm/intel-mkl-core-rt-${rpm-ver}.x86_64.rpm
|
rpmextract rpm/intel-mkl-core-rt-${rpm-ver}.x86_64.rpm
|
||||||
|
rpmextract rpm/intel-mkl-gnu-f-rt-${rpm-ver}.x86_64.rpm
|
||||||
|
rpmextract rpm/intel-mkl-gnu-rt-${rpm-ver}.x86_64.rpm
|
||||||
|
|
||||||
|
# Static libraries
|
||||||
|
rpmextract rpm/intel-mkl-cluster-${rpm-ver}.x86_64.rpm
|
||||||
|
rpmextract rpm/intel-mkl-core-${rpm-ver}.x86_64.rpm
|
||||||
|
rpmextract rpm/intel-mkl-gnu-${rpm-ver}.x86_64.rpm
|
||||||
|
rpmextract rpm/intel-mkl-gnu-f-${rpm-ver}.x86_64.rpm
|
||||||
|
|
||||||
|
# Intel OpenMP runtime
|
||||||
rpmextract rpm/intel-openmp-${openmp-ver}.x86_64.rpm
|
rpmextract rpm/intel-openmp-${openmp-ver}.x86_64.rpm
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user