Skip to content

Commit

Permalink
Update snapatac2 to 2.8.0 (#52785)
Browse files Browse the repository at this point in the history
* Update snapatac2 to 2.8.0

* Update build.sh

* Update build.sh

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Dec 18, 2024
1 parent 42e936e commit 9517a04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions recipes/snapatac2/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash -ex

export CFLAGS="${CFLAGS} -O3 -Wno-cpp -Wno-unused-function -Wno-implicit-function-declaration -Wno-int-conversion"
export MACOSX_DEPLOYMENT_TARGET=10.15

# build statically linked binary with Rust
RUST_BACKTRACE=1
# Build the package using maturin - should produce *.whl files.
Expand Down
4 changes: 2 additions & 2 deletions recipes/snapatac2/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "snapatac2" %}
{% set version = "2.7.1" %}
{% set sha256 = "18c206153112fbf9ca97c690d6d8d1e51cb5d125739ead6e8a3aece8f01cbd66" %}
{% set version = "2.8.0" %}
{% set sha256 = "962ebece9e8cbce57966ce67cb40f513b9035cc2b9c7a2b6ff97e32f7477e835" %}

package:
name: {{ name }}
Expand Down

0 comments on commit 9517a04

Please sign in to comment.