File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
export CFLAGS=" ${CFLAGS} -fcommon"
3
3
export CXXFLAGS=" ${CFLAGS} -fcommon"
4
4
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
+
5
10
# Add workaround for SSH-based Git connections from Rust/cargo. See https://github.com/rust-lang/cargo/issues/2078 for details.
6
11
# We set CARGO_HOME because we don't pass on HOME to conda-build, thus rendering the default "${HOME}/.cargo" defunct.
7
12
export CARGO_NET_GIT_FETCH_WITH_CLI=true CARGO_HOME=" $( pwd) /.cargo"
Original file line number Diff line number Diff line change 1
- {% set version = "0.17.4 " %}
1
+ {% set version = "0.18.0 " %}
2
2
3
3
package :
4
4
name : simpleaf
11
11
12
12
source :
13
13
url : https://github.com/COMBINE-lab/simpleaf/archive/v{{ version }}.tar.gz
14
- sha256 : 3c14206ae0a43fe4ffaf6ccaad9c8d2636c60181bc7ec67e16c42b4d749f0070
14
+ sha256 : f83a792677d7e83c16ec68143b6b6be8537d72560626a5ef2d5e26a0276a4244
15
15
16
16
requirements :
17
17
build :
@@ -22,9 +22,9 @@ requirements:
22
22
- pkg-config
23
23
host :
24
24
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
28
28
29
29
test :
30
30
commands :
38
38
39
39
extra :
40
40
additional-platforms :
41
+ - osx-arm64
41
42
- linux-aarch64
You can’t perform that action at this time.
0 commit comments