Expand description
Helper crate of build.rs
in intel-mkl-src crate.
This crate is responsible for finding static or dynamic library of Intel MKL installed in user system.
Structs§
Enums§
Constants§
- OPENMP_
RUNTIME_ LIB - STATIC_
EXTENSION - Lacked definition of std::env::consts
- VALID_
CONFIGS
Functions§
- mkl_
dyn_ libs - MKL Libraries to be loaded dynamically
- mkl_
file_ name - Filename convention for MKL libraries.
- mkl_
libs - MKL Libraries to be linked explicitly, not include OpenMP runtime (iomp5)
- openmp_
runtime_ file_ name - Filename convention for OpenMP runtime.