From 31a5c476451c583c910ae1358236f4f8da0fefc9 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 5 Aug 2022 12:15:21 +0100 Subject: [PATCH] AppVeyor: Remove libaec (breaks build) --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0169e2f73..1f0feaa0b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,7 +52,7 @@ install: m2w64-ntldd-git # get deps - - cmd: conda install -c conda-forge cmake libnetcdf libaec + - cmd: conda install -c conda-forge cmake libnetcdf #---------------------------------# # build configuration # @@ -74,7 +74,7 @@ build_script: -D ENABLE_FORTRAN=0 ^ -D ENABLE_NETCDF=1 ^ -D ENABLE_JPG=1 ^ - -D ENABLE_AEC=1 ^ + -D ENABLE_AEC=0 ^ -D IEEE_LE=1 ^ -D ENABLE_MEMFS=1 ^ -D ENABLE_EXPERIMENTAL_BUILD_WITH_CXX=1 ^