File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ c_compiler:
3
3
cxx_compiler :
4
4
- gxx
5
5
target_platform :
6
- - linux-64
6
+ - linux-64 # [linux]
7
7
# - linux-aarch64
8
8
# - linux-ppc64le
9
+ - osx-64 # [osx]
10
+ - osx-arm64 # [osx]
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ build:
14
14
number : 1
15
15
noarch : False
16
16
script_env :
17
- - PLATFORM={{ target_platform }} # [linux]
17
+ - PLATFORM={{ target_platform }}
18
18
skip : True # [osx]
19
19
skip : False # [linux]
20
20
21
- requirements : # [linux]
21
+ requirements :
22
22
build :
23
23
- cmake >=3.17.0
24
- - {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
25
- # - {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
24
+ - {{ compiler('cxx') }}={{ linux_compiler_version }}
26
25
- cuda-toolkit
27
26
- matar-cuda
28
27
- openmpi
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ c_compiler:
3
3
cxx_compiler :
4
4
- gxx
5
5
target_platform :
6
- - linux-64
6
+ - linux-64 # [linux]
7
7
# - linux-aarch64
8
8
# - linux-ppc64le
9
+ - osx-64 # [osx]
10
+ - osx-arm64 # [osx]
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ build:
14
14
number : 1
15
15
noarch : False
16
16
script_env :
17
- - PLATFORM={{ target_platform }} # [linux]
17
+ - PLATFORM={{ target_platform }}
18
18
skip : True # [osx]
19
19
skip : False # [linux]
20
20
21
- requirements : # [linux]
21
+ requirements :
22
22
build :
23
23
- cmake >=3.17.0
24
24
- {{ compiler('cxx') }}={{ linux_compiler_version }}
You can’t perform that action at this time.
0 commit comments