Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7142 Discussions

intelmkl.devel.win-x64 nugetpackage link error

LeeHyunJin
Beginner
684 Views

nugetpackage : intelmk.devel.win-x64

version : 2024.0.0.49657

 

[dev environment]

visual studio 2022 pro. 17.8.2

 

[error]

When installing a nuget package in a Visual Studio C++ project and compiling the project, the 'mkl_intel_lp64_dll.lib' file cannot be found, resulting in a linker error.

 

I think there might be a misconfiguration.

>>>>

---------------------------------

\packages\intelmkl.devel.win-x64.2024.0.0.49657\build\native\intelmkl.devel.win-x64.targets

...

<AdditionalLibraryDirectories>$(MSBuildThisFileDirectory)..\..\build\native\win-x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

...

0 Kudos
3 Replies
JilaniS_Intel
Employee
630 Views

Hi,



Thanks for posting in Intel communities.


We have successfully integrated the "intelmkl.devel.win-x64" NuGet package into our Visual Studio C++ project and compiled it without encountering any linker errors.


NuGet package : intelmkl.devel.win-x64 

Nuget version : 2024.0.0.49657

Visual Studio Version : 17.9.0 Preview 1.1


We are currently utilizing MKL version "2024.0," and the "mkl_intel_lp64_dll.lib" file is available in our system at the below path.


Path : "C:\Program Files (x86)\Intel\oneAPI\mkl\<version>\lib"


Kindly provide the entire project along with a sample reproducer in a zip file. This would greatly assist in identifying and resolving the issue more effectively.



Best Regards,

Jilani


0 Kudos
JilaniS_Intel
Employee
569 Views

Hi,



A gentle reminder:


We have not heard back from you. Could you please provide us with an update? Has the information provided successfully resolved your issue?



Regards,

Jilani


0 Kudos
JilaniS_Intel
Employee
505 Views

Hi,



A gentle reminder:


We have not heard back from you. Could you please provide us with an update? Has the information provided successfully resolved your issue?



Regards,

Jilani


0 Kudos
Reply