# GPUQREngine, Copyright (c) 2013-2023, Timothy A. Davis. # All Rights Reserved. # SPDX-License-Identifier: GPL-2.0-or-later prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: GPUQREngine URL: https://github.com/DrTimothyAldenDavis/SuiteSparse Description: GPU-accelerated QR factorization engine supporting SuiteSparseQR in SuiteSparse Version: @SPQR_VERSION_MAJOR@.@SPQR_VERSION_MINOR@.@SPQR_VERSION_SUB@ Libs: -L${libdir} -l@SUITESPARSE_LIB_BASE_NAME@ Libs.private: @GPUQRENGINE_STATIC_LIBS@ Cflags: -I${includedir}