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 253 B

1234567
  1. Name: openblas
  2. Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
  3. Version: ${version}
  4. URL: https://github.com/xianyi/OpenBLAS
  5. Libs: -L${libdir} -lopenblas${libsuffix}
  6. Libs.private: ${extralib}
  7. Cflags: -I${includedir}