mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #220414 from drewrisinger/dr-pr-add-mkl-cmake
mkl: add CMake config files
This commit is contained in:
commit
5dd36e4211
@ -139,6 +139,9 @@ in stdenvNoCC.mkDerivation ({
|
||||
|
||||
# Headers
|
||||
cp -r opt/intel/oneapi/mkl/${mklVersion}/include $out/
|
||||
|
||||
# CMake config
|
||||
cp -r opt/intel/oneapi/mkl/${mklVersion}/lib/cmake $out/lib
|
||||
'' +
|
||||
(if enableStatic then ''
|
||||
install -Dm0644 -t $out/lib opt/intel/oneapi/mkl/${mklVersion}/lib/intel64/*.a
|
||||
|
Loading…
Reference in New Issue
Block a user