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

Enable ppc64le #94

Merged
merged 7 commits into from
Dec 23, 2019
Merged
Show file tree
Hide file tree
Changes from 3 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
39 changes: 39 additions & 0 deletions .ci_support/linux_aarch64_mpimpich.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
channel_targets:
- conda-forge main
curl:
- '7.64'
docker_image:
- condaforge/linux-anvil-aarch64
hdf4:
- '4.2'
jpeg:
- '9'
mpi:
- mpich
pin_run_as_build:
bzip2:
max_pin: x
curl:
max_pin: x
hdf4:
max_pin: x.x
jpeg:
max_pin: x
zlib:
max_pin: x.x
zlib:
- '1.2'
39 changes: 39 additions & 0 deletions .ci_support/linux_aarch64_mpinompi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
channel_targets:
- conda-forge main
curl:
- '7.64'
docker_image:
- condaforge/linux-anvil-aarch64
hdf4:
- '4.2'
jpeg:
- '9'
mpi:
- nompi
pin_run_as_build:
bzip2:
max_pin: x
curl:
max_pin: x
hdf4:
max_pin: x.x
jpeg:
max_pin: x
zlib:
max_pin: x.x
zlib:
- '1.2'
39 changes: 39 additions & 0 deletions .ci_support/linux_aarch64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
channel_targets:
- conda-forge main
curl:
- '7.64'
docker_image:
- condaforge/linux-anvil-aarch64
hdf4:
- '4.2'
jpeg:
- '9'
mpi:
- openmpi
pin_run_as_build:
bzip2:
max_pin: x
curl:
max_pin: x
hdf4:
max_pin: x.x
jpeg:
max_pin: x
zlib:
max_pin: x.x
zlib:
- '1.2'
33 changes: 33 additions & 0 deletions .ci_support/linux_ppc64le_mpimpich.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '8'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
curl:
- '7.64'
docker_image:
- condaforge/linux-anvil-ppc64le
hdf4:
- '4.2'
jpeg:
- '9'
mpi:
- mpich
pin_run_as_build:
bzip2:
max_pin: x
curl:
max_pin: x
hdf4:
max_pin: x.x
jpeg:
max_pin: x
zlib:
max_pin: x.x
zlib:
- '1.2'
33 changes: 33 additions & 0 deletions .ci_support/linux_ppc64le_mpinompi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '8'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
curl:
- '7.64'
docker_image:
- condaforge/linux-anvil-ppc64le
hdf4:
- '4.2'
jpeg:
- '9'
mpi:
- nompi
pin_run_as_build:
bzip2:
max_pin: x
curl:
max_pin: x
hdf4:
max_pin: x.x
jpeg:
max_pin: x
zlib:
max_pin: x.x
zlib:
- '1.2'
33 changes: 33 additions & 0 deletions .ci_support/linux_ppc64le_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '8'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
curl:
- '7.64'
docker_image:
- condaforge/linux-anvil-ppc64le
hdf4:
- '4.2'
jpeg:
- '9'
mpi:
- openmpi
pin_run_as_build:
bzip2:
max_pin: x
curl:
max_pin: x
hdf4:
max_pin: x.x
jpeg:
max_pin: x
zlib:
max_pin: x.x
zlib:
- '1.2'
78 changes: 78 additions & 0 deletions .drone.yml

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

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

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

Loading