We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7413f18 commit 4557d3fCopy full SHA for 4557d3f
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
pushd GraphBLAS-${{ matrix.graphblas-version }}/build
42
echo ${CONDA_PREFIX}
43
cmake -DCMAKE_INSTALL_PREFIX=${CONDA_PREFIX} -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release ..
44
- make JOBS=16
+ make library JOBS=16
45
make install
46
popd
47
- name: Build
0 commit comments