view bootstrap @ 7170:2ec65af75357

OpenBLAS: Disable utests for all target platforms if no CBLAS is built. * openblas-1-no-utest.patch: Add new patch. * mingw-openblas-1-xerbla.patch: Remove part of the patch that was moved to new file. * dist-files.mk: Add new file to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 13 Apr 2024 18:30:02 +0200
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