Skip to content

Commit ef36d15

Browse files
committed
Pin autoconf==2.71
1 parent 3db7910 commit ef36d15

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dev/conda/build-generic.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,11 @@ ${SED_I[@]} -f $SETTINGS_SED swift-t-settings.sh
152152
# problems with conda build
153153
{
154154
echo
155+
# Anaconda Autoconf 2.72 is buggy
156+
echo "Build tools:"
155157
which autoreconf aclocal autom4te m4
156158
m4 --version
159+
echo
157160
log "BUILD SWIFT-T START: $( date '+%Y-%m-%d %H:%M:%S' )"
158161
./build-swift-t.sh -vv 2>&1
159162
log "BUILD SWIFT-T STOP: $( date '+%Y-%m-%d %H:%M:%S' )"

dev/conda/meta-template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ m4_ifelse(getenv(ENABLE_R),`1',m4_include(env-R.yaml))
2929
# Remember to sync any dependency changes here with conda-install.sh
3030
requirements:
3131
build:
32-
- autoconf
32+
# Anaconda Autoconf 2.72 is buggy 2025-05-12
33+
- autoconf==2.71
3334
- make
3435
- openjdk>=17 # Security issue in Java < 11.72.19
3536
- mpich-mpicc

0 commit comments

Comments
 (0)