view bootstrap @ 5569:c93838f0bcf2

Make OpenBLAS build rule independent of build system (bug #59206). * src/openblas.mk: Update to v0.3.12. Explicitly set TARGET and NUM_THREADS. * src/mingw-openblas-1-xerbla.patch: Remove diff that does not apply and does not seem to be necessary any longer.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 27 Oct 2020 17:46:42 +0100
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