Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libonxx + 1.15.0 migration #105

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d1987d7
Try to build libonnx
hmaarrfk Nov 5, 2023
f93f62d
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
hmaarrfk Nov 5, 2023
ff42035
Try again
hmaarrfk Nov 5, 2023
c6d5f9b
Add libprotobuf
hmaarrfk Nov 5, 2023
e43f272
Try one more time
hmaarrfk Nov 5, 2023
fd4856c
Update
hmaarrfk Nov 5, 2023
cada04b
Up to 1.15.0
hmaarrfk Nov 5, 2023
5873700
Add back abseil patch
hmaarrfk Nov 5, 2023
075fff6
Remove debugging script
hmaarrfk Nov 5, 2023
1253e5b
remove zip
hmaarrfk Nov 5, 2023
967327e
Fix windows build script
hmaarrfk Nov 5, 2023
4011658
Update
hmaarrfk Nov 5, 2023
7927f98
fixup windows build
hmaarrfk Nov 5, 2023
6914148
Update the CXX standard on windows
hmaarrfk Nov 5, 2023
f95cd1b
Update patch for windows
hmaarrfk Nov 5, 2023
bda728f
Apply suggestions from code review
hmaarrfk Nov 5, 2023
66650c1
Update recipe/0001-Link-to-abseil_dll.patch
hmaarrfk Nov 5, 2023
956bad9
Update patch one last time
hmaarrfk Nov 5, 2023
1ea3744
One last time
hmaarrfk Nov 5, 2023
34346dc
ok one more
hmaarrfk Nov 5, 2023
bd9771f
add abseil dependency
hmaarrfk Nov 6, 2023
00b7692
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.27.1, and co…
hmaarrfk Nov 6, 2023
534376d
Try adding more flags
hmaarrfk Nov 6, 2023
16d193f
Small updates
hmaarrfk Nov 6, 2023
9694f50
more defines
hmaarrfk Nov 6, 2023
cc053ed
Update build_libonnx.sh
hmaarrfk Nov 6, 2023
391d1ad
Update recipe/bld_libonnx.bat
hmaarrfk Nov 6, 2023
f2a4c8a
no shared libs on windows
hmaarrfk Nov 6, 2023
6203703
Update meta.yaml
hmaarrfk Nov 6, 2023
3c75ce1
Update bld_onnx.bat
hmaarrfk Nov 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 6 additions & 66 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 4 additions & 31 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 2 additions & 17 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions .ci_support/README

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,12 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230802'
libprotobuf:
- 4.24.4
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
33 changes: 0 additions & 33 deletions .ci_support/linux_64_numpy1.22python3.10.____cpython.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .ci_support/linux_64_numpy1.26python3.12.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -14,20 +18,12 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libabseil:
- '20230802'
libprotobuf:
- 4.24.4
numpy:
- '1.22'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_73_pypy
target_platform:
- linux-64
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
37 changes: 0 additions & 37 deletions .ci_support/linux_aarch64_numpy1.22python3.10.____cpython.yaml

This file was deleted.

Loading
Loading