Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suitesparse: Remove hard coded number of jobs to run in parallel
SuiteSparse uses `JOBS` in their build scripts, so I hard-coded it for testing purposes. This should be passed using `BEE_MAKEFLAGS`. BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-X BEE_MAKEFLAGS="-j$(nproc) JOBS=$(nproc)" ./suitesparse.be0 Increment the revision to 1.
- Loading branch information