Skip to content

Commit

Permalink
Update piscem to 0.12.0 (#53439)
Browse files Browse the repository at this point in the history
* Update piscem to 0.12.0

* Update conda_build_config.yaml

* Update meta.yaml

---------

Co-authored-by: Rob Patro <[email protected]>
  • Loading branch information
BiocondaBot and rob-p authored Jan 24, 2025
1 parent 6aac89c commit f82f0cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
9 changes: 1 addition & 8 deletions recipes/piscem/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -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]

7 changes: 4 additions & 3 deletions recipes/piscem/meta.yaml
Original file line number Diff line number Diff line change
@@ -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") }}

Expand All @@ -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]

Expand Down

0 comments on commit f82f0cc

Please sign in to comment.