Files
packages/anda/lib/nvidia/libcusolver/cusolver.pc
T
Gilver a922f12b29 add: libcufile and libcusolver (#5292)
* add: libcufile and libcusolver

* chore: Change changelog so no one reports issues to Negativo pls do not
2025-06-10 21:52:57 +08:00

9 lines
198 B
PkgConfig

libdir=LIBDIR
includedir=INCLUDE_DIR
Name: cusolver
Description: A LAPACK-like library on dense and sparse linear algebra
Version: CUDA_VERSION
Libs: -L${libdir} -lcusolver
Cflags: -I${includedir}