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

Feat/revisit 0.13.0 cross cmake ppc64le #47

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
8 changes: 2 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

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

40 changes: 0 additions & 40 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .azure-pipelines/azure-pipelines-win.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/linux_64_.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions .ci_support/linux_aarch64_.yaml

This file was deleted.

40 changes: 40 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.28'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-ppc64le
zlib:
- '1'
zstd:
- '1.5'
build_platform:
- linux-64
CMAKE_CROSSCOMPILING_EMULATOR:
- /usr/bin/qemu-ppc64le-static
CROSSCOMPILING_EMULATOR:
- /usr/bin/qemu-ppc64le-static
build_platform:
- linux-64
CMAKE_CROSSCOMPILING_EMULATOR:
- /usr/bin/qemu-ppc64le-static
CROSSCOMPILING_EMULATOR:
- /usr/bin/qemu-ppc64le-static
build_platform:
- linux-64
CMAKE_CROSSCOMPILING_EMULATOR:
- /usr/bin/qemu-ppc64le-static
CROSSCOMPILING_EMULATOR:
- /usr/bin/qemu-ppc64le-static
31 changes: 0 additions & 31 deletions .ci_support/osx_64_.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/osx_arm64_.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .ci_support/win_64_.yaml

This file was deleted.

Loading
Loading