Skip to content

Commit 3c03129

Browse files
committed
MNT: Re-rendered with conda-build 3.17.8, conda-smithy 3.2.14, and conda-forge-pinning 2019.02.24
1 parent f4ec700 commit 3c03129

9 files changed

+187
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
# If there is a newer build queued for the same PR, cancel this one.
2727
- cmd: |
2828
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')"
29-
ff_ci_pr_build -v --ci "appveyor" "%APPVEYOR_ACCOUNT_NAME%/%APPVEYOR_PROJECT_SLUG%" "%APPVEYOR_BUILD_NUMBER%" "%APPVEYOR_PULL_REQUEST_NUMBER%"
29+
"%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%"
3030
del ff_ci_pr_build.py
3131
3232
# Cygwin's git breaks conda-build. (See https://github.com/conda-forge/conda-smithy-feedstock/pull/2.)

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@ jobs:
1010
strategy:
1111
maxParallel: 8
1212
matrix:
13+
linux_aarch64_python2.7:
14+
CONFIG: linux_aarch64_python2.7
15+
UPLOAD_PACKAGES: True
16+
linux_aarch64_python3.6:
17+
CONFIG: linux_aarch64_python3.6
18+
UPLOAD_PACKAGES: True
19+
linux_aarch64_python3.7:
20+
CONFIG: linux_aarch64_python3.7
21+
UPLOAD_PACKAGES: True
22+
linux_ppc64le_python2.7:
23+
CONFIG: linux_ppc64le_python2.7
24+
UPLOAD_PACKAGES: True
25+
linux_ppc64le_python3.6:
26+
CONFIG: linux_ppc64le_python3.6
27+
UPLOAD_PACKAGES: True
28+
linux_ppc64le_python3.7:
29+
CONFIG: linux_ppc64le_python3.7
30+
UPLOAD_PACKAGES: True
1331
linux_python2.7:
1432
CONFIG: linux_python2.7
1533
UPLOAD_PACKAGES: False
@@ -28,7 +46,7 @@ jobs:
2846
# configure qemu binfmt-misc running. This allows us to run docker containers
2947
# embedded qemu-static
3048
- script: |
31-
docker run --rm --privileged multiarch/qemu-user-static:register
49+
docker run --rm --privileged multiarch/qemu-user-static:register --reset --credential yes
3250
ls /proc/sys/fs/binfmt_misc/
3351
condition: not(startsWith(variables['CONFIG'], 'linux_64'))
3452
displayName: Configure binfmt_misc

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
displayName: conda-forge build setup
7878
7979
80+
- script: |
81+
rmdir C:\strawberry /s /q
82+
continueOnError: true
83+
displayName: remove strawberryperl
84+
8085
# Special cased version setting some more things!
8186
- script: |
8287
conda.exe build recipe -m .ci_support\%CONFIG%.yaml
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
BUILD:
2+
- aarch64-conda_cos7-linux-gnu
3+
c_compiler:
4+
- gcc
5+
cdt_arch:
6+
- aarch64
7+
cdt_name:
8+
- cos7
9+
channel_sources:
10+
- conda-forge,c4aarch64,defaults
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- gxx
15+
docker_image:
16+
- condaforge/linux-anvil-aarch64
17+
fortran_compiler:
18+
- gfortran
19+
numpy:
20+
- '1.11'
21+
openblas:
22+
- 0.3.5
23+
pin_run_as_build:
24+
openblas:
25+
max_pin: x.x.x
26+
python:
27+
min_pin: x.x
28+
max_pin: x.x
29+
python:
30+
- '2.7'
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
BUILD:
2+
- aarch64-conda_cos7-linux-gnu
3+
c_compiler:
4+
- gcc
5+
cdt_arch:
6+
- aarch64
7+
cdt_name:
8+
- cos7
9+
channel_sources:
10+
- conda-forge,c4aarch64,defaults
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- gxx
15+
docker_image:
16+
- condaforge/linux-anvil-aarch64
17+
fortran_compiler:
18+
- gfortran
19+
numpy:
20+
- '1.11'
21+
openblas:
22+
- 0.3.5
23+
pin_run_as_build:
24+
openblas:
25+
max_pin: x.x.x
26+
python:
27+
min_pin: x.x
28+
max_pin: x.x
29+
python:
30+
- '3.6'
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
BUILD:
2+
- aarch64-conda_cos7-linux-gnu
3+
c_compiler:
4+
- gcc
5+
cdt_arch:
6+
- aarch64
7+
cdt_name:
8+
- cos7
9+
channel_sources:
10+
- conda-forge,c4aarch64,defaults
11+
channel_targets:
12+
- conda-forge main
13+
cxx_compiler:
14+
- gxx
15+
docker_image:
16+
- condaforge/linux-anvil-aarch64
17+
fortran_compiler:
18+
- gfortran
19+
numpy:
20+
- '1.11'
21+
openblas:
22+
- 0.3.5
23+
pin_run_as_build:
24+
openblas:
25+
max_pin: x.x.x
26+
python:
27+
min_pin: x.x
28+
max_pin: x.x
29+
python:
30+
- '3.7'
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
c_compiler:
2+
- gcc
3+
channel_sources:
4+
- conda-forge,defaults
5+
channel_targets:
6+
- conda-forge main
7+
cxx_compiler:
8+
- gxx
9+
docker_image:
10+
- condaforge/linux-anvil-ppc64le
11+
fortran_compiler:
12+
- gfortran
13+
numpy:
14+
- '1.11'
15+
openblas:
16+
- 0.3.5
17+
pin_run_as_build:
18+
openblas:
19+
max_pin: x.x.x
20+
python:
21+
min_pin: x.x
22+
max_pin: x.x
23+
python:
24+
- '2.7'
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
c_compiler:
2+
- gcc
3+
channel_sources:
4+
- conda-forge,defaults
5+
channel_targets:
6+
- conda-forge main
7+
cxx_compiler:
8+
- gxx
9+
docker_image:
10+
- condaforge/linux-anvil-ppc64le
11+
fortran_compiler:
12+
- gfortran
13+
numpy:
14+
- '1.11'
15+
openblas:
16+
- 0.3.5
17+
pin_run_as_build:
18+
openblas:
19+
max_pin: x.x.x
20+
python:
21+
min_pin: x.x
22+
max_pin: x.x
23+
python:
24+
- '3.6'
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
c_compiler:
2+
- gcc
3+
channel_sources:
4+
- conda-forge,defaults
5+
channel_targets:
6+
- conda-forge main
7+
cxx_compiler:
8+
- gxx
9+
docker_image:
10+
- condaforge/linux-anvil-ppc64le
11+
fortran_compiler:
12+
- gfortran
13+
numpy:
14+
- '1.11'
15+
openblas:
16+
- 0.3.5
17+
pin_run_as_build:
18+
openblas:
19+
max_pin: x.x.x
20+
python:
21+
min_pin: x.x
22+
max_pin: x.x
23+
python:
24+
- '3.7'

0 commit comments

Comments
 (0)