view bootstrap @ 5311:96f661a5eaea

OpenBlas: update to 0.3.8 * src/openblas.mk: update version/checksum * src/mingw-openblas-1-xerbla.patch: update patch
author John Donoghue
date Fri, 14 Feb 2020 11:23:11 -0500
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