Skip to content

Commit 0c43c6f

Browse files
authored
Merge pull request #4341 from catap/openblas.pc.in
cmake/openblas.pc.in: fixed version and URL
2 parents 5a20bc5 + 01c7010 commit 0c43c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/openblas.pc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
55
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@
66
Name: OpenBLAS
77
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
8-
Version: @OPENBLAS_VERSION@
9-
URL: https://github.com/xianyi/OpenBLAS
8+
Version: @OpenBLAS_VERSION@
9+
URL: https://github.com/OpenMathLib/OpenBLAS
1010
Libs: @OpenMP_C_FLAGS@ -L${libdir} -lopenblas${libsuffix}
1111
Cflags: -I${includedir}

0 commit comments

Comments
 (0)