Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 3.17.8, conda-smithy 3.2.14, and co…
Browse files Browse the repository at this point in the history
…nda-forge-pinning 2019.02.24
  • Loading branch information
hmaarrfk committed Mar 4, 2019
1 parent f4ec700 commit 05508b7
Show file tree
Hide file tree
Showing 9 changed files with 187 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
# If there is a newer build queued for the same PR, cancel this one.
- cmd: |
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/conda-forge/conda-forge-ci-setup-feedstock/master/recipe/conda_forge_ci_setup/ff_ci_pr_build.py', 'ff_ci_pr_build.py')"
ff_ci_pr_build -v --ci "appveyor" "%APPVEYOR_ACCOUNT_NAME%/%APPVEYOR_PROJECT_SLUG%" "%APPVEYOR_BUILD_NUMBER%" "%APPVEYOR_PULL_REQUEST_NUMBER%"
"%CONDA_INSTALL_LOCN%\python.exe" ff_ci_pr_build.py -v --ci "appveyor" "%APPVEYOR_ACCOUNT_NAME%/%APPVEYOR_PROJECT_SLUG%" "%APPVEYOR_BUILD_NUMBER%" "%APPVEYOR_PULL_REQUEST_NUMBER%"
del ff_ci_pr_build.py
# Cygwin's git breaks conda-build. (See https://github.com/conda-forge/conda-smithy-feedstock/pull/2.)
Expand Down
20 changes: 19 additions & 1 deletion .azure-pipelines/azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ jobs:
strategy:
maxParallel: 8
matrix:
linux_aarch64_python2.7:
CONFIG: linux_aarch64_python2.7
UPLOAD_PACKAGES: True
linux_aarch64_python3.6:
CONFIG: linux_aarch64_python3.6
UPLOAD_PACKAGES: True
linux_aarch64_python3.7:
CONFIG: linux_aarch64_python3.7
UPLOAD_PACKAGES: True
linux_ppc64le_python2.7:
CONFIG: linux_ppc64le_python2.7
UPLOAD_PACKAGES: True
linux_ppc64le_python3.6:
CONFIG: linux_ppc64le_python3.6
UPLOAD_PACKAGES: True
linux_ppc64le_python3.7:
CONFIG: linux_ppc64le_python3.7
UPLOAD_PACKAGES: True
linux_python2.7:
CONFIG: linux_python2.7
UPLOAD_PACKAGES: False
Expand All @@ -28,7 +46,7 @@ jobs:
# configure qemu binfmt-misc running. This allows us to run docker containers
# embedded qemu-static
- script: |
docker run --rm --privileged multiarch/qemu-user-static:register
docker run --rm --privileged multiarch/qemu-user-static:register --reset --credential yes
ls /proc/sys/fs/binfmt_misc/
condition: not(startsWith(variables['CONFIG'], 'linux_64'))
displayName: Configure binfmt_misc
Expand Down
5 changes: 5 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
displayName: conda-forge build setup
- script: |
rmdir C:\strawberry /s /q
continueOnError: true
displayName: remove strawberryperl
# Special cased version setting some more things!
- script: |
conda.exe build recipe -m .ci_support\%CONFIG%.yaml
Expand Down
30 changes: 30 additions & 0 deletions .ci_support/linux_aarch64_python2.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
docker_image:
- condaforge/linux-anvil-aarch64
fortran_compiler:
- gfortran
numpy:
- '1.11'
openblas:
- 0.3.5
pin_run_as_build:
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
30 changes: 30 additions & 0 deletions .ci_support/linux_aarch64_python3.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
docker_image:
- condaforge/linux-anvil-aarch64
fortran_compiler:
- gfortran
numpy:
- '1.11'
openblas:
- 0.3.5
pin_run_as_build:
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
30 changes: 30 additions & 0 deletions .ci_support/linux_aarch64_python3.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
docker_image:
- condaforge/linux-anvil-aarch64
fortran_compiler:
- gfortran
numpy:
- '1.11'
openblas:
- 0.3.5
pin_run_as_build:
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
24 changes: 24 additions & 0 deletions .ci_support/linux_ppc64le_python2.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
c_compiler:
- gcc
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
docker_image:
- condaforge/linux-anvil-ppc64le
fortran_compiler:
- gfortran
numpy:
- '1.11'
openblas:
- 0.3.5
pin_run_as_build:
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
24 changes: 24 additions & 0 deletions .ci_support/linux_ppc64le_python3.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
c_compiler:
- gcc
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
docker_image:
- condaforge/linux-anvil-ppc64le
fortran_compiler:
- gfortran
numpy:
- '1.11'
openblas:
- 0.3.5
pin_run_as_build:
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
24 changes: 24 additions & 0 deletions .ci_support/linux_ppc64le_python3.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
c_compiler:
- gcc
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
docker_image:
- condaforge/linux-anvil-ppc64le
fortran_compiler:
- gfortran
numpy:
- '1.11'
openblas:
- 0.3.5
pin_run_as_build:
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
python:
- '3.7'

0 comments on commit 05508b7

Please sign in to comment.