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

Rebuild for libhwloc 2.9.3 #141

Merged
Merged
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
12 changes: 10 additions & 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.

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ fortran_compiler_version:
- '11'
libevent:
- 2.1.12
libhwloc:
- 2.9.3
mpi_type:
- conda
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ fortran_compiler_version:
- '11'
libevent:
- 2.1.12
libhwloc:
- 2.9.3
mpi_type:
- external
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ cxx_compiler:
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
- quay.io/condaforge/linux-anvil-cuda:11.8
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
libevent:
- 2.1.12
libhwloc:
- 2.9.3
mpi_type:
- conda
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ cxx_compiler:
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.8
- quay.io/condaforge/linux-anvil-cuda:11.8
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
libevent:
- 2.1.12
libhwloc:
- 2.9.3
mpi_type:
- external
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ cxx_compiler:
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.8
- quay.io/condaforge/linux-anvil-cuda:11.8
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
libevent:
- 2.1.12
libhwloc:
- 2.9.3
mpi_type:
- conda
target_platform:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ cxx_compiler:
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le-cuda:11.8
- quay.io/condaforge/linux-anvil-cuda:11.8
fortran_compiler:
- gfortran
fortran_compiler_version:
- '11'
libevent:
- 2.1.12
libhwloc:
- 2.9.3
mpi_type:
- external
target_platform:
Expand Down
99 changes: 0 additions & 99 deletions .ci_support/migrations/cuda118.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .ci_support/migrations/libhwloc293.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for libhwloc 2.9.3
kind: version
migration_number: 1
libhwloc:
- 2.9.3
migrator_ts: 1706119287.08093
2 changes: 2 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ fortran_compiler_version:
- '12'
libevent:
- 2.1.12
libhwloc:
- 2.9.3
macos_machine:
- x86_64-apple-darwin13.4.0
mpi_type:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ fortran_compiler_version:
- '12'
libevent:
- 2.1.12
libhwloc:
- 2.9.3
macos_machine:
- arm64-apple-darwin20.0.0
mpi_type:
Expand Down
13 changes: 12 additions & 1 deletion .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

9 changes: 1 addition & 8 deletions README.md

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

7 changes: 5 additions & 2 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
build_platform:
linux_aarch64: linux_64
linux_ppc64le: linux_64
osx_arm64: osx_64
conda_build:
pkg_format: '2'
Expand All @@ -8,5 +10,6 @@ github:
tooling_branch_name: main
provider:
linux_aarch64: default
linux_ppc64le: azure
test_on_native_only: true
linux_ppc64le: default
osx_arm64: default
test: native_and_emulated
Loading