Skip to content

Commit

Permalink
Merge pull request #78 from h-vetinari/no_cdt_name
Browse files Browse the repository at this point in the history
remove wrapper output that's using cdt_name
  • Loading branch information
isuruf authored Oct 22, 2024
2 parents 6a06162 + b9051a6 commit 9a37264
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ ctng_vendor:
- conda
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
sysroot_cdt_arch:
- aarch64
sysroot_cdt_name:
- conda_2_28
target_machine:
- aarch64
zip_keys:
- - target_machine
- cross_target_platform
- centos_machine
- sysroot_cdt_arch
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ ctng_vendor:
- conda
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
sysroot_cdt_arch:
- ppc64le
sysroot_cdt_name:
- conda_2_28
target_machine:
- powerpc64le
zip_keys:
- - target_machine
- cross_target_platform
- centos_machine
- sysroot_cdt_arch
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ ctng_vendor:
- conda
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
sysroot_cdt_arch:
- s390x
sysroot_cdt_name:
- conda_2_28
target_machine:
- s390x
zip_keys:
- - target_machine
- cross_target_platform
- centos_machine
- sysroot_cdt_arch
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ ctng_vendor:
- conda
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
sysroot_cdt_arch:
- x86_64
sysroot_cdt_name:
- conda_2_28
target_machine:
- x86_64
zip_keys:
- - target_machine
- cross_target_platform
- centos_machine
- sysroot_cdt_arch
10 changes: 3 additions & 7 deletions README.md

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

8 changes: 0 additions & 8 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,11 @@ cross_target_platform:
- linux-aarch64
- linux-ppc64le
- linux-s390x
sysroot_cdt_arch:
- x86_64
- aarch64
- ppc64le
- s390x

ctng_vendor:
- conda
sysroot_cdt_name:
- conda_2_28

zip_keys:
- - target_machine
- cross_target_platform
- centos_machine
- sysroot_cdt_arch
20 changes: 0 additions & 20 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,26 +145,6 @@ outputs:
- find "${PREFIX}" \( -name 'libnsl*' -o -path '*/rpcsvc/yp*' \) | { ! grep . ; }
- find "${PREFIX}" \( -name 'libcrypt*' -o -name 'crypt.*' \) | { ! grep . ; }

- name: sysroot-{{ sysroot_cdt_name }}-{{ sysroot_cdt_arch }}
build:
noarch: generic
requirements:
run:
- sysroot_{{ cross_target_platform }} =={{ version }}
test:
commands:
- test -f $PREFIX/{{ target_machine }}-conda-linux-gnu/sysroot/lib/libc.so.6
- test -f $PREFIX/{{ target_machine }}-conda-linux-gnu/sysroot/sbin/ldconfig
- test -f $PREFIX/{{ target_machine }}-conda-linux-gnu/sysroot/usr/lib/crt1.o
- test -f $PREFIX/{{ target_machine }}-conda-linux-gnu/sysroot/usr/include/limits.h
- test -f $PREFIX/{{ target_machine }}-conda-linux-gnu/sysroot/usr/include/gnu/stubs-64.h # [cross_target_platform == "linux-64"]
- test -f $PREFIX/{{ target_machine }}-conda-linux-gnu/sysroot/usr/include/gnu/stubs.h # [cross_target_platform != "linux-64"]
- test -d $PREFIX/{{ target_machine }}-conda-linux-gnu/sysroot/usr/share/locale
- test -f $PREFIX/{{ target_machine }}-conda-linux-gnu/sysroot/usr/bin/ldd
- test -f $PREFIX/{{ target_machine }}-{{ ctng_vendor }}-linux-gnu/sysroot/lib/libc.so.6
- find "${PREFIX}" \( -name 'libnsl*' -o -path '*/rpcsvc/yp*' \) | { ! grep . ; }
- find "${PREFIX}" \( -name 'libcrypt*' -o -name 'crypt.*' \) | { ! grep . ; }

about:
home: https://repo.almalinux.org/vault/8.7
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0
Expand Down

0 comments on commit 9a37264

Please sign in to comment.