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

Install Python metadata through pip #8

Merged
merged 33 commits into from
Nov 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e0593e0
Install Python resources through pip
diegoferigo Oct 18, 2021
8fba95d
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.12, and cond…
Oct 18, 2021
f126f14
Revert to building Python bindings with CMake
diegoferigo Oct 19, 2021
45f3b46
Install only the metadata with pip
diegoferigo Oct 19, 2021
925d7f6
Add replace.py script that works like sed but multiplatform
diegoferigo Oct 19, 2021
2c4c578
Align the wheel version with the conda version
diegoferigo Oct 19, 2021
bcb06eb
Update also bat script to install Python metadata
diegoferigo Oct 19, 2021
2c11150
Fix quoting
diegoferigo Oct 19, 2021
566dd68
Fix path to replace.py script
diegoferigo Oct 19, 2021
8137184
Fix quoting (again)
diegoferigo Oct 19, 2021
87835d0
Check that conda version matches with python package version
diegoferigo Oct 19, 2021
d23e2f8
Fix variable in bld.bat
diegoferigo Oct 20, 2021
510ff78
Trying / instead of \ in bat script
diegoferigo Oct 20, 2021
f204d21
Try using m2-sed instead of custom Python script
diegoferigo Oct 20, 2021
c6854f0
Use sed also on unix
diegoferigo Oct 20, 2021
6a32747
Call pip through python in windows
diegoferigo Oct 20, 2021
ceb14f2
Handle errors in windows
diegoferigo Oct 20, 2021
d6130ca
Fix sed call for macOS
diegoferigo Oct 20, 2021
41392d6
Add sed unix dependency
diegoferigo Oct 20, 2021
1458e9a
Align sed usage also on windows
diegoferigo Oct 20, 2021
ad6df81
Inspect diff during conda build
diegoferigo Oct 20, 2021
fb11453
Fix specifier
diegoferigo Oct 20, 2021
6f3c512
Fix calling diff
diegoferigo Oct 20, 2021
8bd1e4b
Use backslashes in the wheel path
diegoferigo Oct 20, 2021
3b263fe
Second globbing attempt
diegoferigo Oct 20, 2021
9b41f5b
Update build scripts
diegoferigo Oct 21, 2021
a7f8ce0
Disable checking exit status of diff command
diegoferigo Oct 21, 2021
6cf9b69
rmdir on windows fails if the folder does not exist
diegoferigo Oct 21, 2021
859c2fa
Switch aarch64 and ppc64 build to cross-compilation
traversaro Nov 4, 2021
6738c2c
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.14.3, and co…
Nov 4, 2021
903310f
Update conda-forge.yml
traversaro Nov 4, 2021
dd94607
Update conda-forge.yml
traversaro Nov 4, 2021
baaaf5b
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.14.3, and co…
Nov 4, 2021
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
33 changes: 29 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

8 changes: 5 additions & 3 deletions .azure-pipelines/azure-pipelines-osx.yml

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

9 changes: 3 additions & 6 deletions .azure-pipelines/azure-pipelines-win.yml

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

39 changes: 0 additions & 39 deletions .ci_support/linux_64_numpy1.18python3.6.____cpython.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.18python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.18python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
41 changes: 0 additions & 41 deletions .ci_support/linux_aarch64_numpy1.18python3.6.____cpython.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .ci_support/linux_ppc64le_numpy1.18python3.6.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
37 changes: 0 additions & 37 deletions .ci_support/osx_64_numpy1.18python3.6.____cpython.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.18python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.18python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_numpy1.19python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
27 changes: 0 additions & 27 deletions .ci_support/win_64_numpy1.18python3.6.____cpython.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/win_64_numpy1.18python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- vs2017
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_numpy1.18python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- vs2017
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
Loading