You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone --recurse-submodules https://github.com/fabianmurariu/graphblas-java-native.git
# this will build GraphBLAS for you and build the maven java project
make graphblas-java
# to install GraphBLAS
sudo make grb-install
# if you don't wish to install you need to set # LD_LIBRARY_PATH=$(pwd)/GraphBLAS/build:$LD_LIBRARY_PATH # before running the maven tests outside of make