kalman-cpp icon indicating copy to clipboard operation
kalman-cpp copied to clipboard

Aditional dependencies

Open gizmoore opened this issue 3 years ago • 0 comments

lapack and blas have additional dependencies on DLLs that were not installed on my system. I solved by going to: https://www.intel.com/content/www/us/en/developer/articles/tool/compilers-redistributable-libraries-by-version.html and downloading "Intel® Fortran Compiler Runtime for Windows* and running the installed. It might save future programmers a few minutes by documenting this dependency.

======= C:\Downloads\kalman-cpp-master\bin>dumpbin /dependents cbia.lib.lapack.dyn.rel.x64.12.dll Microsoft (R) COFF/PE Dumper Version 14.26.28806.0 Copyright (C) Microsoft Corporation. All rights reserved.

Dump of file cbia.lib.lapack.dyn.rel.x64.12.dll

File Type: DLL

Image has the following dependencies:

cbia.lib.blas.dyn.rel.x64.12.dll
**libifcoremd.dll**
**libmmd.dll**
MSVCR120.dll
**svml_dispmd.dll**
KERNEL32.dll

gizmoore avatar Oct 12 '22 21:10 gizmoore