Skip to content

Commit

Permalink
disable branchwater feature
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Aug 3, 2024
1 parent 5219fc4 commit b3c5231
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/pyproject.toml b/pyproject.toml
index ce7c1b70..dc524cce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -149,7 +149,7 @@ include = [
exclude = [
{ path = "**/__pycache__/*", format = ["sdist", "wheel"] },
]
-features = ["maturin", "branchwater"]
+features = ["maturin"]
locked = true
module-name = "sourmash._lowlevel"

3 changes: 3 additions & 0 deletions recipes/recipes_emscripten/sourmash/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ package:
source:
- url: https://pypi.io/packages/source/s/sourmash/sourmash-${{ version }}.tar.gz
sha256: ${{ sha256 }}
patches:
- patches/disable_branchwater.patch

build:
number: 0

requirements:
build:
- cross-python_${{target_platform}}
- ${{ compiler('c') }}
- cffi == 1.15.1
- rust
- maturin
Expand Down

0 comments on commit b3c5231

Please sign in to comment.