numeric-linalg
Educational material on the SciPy implementation of numerical linear algebra algorithms
Name | Size | Mode | |
.. | |||
lapack/BLAS/CMakeLists.txt | 444B | -rw-r--r-- |
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16
enable_language(Fortran) # Check for any necessary platform specific compiler flags include(CheckLAPACKCompilerFlags) CheckLAPACKCompilerFlags() add_subdirectory(SRC) if(BUILD_TESTING) add_subdirectory(TESTING) endif() configure_file(${CMAKE_CURRENT_SOURCE_DIR}/blas.pc.in ${CMAKE_CURRENT_BINARY_DIR}/${BLASLIB}.pc @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${BLASLIB}.pc DESTINATION ${PKG_CONFIG_DIR} COMPONENT Development )