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

Compile tk on mac without the aqua option #48

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions .azure-pipelines/azure-pipelines-linux.yml

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

1 change: 0 additions & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

3 changes: 1 addition & 2 deletions .azure-pipelines/azure-pipelines-win.yml

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

13 changes: 11 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-comp7
pin_run_as_build:
tk:
max_pin: x.x
zlib:
max_pin: x.x
target_platform:
- linux-64
tk:
- '8.6'
zip_keys:
- - cdt_name
- docker_image
zlib:
- '1.2'
8 changes: 6 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '7.5'
- '9'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -13,11 +13,15 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-aarch64
pin_run_as_build:
tk:
max_pin: x.x
zlib:
max_pin: x.x
target_platform:
- linux-aarch64
tk:
- '8.6'
zlib:
- '1.2'
6 changes: 4 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
- '9'
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil-ppc64le
- quay.io/condaforge/linux-anvil-ppc64le
pin_run_as_build:
zlib:
max_pin: x.x
Expand Down
10 changes: 9 additions & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '10'
- '11'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
fontconfig:
- '2.13'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
fontconfig:
max_pin: x
tk:
max_pin: x.x
zlib:
max_pin: x.x
target_platform:
- osx-64
tk:
- '8.6'
zlib:
- '1.2'
10 changes: 9 additions & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge/label/llvm_rc,conda-forge,https://conda-web.anaconda.org/conda-forge
- conda-forge/label/rust_dev,conda-forge
channel_targets:
- conda-forge main
fontconfig:
- '2.13'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
fontconfig:
max_pin: x
tk:
max_pin: x.x
zlib:
max_pin: x.x
target_platform:
- osx-arm64
tk:
- '8.6'
zlib:
- '1.2'
5 changes: 5 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
pin_run_as_build:
tk:
max_pin: x.x
target_platform:
- win-64
tk:
- '8.6'
2 changes: 1 addition & 1 deletion .drone.yml

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

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

51 changes: 42 additions & 9 deletions .scripts/build_steps.sh

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

35 changes: 35 additions & 0 deletions .scripts/logging_utils.sh

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

29 changes: 23 additions & 6 deletions .scripts/run_docker_build.sh

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

Loading