diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml new file mode 100644 index 0000000..0f27694 --- /dev/null +++ b/.ci_support/linux_aarch64_.yaml @@ -0,0 +1,27 @@ +BUILD: +- aarch64-conda_cos7-linux-gnu +arm_variant_type: +- sbsa +c_compiler: +- gcc +c_compiler_version: +- '11' +cdt_arch: +- aarch64 +cdt_name: +- cos7 +channel_sources: +- conda-forge +channel_targets: +- conda-forge main +cxx_compiler: +- gxx +cxx_compiler_version: +- '11' +docker_image: +- quay.io/condaforge/linux-anvil-aarch64 +target_platform: +- linux-aarch64 +zip_keys: +- - c_compiler_version + - cxx_compiler_version diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b25d24d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +# This file was generated automatically from conda-smithy. To update this configuration, +# update the conda-forge.yml and/or the recipe/meta.yaml. + +language: generic + + + +matrix: + include: + - env: CONFIG=linux_aarch64_ UPLOAD_PACKAGES=True PLATFORM=linux-aarch64 DOCKER_IMAGE=quay.io/condaforge/linux-anvil-aarch64 + os: linux + arch: arm64 + dist: focal + +script: + - export CI=travis + - export GIT_BRANCH="$TRAVIS_BRANCH" + - export FEEDSTOCK_NAME=$(basename ${TRAVIS_REPO_SLUG}) + - if [[ "${TRAVIS_PULL_REQUEST:-}" == "false" ]]; then export IS_PR_BUILD="False"; else export IS_PR_BUILD="True"; fi + + + - if [[ ${PLATFORM} =~ .*linux.* ]]; then CONDA_FORGE_DOCKER_RUN_ARGS="--network=host --security-opt=seccomp=unconfined" ./.scripts/run_docker_build.sh; fi \ No newline at end of file diff --git a/README.md b/README.md index 738d5a8..6bb90d5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,14 @@ Current build status ==================== - +
+ + + @@ -38,6 +45,13 @@ Current build status variant + + +
Travis + + linux + +
Azure
linux_aarch64 + + variant + +
diff --git a/conda-forge.yml b/conda-forge.yml index 4f21ea1..71bc381 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -1,8 +1,10 @@ -github: - branch_name: main - tooling_branch_name: main conda_build: error_overlinking: true conda_forge_output_validation: true +github: + branch_name: main + tooling_branch_name: main os_version: linux_64: cos7 +provider: + linux_aarch64: default diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 01ff6fe..b56a386 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -2,7 +2,7 @@ {% set version = "1.5.0.59" %} {% set cuda_version = "12.0" %} {% set platform = "linux-x86_64" %} # [linux64] -{% set platform = "linux-sbsa" %} # [aarch64] +{% set platform = "linux-aarch64" %} # [aarch64] {% set target_name = "x86_64-linux" %} # [linux64] {% set target_name = "sbsa-linux" %} # [aarch64] {% set extension = "tar.xz" %} # [not win] @@ -97,10 +97,10 @@ outputs: test: commands: - test -L $PREFIX/lib/libcufile.so - - test -L $PREFIX/lib/libcufile_rdma.so + - test -L $PREFIX/lib/libcufile_rdma.so # [linux64] - test -f $PREFIX/targets/{{ target_name }}/include/cufile.h - test -L $PREFIX/targets/{{ target_name }}/lib/libcufile.so - - test -L $PREFIX/targets/{{ target_name }}/lib/libcufile_rdma.so + - test -L $PREFIX/targets/{{ target_name }}/lib/libcufile_rdma.so # [linux64] - test -d $PREFIX/man/man3 about: home: https://developer.nvidia.com/cuda-toolkit @@ -130,7 +130,7 @@ outputs: test: commands: - test -f $PREFIX/targets/{{ target_name }}/lib/libcufile_static.a - - test -f $PREFIX/targets/{{ target_name }}/lib/libcufile_rdma_static.a + - test -f $PREFIX/targets/{{ target_name }}/lib/libcufile_rdma_static.a # [linux64] about: home: https://developer.nvidia.com/cuda-toolkit license: LicenseRef-NVIDIA-End-User-License-Agreement