Skip to content

Aditional dependencies #8

Description

@gizmoore

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions