mirror of https://github.com/ecmwf/eccodes.git
AppVeyor: Add libaec
This commit is contained in:
parent
ca4852de48
commit
bfe969e225
|
@ -52,7 +52,7 @@ install:
|
|||
m2w64-ntldd-git
|
||||
|
||||
# get deps
|
||||
- cmd: conda install -c conda-forge cmake libnetcdf
|
||||
- cmd: conda install -c conda-forge cmake libnetcdf libaec
|
||||
|
||||
#---------------------------------#
|
||||
# build configuration #
|
||||
|
@ -74,7 +74,7 @@ build_script:
|
|||
-D ENABLE_FORTRAN=0 ^
|
||||
-D ENABLE_NETCDF=1 ^
|
||||
-D ENABLE_JPG=1 ^
|
||||
-D ENABLE_AEC=0 ^
|
||||
-D ENABLE_AEC=1 ^
|
||||
-D IEEE_LE=1 ^
|
||||
-D ENABLE_MEMFS=1 ^
|
||||
-D ENABLE_EXPERIMENTAL_BUILD_WITH_CXX=1 ^
|
||||
|
|
Loading…
Reference in New Issue