From cf51920287f7524a68303ea6f704831288c60450 Mon Sep 17 00:00:00 2001 From: lionpeloux Date: Sun, 18 Oct 2015 12:03:24 +0200 Subject: [PATCH] Update MKL doc for OSX --- docs/content/MKL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/content/MKL.md b/docs/content/MKL.md index 73bff0e2..0a433c77 100644 --- a/docs/content/MKL.md +++ b/docs/content/MKL.md @@ -103,6 +103,22 @@ or just copy them e.g. to `/usr/lib`. For details see Mono's [Interop with Native Libraries](http://www.mono-project.com/docs/advanced/pinvoke/#mac-os-x-framework-and-dylib-search-path). +To build the MKL native provider : +- make sure you've a valid [Intel MKL](https://software.intel.com/en-us/qualify-for-free-software/academicresearcher) licence installed on your mac (look at opt/intel) +- open the terminal +- cd to the folder mathnet-numerics/src/NativeProviders/OSX +- run the .sh script by typping sh mkl_build.sh +- ... wait for the build +- check the mathnet-numerics/out/MKL /x86 and /x64 folders : you should see the li + + [lang=sh] + lionel:~ Lionel$ cd /Users/Lionel/Public/Git/GitHub/mathnet-numerics/src/NativeProviders/OSX + lionel:OSX Lionel$ ls + mkl_build.sh + lionel:OSX Lionel$ sh mkl_build.sh + + + F# Interactive --------------