This Website is important to get the right mapping for the Version Running Mapping from Intel. This is Good Information
Just took a snapshot of Intel 2018 to 2020



BLAS95 and LAPACK95 wrappers to Intel MKL are delivered both in Intel MKL and as source code which can be compiled to build to build standalone wrapper library with exactly the same functionality.
The source code for the wrappers, makefiles are found …..\interfaces\blas95 subdirectory in the Intel MKL Directory
For blas95
# cd $MKLROOT
# cd interfaces/blas95
# make libintel64 INSTALL_DIR=$MKLROOT/lib/intel64
Once Compiled, the libraries are kept $MKLROOT/lib/intel64
For Lapack95
# cd $MKLROOT
# cd interfaces/lapack95
# make libintel64 INSTALL_DIR=$MKLROOT/lib/intel64
Once Compiled, the libraries are kept $MKLROOT/lib/intel64