summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorbernhardkaindl <43588962+bernhardkaindl@users.noreply.github.com>2021-09-24 17:17:07 +0200
committerGitHub <noreply@github.com>2021-09-24 09:17:07 -0600
commitcdbb586a93b8f1149e98b79be62856e663ff1ea5 (patch)
treea110234e2ddd6f3429dff37f95bbc3dede1d44cd /share
parentbcf708098de5db0890020cc786f7290ea99377b4 (diff)
downloadspack-cdbb586a93b8f1149e98b79be62856e663ff1ea5.tar.gz
spack-cdbb586a93b8f1149e98b79be62856e663ff1ea5.tar.bz2
spack-cdbb586a93b8f1149e98b79be62856e663ff1ea5.tar.xz
spack-cdbb586a93b8f1149e98b79be62856e663ff1ea5.zip
autotools.py/autoreconf: Show the depends_on()s to add to the package (#26115)
This commit shows a template for cut-and-paste into the package to fix it: ```py ==> fast-global-file-status: Executing phase: 'autoreconf' ==> Error: RuntimeError: Cannot generate configure: missing dependencies autoconf, automake, libtool. Please add the following lines to the package: depends_on('autoconf', type='build', when='@master') depends_on('automake', type='build', when='@master') depends_on('libtool', type='build', when='@master') Update the version (when='@master') as needed. ``` Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions