You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

openblas.pc.in 713 B

12345678910111213
  1. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  2. libnameprefix=@LIBNAMEPREFIX@
  3. libnamesuffix=@LIBNAMESUFFIX@
  4. libsuffix=@SUFFIX64_UNDERSCORE@
  5. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  6. openblas_config=USE_64BITINT=@INTERFACE64@ NO_CBLAS=@NO_CBLAS@ NO_LAPACK=@NO_LAPACK@ NO_LAPACKE=@NO_LAPACKE@ DYNAMIC_ARCH=@DYNAMIC_ARCH@ DYNAMIC_OLDER=@DYNAMIC_OLDER@ NO_AFFINITY=@NO_AFFINITY@ USE_OPENMP=@USE_OPENMP@ @CORE@ MAX_THREADS=@NUM_THREADS@
  7. Name: OpenBLAS
  8. Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
  9. Version: @OpenBLAS_VERSION@
  10. URL: https://github.com/OpenMathLib/OpenBLAS
  11. Libs: -L${libdir} -l${libnameprefix}openblas${libnamesuffix}${libsuffix}
  12. Cflags: -I${includedir} @OpenMP_C_FLAGS@