view bootstrap @ 5383:dc8dca6acc60

suitsparse: update to v5.7.2 * src/suitesparse.mk: update version, checksum * src/suitesparse-1-fixes.patch: update patch
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Apr 2020 18:35:34 -0400
parents 8e9dce45d941
children
line wrap: on
line source

#!/bin/bash
## bootstrap script
## Run this to generate the configure script

set -e      # halt if unhandled error
aclocal
autoconf    # generate configure script