Re: [cmake-developers] Is there an official FindMKL module?

2015-08-28 Thread Siebren Reker
Hi Tim, On Thu, Aug 27, 2015 at 7:32 PM, Tim Gallagher tim.gallag...@gatech.edu wrote: Hi Siebren, I tried to link statically and it did not work for me, similar errors as to what you are getting. Ok, thank you for verifying The way the macro is supposed to work -- it checks for the MKL

Re: [cmake-developers] Is there an official FindMKL module?

2015-08-28 Thread Tim Gallagher
: Friday, August 28, 2015 4:42:29 AM Subject: Re: [cmake-developers] Is there an official FindMKL module? Hi Tim, On Thu, Aug 27, 2015 at 7:32 PM, Tim Gallagher tim.gallag...@gatech.edu wrote: Hi Siebren, I tried to link statically and it did not work for me, similar errors as to what

Re: [cmake-developers] Is there an official FindMKL module?

2015-08-27 Thread Tim Gallagher
in the stream. Tim - Original Message - From: Siebren Reker siebren.re...@gmail.com To: tim gallagher tim.gallag...@gatech.edu Cc: cmake-developers@cmake.org Sent: Thursday, August 27, 2015 6:32:17 AM Subject: Re: [cmake-developers] Is there an official FindMKL module? Hi Tim

Re: [cmake-developers] Is there an official FindMKL module?

2015-08-27 Thread Tim Gallagher
it current. Tim - Original Message - From: Siebren Reker siebren.re...@gmail.com To: tim gallagher tim.gallag...@gatech.edu Cc: cmake-developers@cmake.org Sent: Thursday, August 27, 2015 11:16:34 AM Subject: Re: [cmake-developers] Is there an official FindMKL module? Hi Tim

Re: [cmake-developers] Is there an official FindMKL module?

2015-08-27 Thread Siebren Reker
: *cmake-developers@cmake.org *Sent: *Thursday, August 27, 2015 6:32:17 AM *Subject: *Re: [cmake-developers] Is there an official FindMKL module? Hi Tim, Quick add-on to my previous email. With BLA_STATIC ON, I see from the CMakeError.log that the static libraries ARE found (I was trusting

Re: [cmake-developers] Is there an official FindMKL module?

2015-08-27 Thread Siebren Reker
: *Wednesday, August 26, 2015 10:18:44 AM *Subject: *[cmake-developers] Is there an official FindMKL module? Hello, I am using the find_package() command to load settings for the Intel Math Kernel Library (MKL). This works through a custom FindMKL.cmake module that I've made for myself

Re: [cmake-developers] Is there an official FindMKL module?

2015-08-27 Thread Siebren Reker
*Subject: *[cmake-developers] Is there an official FindMKL module? Hello, I am using the find_package() command to load settings for the Intel Math Kernel Library (MKL). This works through a custom FindMKL.cmake module that I've made for myself. However, when looking at: https

[cmake-developers] Is there an official FindMKL module?

2015-08-26 Thread Siebren Reker
Hello, I am using the find_package() command to load settings for the Intel Math Kernel Library (MKL). This works through a custom FindMKL.cmake module that I've made for myself. However, when looking at: https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/ I can tell that what

Re: [cmake-developers] Is there an official FindMKL module?

2015-08-26 Thread Tim Gallagher
AM Subject: [cmake-developers] Is there an official FindMKL module? Hello, I am using the find_package() command to load settings for the Intel Math Kernel Library (MKL). This works through a custom FindMKL.cmake module that I've made for myself. However, when looking at: https