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

Test VANILLA builds in CI #164

Closed jamesETsmith closed 1 year ago

jamesETsmith commented 1 year ago

General

This PR resolves #156 and adds builds using LAGRAPH_VANILLA=1 (i.e. turning on vanilla builds) to the CI.

Details

The vanilla builds aren't tested with several versions of GraphBLAS like non-vanilla builds, they use the latest one (currently 7.4.1). If you'd like me to add more configurations for vanilla builds, I can, just let me know!

jamesETsmith commented 1 year ago

I just realized that my feature branch is based off of dev and not stable. I can close this PR and open a new one to the dev branch. Apologies for not catching that earlier. @szarnyasg is that ok?

szarnyasg commented 1 year ago

@jamesETsmith it's possible to change the base branch – just did that.

jamesETsmith commented 1 year ago

@szarnyasg, wasn't aware of that feature, thanks!