GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
229 stars 61 forks source link

specify GraphBLAS as a link library of LAGraph #114

Closed swilly22 closed 3 years ago

swilly22 commented 3 years ago

On MacOS I had to uncomment both:

target_link_libraries(lagraph ${GRAPHBLAS_LIBRARIES})
target_link_libraries(lagraph_static ${GRAPHBLAS_LIBRARIES})

In order to link properly