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 Python 3.7, GCC 7, R 3.5.1, openBLAS 0.3.2 #8

Closed
wants to merge 3 commits into from
Closed
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
11 changes: 7 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ environment:
secure: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1

matrix:
- CONFIG: win_c_compilervs2015python3.5
- CONFIG: win_c_compilervs2008python2.7
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

- CONFIG: win_c_compilervs2015python3.6
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

- CONFIG: win_c_compilervs2015python3.7
CONDA_INSTALL_LOCN: C:\Miniconda36-x64


# We always use a 64-bit machine, but can build x86 distributions
# with the TARGET_ARCH variable.
Expand All @@ -24,7 +27,7 @@ platform:
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/ff_ci_pr_build.py', 'ff_ci_pr_build.py')"
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/conda-forge/conda-forge-ci-setup-feedstock/branch2.0/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%"
del ff_ci_pr_build.py

Expand All @@ -44,7 +47,7 @@ install:
- cmd: conda.exe config --add channels conda-forge

# Configure the VM.
- cmd: conda.exe install -n root --quiet --yes conda-forge-ci-setup=1
- cmd: conda.exe install -n root --quiet --yes conda-forge-ci-setup=2
- cmd: run_conda_forge_build_setup

# Skip .NET project specific build phase.
Expand All @@ -53,4 +56,4 @@ build: off
test_script:
- conda.exe build recipe -m .ci_support\%CONFIG%.yaml --quiet
deploy_script:
- cmd: upload_or_check_non_existence .\recipe conda-forge --channel=main -m .ci_support\%CONFIG%.yaml
- cmd: upload_package .\ .\recipe .ci_support\%CONFIG%.yaml
22 changes: 22 additions & 0 deletions .ci_support/linux_c_compilergccpython2.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
build_number_decrement:
- '0'
c_compiler:
- gcc
channel_sources:
- conda-forge/label/gcc7,defaults
channel_targets:
- conda-forge gcc7
docker_image:
- condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- docker_image
- build_number_decrement
22 changes: 22 additions & 0 deletions .ci_support/linux_c_compilergccpython3.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
build_number_decrement:
- '0'
c_compiler:
- gcc
channel_sources:
- conda-forge/label/gcc7,defaults
channel_targets:
- conda-forge gcc7
docker_image:
- condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- docker_image
- build_number_decrement
22 changes: 22 additions & 0 deletions .ci_support/linux_c_compilergccpython3.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
build_number_decrement:
- '0'
c_compiler:
- gcc
channel_sources:
- conda-forge/label/gcc7,defaults
channel_targets:
- conda-forge gcc7
docker_image:
- condaforge/linux-anvil-comp7
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- docker_image
- build_number_decrement
22 changes: 22 additions & 0 deletions .ci_support/linux_c_compilertoolchain_cpython2.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
build_number_decrement:
- '1000'
c_compiler:
- toolchain_c
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- docker_image
- build_number_decrement
22 changes: 22 additions & 0 deletions .ci_support/linux_c_compilertoolchain_cpython3.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
build_number_decrement:
- '1000'
c_compiler:
- toolchain_c
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- docker_image
- build_number_decrement
22 changes: 22 additions & 0 deletions .ci_support/linux_c_compilertoolchain_cpython3.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
build_number_decrement:
- '1000'
c_compiler:
- toolchain_c
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
docker_image:
- condaforge/linux-anvil
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- docker_image
- build_number_decrement
10 changes: 0 additions & 10 deletions .ci_support/linux_python2.7.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .ci_support/linux_python3.5.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .ci_support/linux_python3.6.yaml

This file was deleted.

25 changes: 25 additions & 0 deletions .ci_support/osx_c_compilerclangpython2.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
build_number_decrement:
- '0'
c_compiler:
- clang
channel_sources:
- conda-forge/label/gcc7,defaults
channel_targets:
- conda-forge gcc7
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- build_number_decrement
25 changes: 25 additions & 0 deletions .ci_support/osx_c_compilerclangpython3.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
build_number_decrement:
- '0'
c_compiler:
- clang
channel_sources:
- conda-forge/label/gcc7,defaults
channel_targets:
- conda-forge gcc7
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- build_number_decrement
25 changes: 25 additions & 0 deletions .ci_support/osx_c_compilerclangpython3.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
build_number_decrement:
- '0'
c_compiler:
- clang
channel_sources:
- conda-forge/label/gcc7,defaults
channel_targets:
- conda-forge gcc7
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- build_number_decrement
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
build_number_decrement:
- '1000'
c_compiler:
- toolchain_c
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.9'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '2.7'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- build_number_decrement
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
build_number_decrement:
- '1000'
c_compiler:
- toolchain_c
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.9'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.6'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- build_number_decrement
25 changes: 25 additions & 0 deletions .ci_support/osx_c_compilertoolchain_cpython3.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
build_number_decrement:
- '1000'
c_compiler:
- toolchain_c
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- '3.7'
zip_keys:
- - c_compiler
- channel_sources
- channel_targets
- build_number_decrement
16 changes: 0 additions & 16 deletions .ci_support/osx_python3.5.yaml

This file was deleted.

Loading