pathrex-sys 0.1.0

Native FFI bindings for SuiteSparse:GraphBLAS and LAGraph used by the pathrex crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# LAGraph, Copyright (c) 2019-2025, LAGraph Contributors. All Rights Reserved.
# SPDX-License-Identifier: BSD-2-Clause

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: LAGraph
URL: https://github.com/GraphBLAS/LAGraph
Description: Library plus test harness for collecting algorithms that use GraphBLAS
Version: @LAGraph_VERSION_MAJOR@.@LAGraph_VERSION_MINOR@.@LAGraph_VERSION_SUB@
Requires.private: GraphBLAS
Libs: -L${libdir} -l@SUITESPARSE_LIB_BASE_NAME@
Libs.private: @LAGRAPH_STATIC_LIBS@
Cflags: -I${includedir} -DLG_DLL
Cflags.private: -ULG_DLL