diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 643c7072..36fbb470 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -23,6 +23,7 @@ jobs: timeoutInMinutes: 360 variables: CONDA_BLD_PATH: D:\\bld\\ + UPLOAD_TEMP: D:\\tmp steps: - task: PythonScript@0 @@ -44,7 +45,7 @@ jobs: - script: | call activate base - mamba.exe install 'python=3.9' conda-build conda pip boa 'liblief=0.11.5 conda-forge-ci-setup=3' -c conda-forge --strict-channel-priority --yes + mamba.exe install "python=3.9" conda-build conda pip boa liblief=0.11.5 conda-forge-ci-setup=3 -c conda-forge --strict-channel-priority --yes displayName: Install conda-build - script: set PYTHONUNBUFFERED=1 @@ -81,6 +82,9 @@ jobs: - script: | set "GIT_BRANCH=%BUILD_SOURCEBRANCHNAME%" set "FEEDSTOCK_NAME=%BUILD_REPOSITORY_NAME:*/=%" + set "TEMP=$(UPLOAD_TEMP)" + if not exist "%TEMP%\" md "%TEMP%" + set "TMP=%TEMP%" call activate base upload_package --validate --feedstock-name="%FEEDSTOCK_NAME%" .\ ".\recipe" .ci_support\%CONFIG%.yaml displayName: Upload package diff --git a/.ci_support/linux_64_build_varianteglpython3.10.____cpython.yaml b/.ci_support/linux_64_build_varianteglpython3.10.____cpython.yaml index be728080..c9981335 100644 --- a/.ci_support/linux_64_build_varianteglpython3.10.____cpython.yaml +++ b/.ci_support/linux_64_build_varianteglpython3.10.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_varianteglpython3.11.____cpython.yaml b/.ci_support/linux_64_build_varianteglpython3.11.____cpython.yaml index e80d7e98..b404b773 100644 --- a/.ci_support/linux_64_build_varianteglpython3.11.____cpython.yaml +++ b/.ci_support/linux_64_build_varianteglpython3.11.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_varianteglpython3.8.____cpython.yaml b/.ci_support/linux_64_build_varianteglpython3.8.____cpython.yaml index 539c96c5..e129120b 100644 --- a/.ci_support/linux_64_build_varianteglpython3.8.____cpython.yaml +++ b/.ci_support/linux_64_build_varianteglpython3.8.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_varianteglpython3.9.____cpython.yaml b/.ci_support/linux_64_build_varianteglpython3.9.____cpython.yaml index 37881e78..a8e27bff 100644 --- a/.ci_support/linux_64_build_varianteglpython3.9.____cpython.yaml +++ b/.ci_support/linux_64_build_varianteglpython3.9.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_variantosmesapython3.10.____cpython.yaml b/.ci_support/linux_64_build_variantosmesapython3.10.____cpython.yaml index 09a720ce..4441f856 100644 --- a/.ci_support/linux_64_build_variantosmesapython3.10.____cpython.yaml +++ b/.ci_support/linux_64_build_variantosmesapython3.10.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_variantosmesapython3.11.____cpython.yaml b/.ci_support/linux_64_build_variantosmesapython3.11.____cpython.yaml index 00585264..5d0123ed 100644 --- a/.ci_support/linux_64_build_variantosmesapython3.11.____cpython.yaml +++ b/.ci_support/linux_64_build_variantosmesapython3.11.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_variantosmesapython3.8.____cpython.yaml b/.ci_support/linux_64_build_variantosmesapython3.8.____cpython.yaml index 068cf3ba..b3bfb97b 100644 --- a/.ci_support/linux_64_build_variantosmesapython3.8.____cpython.yaml +++ b/.ci_support/linux_64_build_variantosmesapython3.8.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_variantosmesapython3.9.____cpython.yaml b/.ci_support/linux_64_build_variantosmesapython3.9.____cpython.yaml index 1afe9071..cf71948c 100644 --- a/.ci_support/linux_64_build_variantosmesapython3.9.____cpython.yaml +++ b/.ci_support/linux_64_build_variantosmesapython3.9.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_variantqtpython3.10.____cpython.yaml b/.ci_support/linux_64_build_variantqtpython3.10.____cpython.yaml index c1872c8b..371af323 100644 --- a/.ci_support/linux_64_build_variantqtpython3.10.____cpython.yaml +++ b/.ci_support/linux_64_build_variantqtpython3.10.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_variantqtpython3.11.____cpython.yaml b/.ci_support/linux_64_build_variantqtpython3.11.____cpython.yaml index 2ea1e248..31c1b93d 100644 --- a/.ci_support/linux_64_build_variantqtpython3.11.____cpython.yaml +++ b/.ci_support/linux_64_build_variantqtpython3.11.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_variantqtpython3.8.____cpython.yaml b/.ci_support/linux_64_build_variantqtpython3.8.____cpython.yaml index 3bed9596..1e9f6513 100644 --- a/.ci_support/linux_64_build_variantqtpython3.8.____cpython.yaml +++ b/.ci_support/linux_64_build_variantqtpython3.8.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_64_build_variantqtpython3.9.____cpython.yaml b/.ci_support/linux_64_build_variantqtpython3.9.____cpython.yaml index 1406655a..1ef7b719 100644 --- a/.ci_support/linux_64_build_variantqtpython3.9.____cpython.yaml +++ b/.ci_support/linux_64_build_variantqtpython3.9.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -21,7 +21,7 @@ ffmpeg: fortran_compiler: - gfortran fortran_compiler_version: -- '10' +- '11' freetype: - '2' glew: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_aarch64_python3.10.____cpython.yaml b/.ci_support/linux_aarch64_python3.10.____cpython.yaml index 887a4649..fa944397 100644 --- a/.ci_support/linux_aarch64_python3.10.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.10.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_aarch64_python3.11.____cpython.yaml b/.ci_support/linux_aarch64_python3.11.____cpython.yaml index a3962ec9..5581616a 100644 --- a/.ci_support/linux_aarch64_python3.11.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.11.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_aarch64_python3.8.____cpython.yaml b/.ci_support/linux_aarch64_python3.8.____cpython.yaml index 7a27e34b..e9a23d95 100644 --- a/.ci_support/linux_aarch64_python3.8.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.8.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_aarch64_python3.9.____cpython.yaml b/.ci_support/linux_aarch64_python3.9.____cpython.yaml index f5e7e7e4..2fccebf6 100644 --- a/.ci_support/linux_aarch64_python3.9.____cpython.yaml +++ b/.ci_support/linux_aarch64_python3.9.____cpython.yaml @@ -15,7 +15,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -37,7 +37,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_ppc64le_python3.10.____cpython.yaml b/.ci_support/linux_ppc64le_python3.10.____cpython.yaml index 920c8306..ffcd378c 100644 --- a/.ci_support/linux_ppc64le_python3.10.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.10.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -33,7 +33,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_ppc64le_python3.11.____cpython.yaml b/.ci_support/linux_ppc64le_python3.11.____cpython.yaml index 69cb47fc..42b30b52 100644 --- a/.ci_support/linux_ppc64le_python3.11.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.11.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -33,7 +33,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_ppc64le_python3.8.____cpython.yaml b/.ci_support/linux_ppc64le_python3.8.____cpython.yaml index 6b864e0f..8cdb525b 100644 --- a/.ci_support/linux_ppc64le_python3.8.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.8.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -33,7 +33,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/linux_ppc64le_python3.9.____cpython.yaml b/.ci_support/linux_ppc64le_python3.9.____cpython.yaml index 16296c30..19b3368f 100644 --- a/.ci_support/linux_ppc64le_python3.9.____cpython.yaml +++ b/.ci_support/linux_ppc64le_python3.9.____cpython.yaml @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '10' +- '11' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 expat: @@ -33,7 +33,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/migrations/proj910.yaml b/.ci_support/migrations/proj910.yaml deleted file mode 100644 index 110433bb..00000000 --- a/.ci_support/migrations/proj910.yaml +++ /dev/null @@ -1,7 +0,0 @@ -__migrator: - build_number: 1 - kind: version - migration_number: 1 -migrator_ts: 1662435845.2454011 -proj: -- 9.1.0 diff --git a/.ci_support/osx_64_python3.10.____cpython.yaml b/.ci_support/osx_64_python3.10.____cpython.yaml index 013a8776..be4df408 100644 --- a/.ci_support/osx_64_python3.10.____cpython.yaml +++ b/.ci_support/osx_64_python3.10.____cpython.yaml @@ -31,7 +31,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/osx_64_python3.11.____cpython.yaml b/.ci_support/osx_64_python3.11.____cpython.yaml index 497acbfe..2317e376 100644 --- a/.ci_support/osx_64_python3.11.____cpython.yaml +++ b/.ci_support/osx_64_python3.11.____cpython.yaml @@ -31,7 +31,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/osx_64_python3.8.____cpython.yaml b/.ci_support/osx_64_python3.8.____cpython.yaml index 529db548..78a98ca5 100644 --- a/.ci_support/osx_64_python3.8.____cpython.yaml +++ b/.ci_support/osx_64_python3.8.____cpython.yaml @@ -31,7 +31,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/osx_64_python3.9.____cpython.yaml b/.ci_support/osx_64_python3.9.____cpython.yaml index dd5c843d..b1ebb9e7 100644 --- a/.ci_support/osx_64_python3.9.____cpython.yaml +++ b/.ci_support/osx_64_python3.9.____cpython.yaml @@ -31,7 +31,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/osx_arm64_python3.10.____cpython.yaml b/.ci_support/osx_arm64_python3.10.____cpython.yaml index c081c098..e542ba55 100644 --- a/.ci_support/osx_arm64_python3.10.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.10.____cpython.yaml @@ -31,7 +31,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/osx_arm64_python3.11.____cpython.yaml b/.ci_support/osx_arm64_python3.11.____cpython.yaml index cfee11b7..799bac5f 100644 --- a/.ci_support/osx_arm64_python3.11.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.11.____cpython.yaml @@ -31,7 +31,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/osx_arm64_python3.8.____cpython.yaml b/.ci_support/osx_arm64_python3.8.____cpython.yaml index 8c179067..d0fb328b 100644 --- a/.ci_support/osx_arm64_python3.8.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.8.____cpython.yaml @@ -31,7 +31,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/osx_arm64_python3.9.____cpython.yaml b/.ci_support/osx_arm64_python3.9.____cpython.yaml index 7c3b4650..e15721eb 100644 --- a/.ci_support/osx_arm64_python3.9.____cpython.yaml +++ b/.ci_support/osx_arm64_python3.9.____cpython.yaml @@ -31,7 +31,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/win_64_python3.10.____cpython.yaml b/.ci_support/win_64_python3.10.____cpython.yaml index 6d6f5d4f..f789bc4d 100644 --- a/.ci_support/win_64_python3.10.____cpython.yaml +++ b/.ci_support/win_64_python3.10.____cpython.yaml @@ -27,7 +27,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/win_64_python3.11.____cpython.yaml b/.ci_support/win_64_python3.11.____cpython.yaml index d3e69bdf..58d859be 100644 --- a/.ci_support/win_64_python3.11.____cpython.yaml +++ b/.ci_support/win_64_python3.11.____cpython.yaml @@ -27,7 +27,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/win_64_python3.8.____cpython.yaml b/.ci_support/win_64_python3.8.____cpython.yaml index ea5f6900..38265aba 100644 --- a/.ci_support/win_64_python3.8.____cpython.yaml +++ b/.ci_support/win_64_python3.8.____cpython.yaml @@ -27,7 +27,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.ci_support/win_64_python3.9.____cpython.yaml b/.ci_support/win_64_python3.9.____cpython.yaml index e5c442a8..8b222530 100644 --- a/.ci_support/win_64_python3.9.____cpython.yaml +++ b/.ci_support/win_64_python3.9.____cpython.yaml @@ -27,7 +27,7 @@ libnetcdf: libpng: - '1.6' libtiff: -- '4' +- '4.4' libxml2: - '2.10' lz4_c: diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e61aa24..8b4ef2f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ # This file was generated automatically from conda-smithy. To update this configuration, # update the conda-forge.yml and/or the recipe/meta.yaml. -# -*- mode: yaml -*- +# -*- mode: jinja-yaml -*- version: 2 diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index 65cbdd91..f43d5b86 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -23,7 +23,6 @@ bash $MINIFORGE_FILE -b -p ${MINIFORGE_HOME} source ${MINIFORGE_HOME}/etc/profile.d/conda.sh conda activate base -echo -e "\n\nInstalling ['liblief=0.11.5', 'conda-forge-ci-setup=3'] and conda-build." mamba install --update-specs --quiet --yes --channel conda-forge \ conda-build pip boa liblief=0.11.5 conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge \ diff --git a/README.md b/README.md index 2ca4cc90..85f70034 100644 --- a/README.md +++ b/README.md @@ -35,224 +35,224 @@ Current build status