# SuiteSparse_GPURuntime, 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: SuiteSparse_GPURuntime URL: https://github.com/DrTimothyAldenDavis/SuiteSparse Description: Helper functions for the GPU in SuiteSparse Version: @SPQR_VERSION_MAJOR@.@SPQR_VERSION_MINOR@.@SPQR_VERSION_SUB@ Requires.private: SuiteSparse_config Libs: -L${libdir} -l@SUITESPARSE_LIB_BASE_NAME@ Libs.private: @GPURUNTIME_STATIC_LIBS@ Cflags: -I${includedir}