diff --git a/recipes/piscem/conda_build_config.yaml b/recipes/piscem/conda_build_config.yaml index ca927c3a82db0..8b137891791fe 100644 --- a/recipes/piscem/conda_build_config.yaml +++ b/recipes/piscem/conda_build_config.yaml @@ -1,8 +1 @@ -MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64] - - "10.15" # [osx and x86_64] -MACOSX_SDK_VERSION: # [osx and x86_64] - - "10.15" # [osx and x86_64] -c_compiler_version: # [linux] - - 11.4 # [linux] -cxx_compiler_version: # [linux] - - 11.4 # [linux] + diff --git a/recipes/piscem/meta.yaml b/recipes/piscem/meta.yaml index 19890a41b46e4..a9e4e89b9ba1c 100644 --- a/recipes/piscem/meta.yaml +++ b/recipes/piscem/meta.yaml @@ -1,13 +1,13 @@ -{% set version = "0.11.0" %} +{% set version = "0.12.0" %} {% set name = "piscem" %} -{% set sha256 = "085fa49b86036531cfdc72fe0b8b48dea0e12b49339592ed75b3b3a2dc90d74c" %} +{% set sha256 = "257e445c4de9472b576e22f636c1057b345b670673d8ef6d1cf4aeb20e57e8f7" %} package: name: {{ name }} version: {{ version }} build: - number: 1 + number: 0 run_exports: - {{ pin_subpackage("piscem", max_pin="x.x") }} @@ -30,6 +30,7 @@ requirements: - zlib - bzip2 - jemalloc >=5.2.1 + - tapi # [osx and x86_64] run: - __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]