Skip to content

Commit ea9e161

Browse files
BiocondaBotrob-p
andauthored
Update simpleaf to 0.18.0 (#52979)
* Update simpleaf to 0.18.0 * Update build.sh * Update meta.yaml * Update meta.yaml * Update meta.yaml --------- Co-authored-by: Rob Patro <[email protected]>
1 parent 57f815a commit ea9e161

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

recipes/simpleaf/build.sh

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
export CFLAGS="${CFLAGS} -fcommon"
33
export CXXFLAGS="${CFLAGS} -fcommon"
44

5+
if [ "$(uname)" == "Darwin" ]; then
6+
export CFLAGS="${CFLAGS} -fno-define-target-os-macros"
7+
export CXXFLAGS="${CXXFLAGS} -fno-define-target-os-macros"
8+
fi
9+
510
# Add workaround for SSH-based Git connections from Rust/cargo. See https://github.com/rust-lang/cargo/issues/2078 for details.
611
# We set CARGO_HOME because we don't pass on HOME to conda-build, thus rendering the default "${HOME}/.cargo" defunct.
712
export CARGO_NET_GIT_FETCH_WITH_CLI=true CARGO_HOME="$(pwd)/.cargo"

recipes/simpleaf/meta.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.17.4" %}
1+
{% set version = "0.18.0" %}
22

33
package:
44
name: simpleaf
@@ -11,7 +11,7 @@ build:
1111

1212
source:
1313
url: https://github.com/COMBINE-lab/simpleaf/archive/v{{ version }}.tar.gz
14-
sha256: 3c14206ae0a43fe4ffaf6ccaad9c8d2636c60181bc7ec67e16c42b4d749f0070
14+
sha256: f83a792677d7e83c16ec68143b6b6be8537d72560626a5ef2d5e26a0276a4244
1515

1616
requirements:
1717
build:
@@ -22,9 +22,9 @@ requirements:
2222
- pkg-config
2323
host:
2424
run:
25-
- alevin-fry >=0.8.2
26-
- salmon >=1.10.1
27-
- piscem >=0.11.0 # [not osx-arm64]
25+
- alevin-fry >=0.11.0
26+
- salmon >=1.10.1 # [not osx]
27+
- piscem >=0.11.0
2828

2929
test:
3030
commands:
@@ -38,4 +38,5 @@ about:
3838

3939
extra:
4040
additional-platforms:
41+
- osx-arm64
4142
- linux-aarch64

0 commit comments

Comments
 (0)