diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 8f3b9c85..c475f68e 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -35,6 +35,7 @@ python: - 3.9.* *_cpython r_base: - '4.2' +- '4.3' spdlog: - '1.11' target_platform: diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 8026f625..56a362cd 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: c_compiler: - clang c_compiler_version: -- '15' +- '16' channel_sources: - conda-forge,tiledb channel_targets: @@ -13,7 +13,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' fmt: - '9' macos_machine: @@ -35,6 +35,7 @@ python: - 3.9.* *_cpython r_base: - '4.2' +- '4.3' spdlog: - '1.11' target_platform: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index 195f8820..895e72f1 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET: c_compiler: - clang c_compiler_version: -- '15' +- '16' channel_sources: - conda-forge,tiledb channel_targets: @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - clangxx cxx_compiler_version: -- '15' +- '16' fmt: - '9' macos_machine: @@ -33,6 +33,7 @@ python: - 3.9.* *_cpython r_base: - '4.2' +- '4.3' spdlog: - '1.11' target_platform: diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 322832b9..bd9e6710 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -34,7 +34,7 @@ CONDARC mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ pip mamba conda-build boa conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build boa conda-forge-ci-setup + pip mamba conda-build boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index cd9a88f2..870c49aa 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -26,7 +26,7 @@ conda activate base mamba install --update-specs --quiet --yes --channel conda-forge --strict-channel-priority \ pip mamba conda-build boa conda-forge-ci-setup=3 mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build boa conda-forge-ci-setup + pip mamba conda-build boa conda-forge-ci-setup=3 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f742a2f3..cd4cad9e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "tiledbsoma" %} -{% set version = "1.5.0rc3" %} -{% set sha256 = "61b31bf1f2faf97f9df53a16a7ecca1b07933d62da92be01e81ec3f0fda03287" %} +{% set version = "1.5.0" %} +{% set sha256 = "ac02698772028d5f208167e6379c5bdc943011d7e35664bf3cb805461ab61a1f" %} # This is the SHA256 of # TileDB-SOMA-i.j.k.tar.gz # from @@ -41,11 +41,11 @@ outputs: - cmake - make # [not win] host: - - tiledb >=2.17.1,<2.18 + - tiledb >=2.17.4,<2.18 - spdlog - fmt run: - - tiledb >=2.17.1,<2.18 + - tiledb >=2.17.4,<2.18 - spdlog - fmt about: @@ -96,7 +96,7 @@ outputs: - scipy - anndata <0.10 # [py>37] - anndata <0.9 # [py<=37] - - tiledb-py >=0.23.1,<0.24.0 + - tiledb-py >=0.23.4,<0.24.0 - typing-extensions >=4.1 - numba - attrs >=22.2 @@ -133,7 +133,7 @@ outputs: - r-matrix # [build_platform != target_platform] - r-bit64 # [build_platform != target_platform] - r-rcppint64 # [build_platform != target_platform] - - r-tiledb >=0.21.1,<0.22 # [build_platform != target_platform] + - r-tiledb >=0.21.3,<0.22 # [build_platform != target_platform] - r-arrow # [build_platform != target_platform] - r-fs # [build_platform != target_platform] - r-glue # [build_platform != target_platform] @@ -149,7 +149,7 @@ outputs: - r-matrix - r-bit64 - r-rcppint64 - - r-tiledb >=0.21.1,<0.22 + - r-tiledb >=0.21.3,<0.22 - r-arrow - r-fs - r-glue @@ -165,7 +165,7 @@ outputs: - r-r6 - r-matrix - r-bit64 - - r-tiledb >=0.21.1,<0.22 + - r-tiledb >=0.21.3,<0.22 - r-arrow - r-fs - r-glue