Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aditional dependencies #8

Open
gizmoore opened this issue Oct 12, 2022 · 0 comments
Open

Aditional dependencies #8

gizmoore opened this issue Oct 12, 2022 · 0 comments

Comments

@gizmoore
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant