ldbc / ldbc_graphalytics_platforms_graphblas

LDBC Graphalytics implementation using SuiteSparse:GraphBLAS and LAGraph
Apache License 2.0
4 stars 7 forks source link

Fix LAGraph linking with CMake #41

Closed saananth closed 1 year ago

saananth commented 1 year ago

These changes are required when building against manually installed GraphBLAS and LAGraph. LAGraph cmake module adds both LAGraph and LAGraphX libs and expose them using CMake variable. Using CMake variables when linking adds the location as well the link arguments when the installation is at custom location.

szarnyasg commented 1 year ago

@pcostanza can you please review & merge this PR?