Commits

Zhang Xianyi authored fe7dcf98f36
Refs #461. Provide OpenBLASConfig.cmake to support CMake. If you "make PREFIX=/path/to/OpenBLAS install" , The config file will be located in /path/to/OpenBLAS/cmake Then, you can use "find_package(OpenBLAS)" at CMake. cmake -DOpenBLAS_DIR=/path/to/OpenBLAS/cmake ..