Skip to content

Commit f3c11d9

Browse files
Add support for arm64 windows (#117)
Co-authored-by: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com>
1 parent bd02558 commit f3c11d9

12 files changed

+111
-24
lines changed

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/osx_64_license_familygpl.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.13'
2+
- '11.0'
33
MACOSX_SDK_VERSION:
4-
- '10.13'
4+
- '11.0'
55
bzip2:
66
- '1'
77
c_compiler:
@@ -11,7 +11,7 @@ c_compiler_version:
1111
c_stdlib:
1212
- macosx_deployment_target
1313
c_stdlib_version:
14-
- '10.13'
14+
- '11.0'
1515
channel_sources:
1616
- conda-forge
1717
channel_targets:

.ci_support/osx_64_license_familylgpl.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.13'
2+
- '11.0'
33
MACOSX_SDK_VERSION:
4-
- '10.13'
4+
- '11.0'
55
bzip2:
66
- '1'
77
c_compiler:
@@ -11,7 +11,7 @@ c_compiler_version:
1111
c_stdlib:
1212
- macosx_deployment_target
1313
c_stdlib_version:
14-
- '10.13'
14+
- '11.0'
1515
channel_sources:
1616
- conda-forge
1717
channel_targets:
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
bzip2:
2+
- '1'
3+
c_compiler:
4+
- vs2022
5+
c_stdlib:
6+
- vs
7+
channel_sources:
8+
- conda-forge
9+
channel_targets:
10+
- conda-forge main
11+
libarchive:
12+
- '3.8'
13+
liblzma_devel:
14+
- '5'
15+
libxml2_devel:
16+
- '2.14'
17+
license_family:
18+
- gpl
19+
lz4_c:
20+
- '1.10'
21+
lzo:
22+
- '2'
23+
openssl:
24+
- '3.5'
25+
target_platform:
26+
- win-arm64
27+
zlib:
28+
- '1'
29+
zstd:
30+
- '1.5'
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
bzip2:
2+
- '1'
3+
c_compiler:
4+
- vs2022
5+
c_stdlib:
6+
- vs
7+
channel_sources:
8+
- conda-forge
9+
channel_targets:
10+
- conda-forge main
11+
libarchive:
12+
- '3.8'
13+
liblzma_devel:
14+
- '5'
15+
libxml2_devel:
16+
- '2.14'
17+
license_family:
18+
- lgpl
19+
lz4_c:
20+
- '1.10'
21+
lzo:
22+
- '2'
23+
openssl:
24+
- '3.5'
25+
target_platform:
26+
- win-arm64
27+
zlib:
28+
- '1'
29+
zstd:
30+
- '1.5'

LICENSE.txt

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-locally.py

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)