Skip to content

Commit 6ace868

Browse files
committed
MNT: Re-rendered with conda-smithy 3.1.12 and pinning 2018.09.27
1 parent 52bc420 commit 6ace868

7 files changed

+23
-13
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
secure: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1
1010

1111
matrix:
12-
- CONFIG: win_c_compilervs2015cxx_compilervs2015vc14
12+
- CONFIG: win_c_compilervs2015cxx_compilervs2015target_platformwin-64vc14
1313
CONDA_INSTALL_LOCN: C:\Miniconda36-x64
1414

1515

.ci_support/linux_c_compilergcccxx_compilergxx.yaml renamed to .ci_support/linux_c_compilergcccxx_compilergxxtarget_platformlinux-64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ readline:
4141
- '7.0'
4242
sqlite:
4343
- '3'
44+
target_platform:
45+
- linux-64
4446
tk:
4547
- '8.6'
4648
xz:

.ci_support/linux_c_compilertoolchain_ccxx_compilertoolchain_cxx.yaml renamed to .ci_support/linux_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformlinux-64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ readline:
4141
- '7.0'
4242
sqlite:
4343
- '3'
44+
target_platform:
45+
- linux-64
4446
tk:
4547
- '8.6'
4648
xz:

.ci_support/osx_c_compilerclangcxx_compilerclangxx.yaml renamed to .ci_support/osx_c_compilerclangcxx_compilerclangxxtarget_platformosx-64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ readline:
4141
- '7.0'
4242
sqlite:
4343
- '3'
44+
target_platform:
45+
- osx-64
4446
tk:
4547
- '8.6'
4648
xz:

.ci_support/osx_c_compilertoolchain_ccxx_compilertoolchain_cxx.yaml renamed to .ci_support/osx_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformosx-64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ readline:
4141
- '7.0'
4242
sqlite:
4343
- '3'
44+
target_platform:
45+
- osx-64
4446
tk:
4547
- '8.6'
4648
xz:

.ci_support/win_c_compilervs2015cxx_compilervs2015vc14.yaml renamed to .ci_support/win_c_compilervs2015cxx_compilervs2015target_platformwin-64vc14.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ pin_run_as_build:
1313
max_pin: x
1414
vc:
1515
max_pin: x
16+
target_platform:
17+
- win-64
1618
vc:
1719
- '14'
1820
zip_keys:

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2
22

33
jobs:
4-
build_linux_c_compilergcccxx_compilergxx:
4+
build_linux_c_compilergcccxx_compilergxxtarget_platformlinux-64:
55
working_directory: ~/test
66
machine: true
77
environment:
8-
- CONFIG: "linux_c_compilergcccxx_compilergxx"
8+
- CONFIG: "linux_c_compilergcccxx_compilergxxtarget_platformlinux-64"
99
steps:
1010
- checkout
1111
- run:
@@ -18,11 +18,11 @@ jobs:
1818
- run:
1919
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
2020
command: ./.circleci/run_docker_build.sh
21-
build_linux_c_compilertoolchain_ccxx_compilertoolchain_cxx:
21+
build_linux_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformlinux-64:
2222
working_directory: ~/test
2323
machine: true
2424
environment:
25-
- CONFIG: "linux_c_compilertoolchain_ccxx_compilertoolchain_cxx"
25+
- CONFIG: "linux_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformlinux-64"
2626
steps:
2727
- checkout
2828
- run:
@@ -35,12 +35,12 @@ jobs:
3535
- run:
3636
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
3737
command: ./.circleci/run_docker_build.sh
38-
build_osx_c_compilerclangcxx_compilerclangxx:
38+
build_osx_c_compilerclangcxx_compilerclangxxtarget_platformosx-64:
3939
working_directory: ~/test
4040
macos:
4141
xcode: "9.0"
4242
environment:
43-
- CONFIG: "osx_c_compilerclangcxx_compilerclangxx"
43+
- CONFIG: "osx_c_compilerclangcxx_compilerclangxxtarget_platformosx-64"
4444
steps:
4545
- checkout
4646
- run:
@@ -51,12 +51,12 @@ jobs:
5151
- run:
5252
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
5353
command: ./.circleci/run_osx_build.sh
54-
build_osx_c_compilertoolchain_ccxx_compilertoolchain_cxx:
54+
build_osx_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformosx-64:
5555
working_directory: ~/test
5656
macos:
5757
xcode: "9.0"
5858
environment:
59-
- CONFIG: "osx_c_compilertoolchain_ccxx_compilertoolchain_cxx"
59+
- CONFIG: "osx_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformosx-64"
6060
steps:
6161
- checkout
6262
- run:
@@ -72,7 +72,7 @@ workflows:
7272
version: 2
7373
build_and_test:
7474
jobs:
75-
- build_linux_c_compilergcccxx_compilergxx
76-
- build_linux_c_compilertoolchain_ccxx_compilertoolchain_cxx
77-
- build_osx_c_compilerclangcxx_compilerclangxx
78-
- build_osx_c_compilertoolchain_ccxx_compilertoolchain_cxx
75+
- build_linux_c_compilergcccxx_compilergxxtarget_platformlinux-64
76+
- build_linux_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformlinux-64
77+
- build_osx_c_compilerclangcxx_compilerclangxxtarget_platformosx-64
78+
- build_osx_c_compilertoolchain_ccxx_compilertoolchain_cxxtarget_platformosx-64

0 commit comments

Comments
 (0)