Files
packages/anda/lib/nvidia/libcusolver/cusolver.pc
T
Raboneko 16c815d0e9 add: libcufile and libcusolver (#5292) (#5293)
* add: libcufile and libcusolver

* chore: Change changelog so no one reports issues to Negativo pls do not

(cherry picked from commit a922f12b29)

Co-authored-by: Gilver <rockgrub@disroot.org>
2025-06-10 09:01:32 -05: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}