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

Bump build number to build with recent dependencies and add a run dependency on the minor version of numpy #21

Merged
merged 30 commits into from
Jun 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9f80277
Bump build number to build with recent dependencies
traversaro Jun 28, 2022
e33ee63
MNT: Re-rendered with conda-build 3.21.9, conda-smithy 3.21.0, and co…
Jun 28, 2022
23e95e8
Update meta.yaml
traversaro Jun 28, 2022
6acd862
Update build_cxx.sh
traversaro Jun 28, 2022
072759b
Update build_cxx.sh
traversaro Jun 28, 2022
9413bfc
Create 248.patch
traversaro Jun 28, 2022
c090d76
Update meta.yaml
traversaro Jun 28, 2022
59e063f
Update meta.yaml
traversaro Jun 28, 2022
d96df28
Update build_cxx.sh
traversaro Jun 28, 2022
97e42cd
Update bld_cxx.bat
traversaro Jun 28, 2022
e33b770
Update bld_py.bat
traversaro Jun 28, 2022
6450b16
Update bld_py.bat
traversaro Jun 29, 2022
b360745
Update bld_cxx.bat
traversaro Jun 29, 2022
116578b
Update bld_cxx.bat
traversaro Jun 29, 2022
92d47ea
Update bld_py.bat
traversaro Jun 29, 2022
277cad0
Update bld_py.bat
traversaro Jun 29, 2022
ba0f180
Update meta.yaml
traversaro Jun 29, 2022
69f255f
Update meta.yaml
traversaro Jun 29, 2022
ad37d94
Update meta.yaml
traversaro Jun 29, 2022
d0559f0
Update meta.yaml
traversaro Jun 29, 2022
0b0d9cb
Update build_cxx.sh
traversaro Jun 29, 2022
111aafe
Update build_py.sh
traversaro Jun 29, 2022
073545e
Update build_py.sh
traversaro Jun 29, 2022
5deda10
Update build_cxx.sh
traversaro Jun 29, 2022
d91bb1d
Update conda-forge.yml
traversaro Jun 29, 2022
fff613a
MNT: Re-rendered with conda-build 3.21.9, conda-smithy 3.21.0, and co…
Jun 29, 2022
f4cd5df
Update conda-forge.yml
traversaro Jun 29, 2022
d7fd767
MNT: Re-rendered with conda-build 3.21.9, conda-smithy 3.21.0, and co…
Jun 29, 2022
483d552
Update build_cxx.sh
traversaro Jun 29, 2022
13571c8
Update build_py.sh
traversaro Jun 29, 2022
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
69 changes: 21 additions & 48 deletions .azure-pipelines/azure-pipelines-win.yml

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

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ docker_image:
numpy:
- '1.21'
- '1.19'
- '1.18'
- '1.18'
- '1.19'
- '1.19'
- '1.19'
pin_run_as_build:
python:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ docker_image:
numpy:
- '1.21'
- '1.19'
- '1.18'
- '1.18'
- '1.19'
- '1.19'
- '1.19'
pin_run_as_build:
python:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ docker_image:
numpy:
- '1.21'
- '1.19'
- '1.18'
- '1.18'
- '1.19'
- '1.19'
- '1.19'
pin_run_as_build:
python:
Expand Down
8 changes: 4 additions & 4 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '12'
- '13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '12'
- '13'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.21'
- '1.19'
- '1.18'
- '1.18'
- '1.19'
- '1.19'
- '1.19'
pin_run_as_build:
python:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ cxx_compiler:
- vs2019
numpy:
- '1.21'
- '1.18'
- '1.18'
- '1.19'
- '1.19'
- '1.19'
pin_run_as_build:
python:
Expand Down
3 changes: 2 additions & 1 deletion .circleci/config.yml

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

9 changes: 8 additions & 1 deletion .scripts/build_steps.sh

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

4 changes: 4 additions & 0 deletions .scripts/run_osx_build.sh

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

30 changes: 22 additions & 8 deletions LICENSE.txt

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

65 changes: 46 additions & 19 deletions README.md

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

19 changes: 13 additions & 6 deletions build-locally.py

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

Loading