view bootstrap @ 6874:fff6ec3b0cf5

SuiteSparse: Depend unconditionally on mpfr * src/suitesparse.mk: Depend unconditionally on mpfr. This hopefully fixes a build error for the buildbot builder mxe-native-on-debian.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 26 Sep 2023 19:25: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