From 7a06ca497a5050788f2564988bb432de7017a9a1 Mon Sep 17 00:00:00 2001 From: Chris Harris Date: Thu, 30 Jul 2020 14:57:07 -0400 Subject: [PATCH 01/13] Use latest Mac OS X SDK Set WITH_LATEST_OSX_SDK so that the latest SDK is used. --- .ci_support/osx_python3.6.____cpythontarget_platformosx-64.yaml | 2 ++ .ci_support/osx_python3.7.____cpythontarget_platformosx-64.yaml | 2 ++ .ci_support/osx_python3.8.____cpythontarget_platformosx-64.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.ci_support/osx_python3.6.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_python3.6.____cpythontarget_platformosx-64.yaml index 3d4645d10..6faa8c09e 100644 --- a/.ci_support/osx_python3.6.____cpythontarget_platformosx-64.yaml +++ b/.ci_support/osx_python3.6.____cpythontarget_platformosx-64.yaml @@ -1,3 +1,5 @@ +WITH_LATEST_OSX_SDK: +- '1' MACOSX_DEPLOYMENT_TARGET: - '10.9' bzip2: diff --git a/.ci_support/osx_python3.7.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_python3.7.____cpythontarget_platformosx-64.yaml index 8ad50d758..bd03ce86b 100644 --- a/.ci_support/osx_python3.7.____cpythontarget_platformosx-64.yaml +++ b/.ci_support/osx_python3.7.____cpythontarget_platformosx-64.yaml @@ -1,3 +1,5 @@ +WITH_LATEST_OSX_SDK: +- '1' MACOSX_DEPLOYMENT_TARGET: - '10.9' bzip2: diff --git a/.ci_support/osx_python3.8.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_python3.8.____cpythontarget_platformosx-64.yaml index 99dc9d69d..b5f81131c 100644 --- a/.ci_support/osx_python3.8.____cpythontarget_platformosx-64.yaml +++ b/.ci_support/osx_python3.8.____cpythontarget_platformosx-64.yaml @@ -1,3 +1,5 @@ +WITH_LATEST_OSX_SDK: +- '1' MACOSX_DEPLOYMENT_TARGET: - '10.9' bzip2: From b6322464b11ac6a1744fdae7acbff89457069fbf Mon Sep 17 00:00:00 2001 From: Chris Harris Date: Thu, 30 Jul 2020 15:26:27 -0400 Subject: [PATCH 02/13] Increment build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c0fb16cc0..cf068badf 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -78,7 +78,7 @@ source: build: - number: 1 + number: 2 # Windows has issues updating python if conda is using files itself. # Copy rather than link. no_link: From c83933fe37734434d18c66f6ce228e29293329d6 Mon Sep 17 00:00:00 2001 From: conda-forge-linter Date: Thu, 30 Jul 2020 19:32:55 +0000 Subject: [PATCH 03/13] MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.7.5, and conda-forge-pinning 2020.07.30.14.05.10 --- .azure-pipelines/azure-pipelines-linux.yml | 12 ++--- .azure-pipelines/azure-pipelines-osx.yml | 12 ++--- .azure-pipelines/azure-pipelines-win.yml | 4 +- ...6.____cpythontarget_platformlinux-64.yaml} | 0 ...7.____cpythontarget_platformlinux-64.yaml} | 0 ...8.____cpythontarget_platformlinux-64.yaml} | 0 ...3.6.____cpythontarget_platformosx-64.yaml} | 2 - ...3.7.____cpythontarget_platformosx-64.yaml} | 2 - ...3.8.____cpythontarget_platformosx-64.yaml} | 2 - ...yaml => win_64_target_platformwin-64.yaml} | 0 LICENSE.txt | 2 +- README.md | 52 +++++++++---------- azure-pipelines.yml | 4 +- 13 files changed, 43 insertions(+), 49 deletions(-) rename .ci_support/{linux_python3.6.____cpythontarget_platformlinux-64.yaml => linux_64_python3.6.____cpythontarget_platformlinux-64.yaml} (100%) rename .ci_support/{linux_python3.7.____cpythontarget_platformlinux-64.yaml => linux_64_python3.7.____cpythontarget_platformlinux-64.yaml} (100%) rename .ci_support/{linux_python3.8.____cpythontarget_platformlinux-64.yaml => linux_64_python3.8.____cpythontarget_platformlinux-64.yaml} (100%) rename .ci_support/{osx_python3.6.____cpythontarget_platformosx-64.yaml => osx_64_python3.6.____cpythontarget_platformosx-64.yaml} (96%) rename .ci_support/{osx_python3.7.____cpythontarget_platformosx-64.yaml => osx_64_python3.7.____cpythontarget_platformosx-64.yaml} (96%) rename .ci_support/{osx_python3.8.____cpythontarget_platformosx-64.yaml => osx_64_python3.8.____cpythontarget_platformosx-64.yaml} (96%) rename .ci_support/{win_target_platformwin-64.yaml => win_64_target_platformwin-64.yaml} (100%) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 56b4f4fe5..95c0c5994 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,16 +8,16 @@ jobs: vmImage: ubuntu-16.04 strategy: matrix: - linux_python3.6.____cpythontarget_platformlinux-64: - CONFIG: linux_python3.6.____cpythontarget_platformlinux-64 + linux_64_python3.6.____cpythontarget_platformlinux-64: + CONFIG: linux_64_python3.6.____cpythontarget_platformlinux-64 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.7.____cpythontarget_platformlinux-64: - CONFIG: linux_python3.7.____cpythontarget_platformlinux-64 + linux_64_python3.7.____cpythontarget_platformlinux-64: + CONFIG: linux_64_python3.7.____cpythontarget_platformlinux-64 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_python3.8.____cpythontarget_platformlinux-64: - CONFIG: linux_python3.8.____cpythontarget_platformlinux-64 + linux_64_python3.8.____cpythontarget_platformlinux-64: + CONFIG: linux_64_python3.8.____cpythontarget_platformlinux-64 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: condaforge/linux-anvil-comp7 maxParallel: 8 diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 9f0989404..ba6706c1a 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -8,14 +8,14 @@ jobs: vmImage: macOS-10.14 strategy: matrix: - osx_python3.6.____cpythontarget_platformosx-64: - CONFIG: osx_python3.6.____cpythontarget_platformosx-64 + osx_64_python3.6.____cpythontarget_platformosx-64: + CONFIG: osx_64_python3.6.____cpythontarget_platformosx-64 UPLOAD_PACKAGES: 'True' - osx_python3.7.____cpythontarget_platformosx-64: - CONFIG: osx_python3.7.____cpythontarget_platformosx-64 + osx_64_python3.7.____cpythontarget_platformosx-64: + CONFIG: osx_64_python3.7.____cpythontarget_platformosx-64 UPLOAD_PACKAGES: 'True' - osx_python3.8.____cpythontarget_platformosx-64: - CONFIG: osx_python3.8.____cpythontarget_platformosx-64 + osx_64_python3.8.____cpythontarget_platformosx-64: + CONFIG: osx_64_python3.8.____cpythontarget_platformosx-64 UPLOAD_PACKAGES: 'True' maxParallel: 8 timeoutInMinutes: 360 diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index fe3c01952..db39526c3 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -8,8 +8,8 @@ jobs: vmImage: vs2017-win2016 strategy: matrix: - win_target_platformwin-64: - CONFIG: win_target_platformwin-64 + win_64_target_platformwin-64: + CONFIG: win_64_target_platformwin-64 UPLOAD_PACKAGES: 'True' maxParallel: 4 timeoutInMinutes: 360 diff --git a/.ci_support/linux_python3.6.____cpythontarget_platformlinux-64.yaml b/.ci_support/linux_64_python3.6.____cpythontarget_platformlinux-64.yaml similarity index 100% rename from .ci_support/linux_python3.6.____cpythontarget_platformlinux-64.yaml rename to .ci_support/linux_64_python3.6.____cpythontarget_platformlinux-64.yaml diff --git a/.ci_support/linux_python3.7.____cpythontarget_platformlinux-64.yaml b/.ci_support/linux_64_python3.7.____cpythontarget_platformlinux-64.yaml similarity index 100% rename from .ci_support/linux_python3.7.____cpythontarget_platformlinux-64.yaml rename to .ci_support/linux_64_python3.7.____cpythontarget_platformlinux-64.yaml diff --git a/.ci_support/linux_python3.8.____cpythontarget_platformlinux-64.yaml b/.ci_support/linux_64_python3.8.____cpythontarget_platformlinux-64.yaml similarity index 100% rename from .ci_support/linux_python3.8.____cpythontarget_platformlinux-64.yaml rename to .ci_support/linux_64_python3.8.____cpythontarget_platformlinux-64.yaml diff --git a/.ci_support/osx_python3.6.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml similarity index 96% rename from .ci_support/osx_python3.6.____cpythontarget_platformosx-64.yaml rename to .ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml index 6faa8c09e..3d4645d10 100644 --- a/.ci_support/osx_python3.6.____cpythontarget_platformosx-64.yaml +++ b/.ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml @@ -1,5 +1,3 @@ -WITH_LATEST_OSX_SDK: -- '1' MACOSX_DEPLOYMENT_TARGET: - '10.9' bzip2: diff --git a/.ci_support/osx_python3.7.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_64_python3.7.____cpythontarget_platformosx-64.yaml similarity index 96% rename from .ci_support/osx_python3.7.____cpythontarget_platformosx-64.yaml rename to .ci_support/osx_64_python3.7.____cpythontarget_platformosx-64.yaml index bd03ce86b..8ad50d758 100644 --- a/.ci_support/osx_python3.7.____cpythontarget_platformosx-64.yaml +++ b/.ci_support/osx_64_python3.7.____cpythontarget_platformosx-64.yaml @@ -1,5 +1,3 @@ -WITH_LATEST_OSX_SDK: -- '1' MACOSX_DEPLOYMENT_TARGET: - '10.9' bzip2: diff --git a/.ci_support/osx_python3.8.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml similarity index 96% rename from .ci_support/osx_python3.8.____cpythontarget_platformosx-64.yaml rename to .ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml index b5f81131c..99dc9d69d 100644 --- a/.ci_support/osx_python3.8.____cpythontarget_platformosx-64.yaml +++ b/.ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml @@ -1,5 +1,3 @@ -WITH_LATEST_OSX_SDK: -- '1' MACOSX_DEPLOYMENT_TARGET: - '10.9' bzip2: diff --git a/.ci_support/win_target_platformwin-64.yaml b/.ci_support/win_64_target_platformwin-64.yaml similarity index 100% rename from .ci_support/win_target_platformwin-64.yaml rename to .ci_support/win_64_target_platformwin-64.yaml diff --git a/LICENSE.txt b/LICENSE.txt index cba42cffc..5f302793a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ BSD 3-clause license -Copyright (c) 2015-2019, conda-forge +Copyright (c) 2015-2020, conda-forge contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 2d088cfe2..efb93dabd 100644 --- a/README.md +++ b/README.md @@ -49,94 +49,94 @@ Current build status - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e5306da98..6b346f505 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,5 +4,5 @@ jobs: - template: ./.azure-pipelines/azure-pipelines-linux.yml - - template: ./.azure-pipelines/azure-pipelines-osx.yml - - template: ./.azure-pipelines/azure-pipelines-win.yml \ No newline at end of file + - template: ./.azure-pipelines/azure-pipelines-win.yml + - template: ./.azure-pipelines/azure-pipelines-osx.yml \ No newline at end of file From dc728b75bd2bc73c0e1cc4649dcf55f5661692d8 Mon Sep 17 00:00:00 2001 From: Chris Harris Date: Mon, 10 Aug 2020 10:35:43 -0400 Subject: [PATCH 04/13] Adapt to depreciation of WITH_LATEST_OSX_SDK --- .../osx_64_python3.6.____cpythontarget_platformosx-64.yaml | 2 ++ .../osx_64_python3.7.____cpythontarget_platformosx-64.yaml | 2 ++ .../osx_64_python3.8.____cpythontarget_platformosx-64.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml index 3d4645d10..2288fd081 100644 --- a/.ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml +++ b/.ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml @@ -1,3 +1,5 @@ +MACOSX_SDK_VERSION: +- '10.15' MACOSX_DEPLOYMENT_TARGET: - '10.9' bzip2: diff --git a/.ci_support/osx_64_python3.7.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_64_python3.7.____cpythontarget_platformosx-64.yaml index 8ad50d758..5a24f74b8 100644 --- a/.ci_support/osx_64_python3.7.____cpythontarget_platformosx-64.yaml +++ b/.ci_support/osx_64_python3.7.____cpythontarget_platformosx-64.yaml @@ -1,3 +1,5 @@ +MACOSX_SDK_VERSION: +- '10.15' MACOSX_DEPLOYMENT_TARGET: - '10.9' bzip2: diff --git a/.ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml index 99dc9d69d..c591cf476 100644 --- a/.ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml +++ b/.ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml @@ -1,3 +1,5 @@ +MACOSX_SDK_VERSION: +- '10.15' MACOSX_DEPLOYMENT_TARGET: - '10.9' bzip2: From 3af3493efca78bafe511d3eccf3d592eb94e2667 Mon Sep 17 00:00:00 2001 From: Matthew R Becker Date: Thu, 30 Jul 2020 21:43:06 -0400 Subject: [PATCH 05/13] ENH new sysroot for 3.8 (#370) * ENH new sysroot for 3.8 * MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.7.5, and conda-forge-pinning 2020.07.29.10.14.20 * Fix CMake test Co-authored-by: conda-forge-linter Co-authored-by: Uwe L. Korn --- recipe/meta.yaml | 2 +- .../_sysconfigdata_aarch64_conda_linux_gnu.py | 805 ++++++++++++++++++ .../_sysconfigdata_i686_conda_linux_gnu.py | 773 +++++++++++++++++ ...sconfigdata_powerpc64le_conda_linux_gnu.py | 788 +++++++++++++++++ .../_sysconfigdata_x86_64_conda_linux_gnu.py | 773 +++++++++++++++++ recipe/tests/cmake/CMakeLists.txt | 2 +- 6 files changed, 3141 insertions(+), 2 deletions(-) create mode 100644 recipe/sysconfigdata/_sysconfigdata_aarch64_conda_linux_gnu.py create mode 100644 recipe/sysconfigdata/_sysconfigdata_i686_conda_linux_gnu.py create mode 100644 recipe/sysconfigdata/_sysconfigdata_powerpc64le_conda_linux_gnu.py create mode 100644 recipe/sysconfigdata/_sysconfigdata_x86_64_conda_linux_gnu.py diff --git a/recipe/meta.yaml b/recipe/meta.yaml index cf068badf..54c7b2338 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -172,7 +172,7 @@ test: - python3-config --help # [not win] - python -m venv %%TEMP%%\venv # [win] - python -c "import sysconfig; print(sysconfig.get_config_var('CC'))" # [not win] - - _CONDA_PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_x86_64_conda_cos6_linux_gnu python -c "import sysconfig; print(sysconfig.get_config_var('CC'))" # [linux64] + - _CONDA_PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_x86_64_conda_linux_gnu python -c "import sysconfig; print(sysconfig.get_config_var('CC'))" # [linux64] # check for unreplaced @ symbols in sysconfig files - for f in ${CONDA_PREFIX}/lib/python*/_sysconfig*.py; do echo "Checking $f:"; if [[ `rg @ $f` ]]; then echo "FAILED ON $f"; cat $f; exit 1; fi; done # [linux64 or osx] - pushd tests diff --git a/recipe/sysconfigdata/_sysconfigdata_aarch64_conda_linux_gnu.py b/recipe/sysconfigdata/_sysconfigdata_aarch64_conda_linux_gnu.py new file mode 100644 index 000000000..fa5f29a26 --- /dev/null +++ b/recipe/sysconfigdata/_sysconfigdata_aarch64_conda_linux_gnu.py @@ -0,0 +1,805 @@ +# system configuration generated and used by the sysconfig module +build_time_vars = {'ABIFLAGS': '@ABIFLAGS@', + 'AC_APPLE_UNIVERSAL_BUILD': 0, + 'AIX_GENUINE_CPLUSPLUS': 0, + 'ANDROID_API_LEVEL': 0, + 'AR': 'aarch64-conda-linux-gnu-ar', + 'ARFLAGS': 'rc', + 'BASECFLAGS': '-Wno-unused-result -Wsign-compare', + 'BASECPPFLAGS': '-IObjects -IInclude -IPython', + 'BASEMODLIBS': '', + 'BINDIR': '/opt/anaconda1anaconda2anaconda3/bin', + 'BINLIBDEST': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'BLDLIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'BLDSHARED': 'aarch64-conda-linux-gnu-gcc -pthread -shared -Wl,-O2 ' + '-Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ' + '', + 'BUILDEXE': '', + 'BUILDPYTHON': 'python', + 'BUILD_GNU_TYPE': 'aarch64-conda-linux-gnu', + 'BYTESTR_DEPS': '\\', + 'CC': 'aarch64-conda-linux-gnu-gcc -pthread', + 'CCSHARED': '-fPIC', + 'CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall ' + '-Wstrict-prototypes -ftree-vectorize ' + '-fPIC -fstack-protector-strong -fno-plt -O2 -pipe ' + '-ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + '', + 'CFLAGSFORSHARED': '', + 'CFLAGS_ALIASING': '', + 'CONFIGFILES': 'configure configure.ac acconfig.h pyconfig.h.in ' + 'Makefile.pre.in', + 'CONFIGURE_CFLAGS': '-ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ', + 'CONFIGURE_CFLAGS_NODIST': '-std=c99 -Wextra -Wno-unused-result ' + '-Wno-unused-parameter ' + '-Wno-missing-field-initializers', + 'CONFIGURE_CPPFLAGS': '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'CONFIGURE_LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib', + 'CONFIG_ARGS': "'--prefix=/opt/anaconda1anaconda2anaconda3' " + "'--build=aarch64-conda-linux-gnu' " + "'--host=aarch64-conda-linux-gnu' '--enable-ipv6' " + "'--with-ensurepip=no' '--with-computed-gotos' " + "'--with-system-ffi' '--enable-loadable-sqlite-extensions' " + "'--with-tcltk-includes=-I/opt/anaconda1anaconda2anaconda3/include' " + "'--with-tcltk-libs=-L/opt/anaconda1anaconda2anaconda3/lib " + "-ltcl@TCLTK_VER@ -ltk@TCLTK_VER@' '--enable-optimizations' '--with-lto' " + "'--disable-shared' " + "'build_alias=aarch64-conda-linux-gnu' " + "'host_alias=aarch64-conda-linux-gnu' " + "'CC=aarch64-conda-linux-gnu-gcc' " + "'CFLAGS=-ftree-vectorize -fPIC " + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' ' + " ' 'LDFLAGS=-Wl,-O2 " + '-Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + "-L/opt/anaconda1anaconda2anaconda3/lib' " + "'CPPFLAGS=-D_FORTIFY_SOURCE=2 -O2 " + "-I/opt/anaconda1anaconda2anaconda3/include' " + "'CPP=/opt/anaconda1anaconda2anaconda3/bin/aarch64-conda-linux-gnu-cpp' " + "'PKG_CONFIG_PATH=/opt/anaconda1anaconda2anaconda3/lib/pkgconfig'", + 'CONFINCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'CONFINCLUDEPY': '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'COREPYTHONPATH': ':', + 'COVERAGE_INFO': '/opt/conda/conda-bld/python_1512347718438/work/build-static/coverage.info', + 'COVERAGE_REPORT': '/opt/conda/conda-bld/python_1512347718438/work/build-static/lcov-report', + 'COVERAGE_REPORT_OPTIONS': '--no-branch-coverage --title "CPython lcov ' + 'report"', + 'CPPFLAGS': '-IObjects -IInclude -IPython -I. ' + '-I/opt/conda/conda-bld/python_1512347718438/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'CXX': 'aarch64-conda-linux-gnu-c++ -pthread', + 'DESTDIRS': '/opt/anaconda1anaconda2anaconda3 ' + '/opt/anaconda1anaconda2anaconda3/lib ' + '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@ ' + '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/lib-dynload', + 'DESTLIB': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'DESTPATH': '', + 'DESTSHARED': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/lib-dynload', + 'DFLAGS': '', + 'DIRMODE': 755, + 'DIST': 'README ChangeLog configure configure.ac acconfig.h pyconfig.h.in ' + 'Makefile.pre.in Include Lib Misc Ext-dummy', + 'DISTDIRS': 'Include Lib Misc Ext-dummy', + 'DISTFILES': 'README ChangeLog configure configure.ac acconfig.h ' + 'pyconfig.h.in Makefile.pre.in', + 'DLINCLDIR': '.', + 'DLLLIBRARY': '', + 'DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754': 0, + 'DOUBLE_IS_BIG_ENDIAN_IEEE754': 0, + 'DOUBLE_IS_LITTLE_ENDIAN_IEEE754': 1, + 'DTRACE': '', + 'DTRACE_DEPS': '\\', + 'DTRACE_HEADERS': '', + 'DTRACE_OBJS': '', + 'DYNLOADFILE': 'dynload_shlib.o', + 'ENABLE_IPV6': 1, + 'ENSUREPIP': 'no', + 'EXE': '', + 'EXEMODE': 755, + 'EXTRAMACHDEPPATH': '', + 'EXTRATESTOPTS': '', + 'EXT_SUFFIX': '.cpython-@PYVERNODOTS@@ABIFLAGS@-aarch64-linux-gnu.so', + 'FILEMODE': 644, + 'FLOCK_NEEDS_LIBBSD': 0, + 'GETPGRP_HAVE_ARG': 0, + 'GETTIMEOFDAY_NO_TZ': 0, + 'GITBRANCH': '', + 'GITTAG': '', + 'GITVERSION': '', + 'GNULD': 'yes', + 'HAVE_ACCEPT4': 1, + 'HAVE_ACOSH': 1, + 'HAVE_ADDRINFO': 1, + 'HAVE_ALARM': 1, + 'HAVE_ALIGNED_REQUIRED': 1, + 'HAVE_ALLOCA_H': 1, + 'HAVE_ALTZONE': 0, + 'HAVE_ASINH': 1, + 'HAVE_ASM_TYPES_H': 1, + 'HAVE_ATANH': 1, + 'HAVE_BIND_TEXTDOMAIN_CODESET': 1, + 'HAVE_BLUETOOTH_BLUETOOTH_H': 0, + 'HAVE_BLUETOOTH_H': 0, + 'HAVE_BROKEN_MBSTOWCS': 0, + 'HAVE_BROKEN_NICE': 0, + 'HAVE_BROKEN_PIPE_BUF': 0, + 'HAVE_BROKEN_POLL': 0, + 'HAVE_BROKEN_POSIX_SEMAPHORES': 0, + 'HAVE_BROKEN_PTHREAD_SIGMASK': 0, + 'HAVE_BROKEN_SEM_GETVALUE': 1, + 'HAVE_BROKEN_UNSETENV': 0, + 'HAVE_BUILTIN_ATOMIC': 1, + 'HAVE_CHFLAGS': 0, + 'HAVE_CHOWN': 1, + 'HAVE_CHROOT': 1, + 'HAVE_CLOCK': 1, + 'HAVE_CLOCK_GETRES': 1, + 'HAVE_CLOCK_GETTIME': 1, + 'HAVE_CLOCK_SETTIME': 1, + 'HAVE_COMPUTED_GOTOS': 1, + 'HAVE_CONFSTR': 1, + 'HAVE_CONIO_H': 0, + 'HAVE_COPYSIGN': 1, + 'HAVE_CTERMID': 1, + 'HAVE_CTERMID_R': 0, + 'HAVE_CURSES_FILTER': 1, + 'HAVE_CURSES_H': 1, + 'HAVE_CURSES_HAS_KEY': 1, + 'HAVE_CURSES_IMMEDOK': 1, + 'HAVE_CURSES_IS_PAD': 1, + 'HAVE_CURSES_IS_TERM_RESIZED': 1, + 'HAVE_CURSES_RESIZETERM': 1, + 'HAVE_CURSES_RESIZE_TERM': 1, + 'HAVE_CURSES_SYNCOK': 1, + 'HAVE_CURSES_TYPEAHEAD': 1, + 'HAVE_CURSES_USE_ENV': 1, + 'HAVE_CURSES_WCHGAT': 1, + 'HAVE_DECL_ISFINITE': 1, + 'HAVE_DECL_ISINF': 1, + 'HAVE_DECL_ISNAN': 1, + 'HAVE_DECL_RTLD_DEEPBIND': 1, + 'HAVE_DECL_RTLD_GLOBAL': 1, + 'HAVE_DECL_RTLD_LAZY': 1, + 'HAVE_DECL_RTLD_LOCAL': 1, + 'HAVE_DECL_RTLD_MEMBER': 0, + 'HAVE_DECL_RTLD_NODELETE': 1, + 'HAVE_DECL_RTLD_NOLOAD': 1, + 'HAVE_DECL_RTLD_NOW': 1, + 'HAVE_DECL_TZNAME': 0, + 'HAVE_DEVICE_MACROS': 1, + 'HAVE_DEV_PTC': 1, + 'HAVE_DEV_PTMX': 1, + 'HAVE_DIRECT_H': 0, + 'HAVE_DIRENT_D_TYPE': 1, + 'HAVE_DIRENT_H': 1, + 'HAVE_DIRFD': 1, + 'HAVE_DLFCN_H': 1, + 'HAVE_DLOPEN': 1, + 'HAVE_DUP2': 1, + 'HAVE_DUP3': 1, + 'HAVE_DYNAMIC_LOADING': 1, + 'HAVE_ENDIAN_H': 1, + 'HAVE_EPOLL': 1, + 'HAVE_EPOLL_CREATE1': 1, + 'HAVE_ERF': 1, + 'HAVE_ERFC': 1, + 'HAVE_ERRNO_H': 1, + 'HAVE_EXECV': 1, + 'HAVE_EXPM1': 1, + 'HAVE_FACCESSAT': 1, + 'HAVE_FCHDIR': 1, + 'HAVE_FCHMOD': 1, + 'HAVE_FCHMODAT': 1, + 'HAVE_FCHOWN': 1, + 'HAVE_FCHOWNAT': 1, + 'HAVE_FCNTL_H': 1, + 'HAVE_FDATASYNC': 1, + 'HAVE_FDOPENDIR': 1, + 'HAVE_FEXECVE': 1, + 'HAVE_FINITE': 1, + 'HAVE_FLOCK': 1, + 'HAVE_FORK': 1, + 'HAVE_FORKPTY': 1, + 'HAVE_FPATHCONF': 1, + 'HAVE_FSEEK64': 0, + 'HAVE_FSEEKO': 1, + 'HAVE_FSTATAT': 1, + 'HAVE_FSTATVFS': 1, + 'HAVE_FSYNC': 1, + 'HAVE_FTELL64': 0, + 'HAVE_FTELLO': 1, + 'HAVE_FTIME': 1, + 'HAVE_FTRUNCATE': 1, + 'HAVE_FUTIMENS': 1, + 'HAVE_FUTIMES': 1, + 'HAVE_FUTIMESAT': 1, + 'HAVE_GAI_STRERROR': 1, + 'HAVE_GAMMA': 1, + 'HAVE_GCC_ASM_FOR_MC68881': 0, + 'HAVE_GCC_ASM_FOR_X64': 0, + 'HAVE_GCC_ASM_FOR_X87': 0, + 'HAVE_GCC_UINT128_T': 1, + 'HAVE_GETADDRINFO': 1, + 'HAVE_GETC_UNLOCKED': 1, + 'HAVE_GETENTROPY': 0, + 'HAVE_GETGROUPLIST': 1, + 'HAVE_GETGROUPS': 1, + 'HAVE_GETHOSTBYNAME': 0, + 'HAVE_GETHOSTBYNAME_R': 1, + 'HAVE_GETHOSTBYNAME_R_3_ARG': 0, + 'HAVE_GETHOSTBYNAME_R_5_ARG': 0, + 'HAVE_GETHOSTBYNAME_R_6_ARG': 1, + 'HAVE_GETITIMER': 1, + 'HAVE_GETLOADAVG': 1, + 'HAVE_GETLOGIN': 1, + 'HAVE_GETNAMEINFO': 1, + 'HAVE_GETPAGESIZE': 1, + 'HAVE_GETPEERNAME': 1, + 'HAVE_GETPGID': 1, + 'HAVE_GETPGRP': 1, + 'HAVE_GETPID': 1, + 'HAVE_GETPRIORITY': 1, + 'HAVE_GETPWENT': 1, + 'HAVE_GETRANDOM': 0, + 'HAVE_GETRANDOM_SYSCALL': 0, + 'HAVE_GETRESGID': 1, + 'HAVE_GETRESUID': 1, + 'HAVE_GETSID': 1, + 'HAVE_GETSPENT': 1, + 'HAVE_GETSPNAM': 1, + 'HAVE_GETTIMEOFDAY': 1, + 'HAVE_GETWD': 1, + 'HAVE_GLIBC_MEMMOVE_BUG': 0, + 'HAVE_GRP_H': 1, + 'HAVE_HSTRERROR': 1, + 'HAVE_HTOLE64': 1, + 'HAVE_HYPOT': 1, + 'HAVE_IEEEFP_H': 0, + 'HAVE_IF_NAMEINDEX': 1, + 'HAVE_INET_ATON': 1, + 'HAVE_INET_PTON': 1, + 'HAVE_INITGROUPS': 1, + 'HAVE_INTTYPES_H': 1, + 'HAVE_IO_H': 0, + 'HAVE_IPA_PURE_CONST_BUG': 0, + 'HAVE_KILL': 1, + 'HAVE_KILLPG': 1, + 'HAVE_KQUEUE': 0, + 'HAVE_LANGINFO_H': 1, + 'HAVE_LARGEFILE_SUPPORT': 0, + 'HAVE_LCHFLAGS': 0, + 'HAVE_LCHMOD': 0, + 'HAVE_LCHOWN': 1, + 'HAVE_LGAMMA': 1, + 'HAVE_LIBDL': 1, + 'HAVE_LIBDLD': 0, + 'HAVE_LIBIEEE': 0, + 'HAVE_LIBINTL_H': 1, + 'HAVE_LIBREADLINE': 1, + 'HAVE_LIBRESOLV': 0, + 'HAVE_LIBSENDFILE': 0, + 'HAVE_LIBUTIL_H': 0, + 'HAVE_LINK': 1, + 'HAVE_LINKAT': 1, + 'HAVE_LINUX_CAN_BCM_H': 1, + 'HAVE_LINUX_CAN_H': 1, + 'HAVE_LINUX_CAN_RAW_FD_FRAMES': 1, + 'HAVE_LINUX_CAN_RAW_H': 1, + 'HAVE_LINUX_NETLINK_H': 1, + 'HAVE_LINUX_RANDOM_H': 1, + 'HAVE_LINUX_TIPC_H': 1, + 'HAVE_LINUX_VM_SOCKETS_H': 0, + 'HAVE_LOCKF': 1, + 'HAVE_LOG1P': 1, + 'HAVE_LOG2': 1, + 'HAVE_LONG_DOUBLE': 1, + 'HAVE_LSTAT': 1, + 'HAVE_LUTIMES': 1, + 'HAVE_MAKEDEV': 1, + 'HAVE_MBRTOWC': 1, + 'HAVE_MEMORY_H': 1, + 'HAVE_MEMRCHR': 1, + 'HAVE_MKDIRAT': 1, + 'HAVE_MKFIFO': 1, + 'HAVE_MKFIFOAT': 1, + 'HAVE_MKNOD': 1, + 'HAVE_MKNODAT': 1, + 'HAVE_MKTIME': 1, + 'HAVE_MMAP': 1, + 'HAVE_MREMAP': 1, + 'HAVE_NCURSES_H': 1, + 'HAVE_NDIR_H': 0, + 'HAVE_NETPACKET_PACKET_H': 1, + 'HAVE_NET_IF_H': 1, + 'HAVE_NICE': 1, + 'HAVE_OPENAT': 1, + 'HAVE_OPENPTY': 1, + 'HAVE_PATHCONF': 1, + 'HAVE_PAUSE': 1, + 'HAVE_PIPE2': 1, + 'HAVE_PLOCK': 0, + 'HAVE_POLL': 1, + 'HAVE_POLL_H': 1, + 'HAVE_POSIX_FADVISE': 1, + 'HAVE_POSIX_FALLOCATE': 1, + 'HAVE_POSIX_SPAWN': 1, + 'HAVE_PREAD': 1, + 'HAVE_PREADV': 1, + 'HAVE_PREADV2': 0, + 'HAVE_PRLIMIT': 1, + 'HAVE_PROCESS_H': 0, + 'HAVE_PROTOTYPES': 1, + 'HAVE_PTHREAD_DESTRUCTOR': 0, + 'HAVE_PTHREAD_ATFORK': 1, + 'HAVE_PTHREAD_H': 1, + 'HAVE_PTHREAD_INIT': 0, + 'HAVE_PTHREAD_KILL': 1, + 'HAVE_PTHREAD_SIGMASK': 1, + 'HAVE_PTY_H': 1, + 'HAVE_PUTENV': 1, + 'HAVE_PWRITE': 1, + 'HAVE_PWRITEV': 1, + 'HAVE_PWRITEV2': 0, + 'HAVE_READLINK': 1, + 'HAVE_READLINKAT': 1, + 'HAVE_READV': 1, + 'HAVE_REALPATH': 1, + 'HAVE_RENAMEAT': 1, + 'HAVE_RL_APPEND_HISTORY': 1, + 'HAVE_RL_CATCH_SIGNAL': 1, + 'HAVE_RL_COMPLETION_APPEND_CHARACTER': 1, + 'HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK': 1, + 'HAVE_RL_COMPLETION_MATCHES': 1, + 'HAVE_RL_COMPLETION_SUPPRESS_APPEND': 1, + 'HAVE_RL_PRE_INPUT_HOOK': 1, + 'HAVE_RL_RESIZE_TERMINAL': 1, + 'HAVE_ROUND': 1, + 'HAVE_SCHED_GET_PRIORITY_MAX': 1, + 'HAVE_SCHED_H': 1, + 'HAVE_SCHED_RR_GET_INTERVAL': 1, + 'HAVE_SCHED_SETAFFINITY': 1, + 'HAVE_SCHED_SETPARAM': 1, + 'HAVE_SCHED_SETSCHEDULER': 1, + 'HAVE_SEM_GETVALUE': 1, + 'HAVE_SEM_OPEN': 1, + 'HAVE_SEM_TIMEDWAIT': 1, + 'HAVE_SEM_UNLINK': 1, + 'HAVE_SENDFILE': 1, + 'HAVE_SETEGID': 1, + 'HAVE_SETEUID': 1, + 'HAVE_SETGID': 1, + 'HAVE_SETGROUPS': 1, + 'HAVE_SETHOSTNAME': 1, + 'HAVE_SETITIMER': 1, + 'HAVE_SETLOCALE': 1, + 'HAVE_SETPGID': 1, + 'HAVE_SETPGRP': 1, + 'HAVE_SETPRIORITY': 1, + 'HAVE_SETREGID': 1, + 'HAVE_SETRESGID': 1, + 'HAVE_SETRESUID': 1, + 'HAVE_SETREUID': 1, + 'HAVE_SETSID': 1, + 'HAVE_SETUID': 1, + 'HAVE_SETVBUF': 1, + 'HAVE_SHADOW_H': 1, + 'HAVE_SIGACTION': 1, + 'HAVE_SIGALTSTACK': 1, + 'HAVE_SIGINFO_T_SI_BAND': 1, + 'HAVE_SIGINTERRUPT': 1, + 'HAVE_SIGNAL_H': 1, + 'HAVE_SIGPENDING': 1, + 'HAVE_SIGRELSE': 1, + 'HAVE_SIGTIMEDWAIT': 1, + 'HAVE_SIGWAIT': 1, + 'HAVE_SIGWAITINFO': 1, + 'HAVE_SNPRINTF': 1, + 'HAVE_SOCKADDR_ALG': 1, + 'HAVE_SOCKADDR_SA_LEN': 0, + 'HAVE_SOCKADDR_STORAGE': 1, + 'HAVE_SOCKETPAIR': 1, + 'HAVE_SPAWN_H': 1, + 'HAVE_SSIZE_T': 1, + 'HAVE_STATVFS': 1, + 'HAVE_STAT_TV_NSEC': 1, + 'HAVE_STAT_TV_NSEC2': 0, + 'HAVE_STDARG_PROTOTYPES': 1, + 'HAVE_STDINT_H': 1, + 'HAVE_STDLIB_H': 1, + 'HAVE_STD_ATOMIC': 1, + 'HAVE_STRDUP': 1, + 'HAVE_STRFTIME': 1, + 'HAVE_STRINGS_H': 1, + 'HAVE_STRING_H': 1, + 'HAVE_STRLCPY': 0, + 'HAVE_STROPTS_H': 0, + 'HAVE_STRUCT_PASSWD_PW_GECOS': 1, + 'HAVE_STRUCT_PASSWD_PW_PASSWD': 1, + 'HAVE_STRUCT_STAT_ST_BIRTHTIME': 0, + 'HAVE_STRUCT_STAT_ST_BLKSIZE': 1, + 'HAVE_STRUCT_STAT_ST_BLOCKS': 1, + 'HAVE_STRUCT_STAT_ST_FLAGS': 0, + 'HAVE_STRUCT_STAT_ST_GEN': 0, + 'HAVE_STRUCT_STAT_ST_RDEV': 1, + 'HAVE_STRUCT_TM_TM_ZONE': 1, + 'HAVE_SYMLINK': 1, + 'HAVE_SYMLINKAT': 1, + 'HAVE_SYNC': 1, + 'HAVE_SYSCONF': 1, + 'HAVE_SYSEXITS_H': 1, + 'HAVE_SYS_AUDIOIO_H': 0, + 'HAVE_SYS_BSDTTY_H': 0, + 'HAVE_SYS_DEVPOLL_H': 0, + 'HAVE_SYS_DIR_H': 0, + 'HAVE_SYS_ENDIAN_H': 0, + 'HAVE_SYS_EPOLL_H': 1, + 'HAVE_SYS_EVENT_H': 0, + 'HAVE_SYS_FILE_H': 1, + 'HAVE_SYS_IOCTL_H': 1, + 'HAVE_SYS_KERN_CONTROL_H': 0, + 'HAVE_SYS_LOADAVG_H': 0, + 'HAVE_SYS_LOCK_H': 0, + 'HAVE_SYS_MKDEV_H': 0, + 'HAVE_SYS_MODEM_H': 0, + 'HAVE_SYS_NDIR_H': 0, + 'HAVE_SYS_PARAM_H': 1, + 'HAVE_SYS_POLL_H': 1, + 'HAVE_SYS_RANDOM_H': 0, + 'HAVE_SYS_RESOURCE_H': 1, + 'HAVE_SYS_SELECT_H': 1, + 'HAVE_SYS_SENDFILE_H': 1, + 'HAVE_SYS_SOCKET_H': 1, + 'HAVE_SYS_STATVFS_H': 1, + 'HAVE_SYS_STAT_H': 1, + 'HAVE_SYS_SYSCALL_H': 1, + 'HAVE_SYS_SYSMACROS_H': 1, + 'HAVE_SYS_SYS_DOMAIN_H': 0, + 'HAVE_SYS_TERMIO_H': 0, + 'HAVE_SYS_TIMES_H': 1, + 'HAVE_SYS_TIME_H': 1, + 'HAVE_SYS_TYPES_H': 1, + 'HAVE_SYS_UIO_H': 1, + 'HAVE_SYS_UN_H': 1, + 'HAVE_SYS_UTSNAME_H': 1, + 'HAVE_SYS_WAIT_H': 1, + 'HAVE_SYS_XATTR_H': 1, + 'HAVE_TCGETPGRP': 1, + 'HAVE_TCSETPGRP': 1, + 'HAVE_TEMPNAM': 1, + 'HAVE_TERMIOS_H': 1, + 'HAVE_TERM_H': 1, + 'HAVE_TGAMMA': 1, + 'HAVE_TIMEGM': 1, + 'HAVE_TIMES': 1, + 'HAVE_TMPFILE': 1, + 'HAVE_TMPNAM': 1, + 'HAVE_TMPNAM_R': 1, + 'HAVE_TM_ZONE': 1, + 'HAVE_TRUNCATE': 1, + 'HAVE_TZNAME': 0, + 'HAVE_UCS4_TCL': 0, + 'HAVE_UNAME': 1, + 'HAVE_UNISTD_H': 1, + 'HAVE_UNLINKAT': 1, + 'HAVE_UNSETENV': 1, + 'HAVE_USABLE_WCHAR_T': 0, + 'HAVE_UTIL_H': 0, + 'HAVE_UTIMENSAT': 1, + 'HAVE_UTIMES': 1, + 'HAVE_UTIME_H': 1, + 'HAVE_UUID_CREATE': 0, + 'HAVE_UUID_ENC_BE': 0, + 'HAVE_UUID_GENERATE_TIME_SAFE': 0, + 'HAVE_UUID_H': 0, + 'HAVE_UUID_UUID_H': 0, + 'HAVE_WAIT3': 1, + 'HAVE_WAIT4': 1, + 'HAVE_WAITID': 1, + 'HAVE_WAITPID': 1, + 'HAVE_WCHAR_H': 1, + 'HAVE_WCSCOLL': 1, + 'HAVE_WCSFTIME': 1, + 'HAVE_WCSXFRM': 1, + 'HAVE_WMEMCMP': 1, + 'HAVE_WORKING_TZSET': 0, + 'HAVE_WRITEV': 1, + 'HAVE_X509_VERIFY_PARAM_SET1_HOST': 1, + 'HAVE_ZLIB_COPY': 1, + 'HAVE__GETPTY': 0, + 'HOST_GNU_TYPE': 'aarch64-conda-linux-gnu', + 'INCLDIRSTOMAKE': '/opt/anaconda1anaconda2anaconda3/include ' + '/opt/anaconda1anaconda2anaconda3/include ' + '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@ ' + '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'INCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'INCLUDEPY': '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'INSTALL': '/usr/bin/install -c', + 'INSTALL_DATA': '/usr/bin/install -c -m 644', + 'INSTALL_PROGRAM': '/usr/bin/install -c', + 'INSTALL_SCRIPT': '/usr/bin/install -c', + 'INSTALL_SHARED': '/usr/bin/install -c -m 555', + 'INSTSONAME': 'libpython@PYVER@@ABIFLAGS@.a', + 'IO_H': 'Modules/_io/_iomodule.h', + 'IO_OBJS': '\\', + 'LDCXXSHARED': 'aarch64-conda-linux-gnu-c++ -pthread -shared', + 'LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ', + 'LDLAST': '', + 'LDLIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'LDLIBRARYDIR': '', + 'LDSHARED': 'aarch64-conda-linux-gnu-gcc -pthread -shared -Wl,-O2 ' + '-Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ', + 'LDVERSION': '@PYVER@@ABIFLAGS@', + 'LIBC': '', + 'LIBDEST': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'LIBDIR': '/opt/anaconda1anaconda2anaconda3/lib', + 'LIBFFI_INCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'LIBM': '-lm', + 'LIBOBJDIR': 'Python/', + 'LIBOBJS': '', + 'LIBPC': '/opt/anaconda1anaconda2anaconda3/lib/pkgconfig', + 'LIBPL': + '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/config-@PYVER@@ABIFLAGS@-aarch64-linux-gnu', + 'LIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'LIBRARY_OBJS': '\\', + 'LIBRARY_OBJS_OMIT_FROZEN': '\\', + 'LIBS': '-lpthread -ldl -lutil', + 'LIBSUBDIRS': 'tkinter tkinter/test tkinter/test/test_tkinter \\', + 'LINKCC': 'aarch64-conda-linux-gnu-gcc -pthread', + 'LINKFORSHARED': '-Xlinker -export-dynamic', + 'LIPO_32BIT_FLAGS': '', + 'LLVM_PROF_ERR': 'no', + 'LLVM_PROF_FILE': '', + 'LLVM_PROF_MERGER': 'true', + 'LN': 'ln', + 'LOCALMODLIBS': '', + 'LOG1P_DROPS_ZERO_SIGN': 0, + 'MACHDEP': 'linux', + 'MACHDEPPATH': ':', + 'MACHDEP_OBJS': '', + 'MACHDESTLIB': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'MACOSX_DEPLOYMENT_TARGET': '', + 'MAINCC': 'aarch64-conda-linux-gnu-gcc -pthread', + 'MAJOR_IN_MKDEV': 0, + 'MAJOR_IN_SYSMACROS': 0, + 'MAKESETUP': '/opt/conda/conda-bld/python_1512347718438/work/Modules/makesetup', + 'MANDIR': '/opt/anaconda1anaconda2anaconda3/share/man', + 'MKDIR_P': '/usr/bin/mkdir -p', + 'MODBUILT_NAMES': 'posix errno pwd _sre _codecs _weakref _functools ' + '_operator _collections _abc itertools atexit _signal ' + '_stat time _thread _locale _io zipimport ' + 'faulthandler _tracemalloc _symtable xxsubtype', + 'MODDISABLED_NAMES': '', + 'MODLIBS': '', + 'MODOBJS': 'Modules/posixmodule.o Modules/errnomodule.o ' + 'Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o ' + 'Modules/_weakref.o Modules/_functoolsmodule.o ' + 'Modules/_operator.o Modules/_collectionsmodule.o ' + 'Modules/_abc.o Modules/itertoolsmodule.o ' + 'Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o ' + 'Modules/timemodule.o Modules/_threadmodule.o ' + 'Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o ' + 'Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o ' + 'Modules/textio.o Modules/stringio.o Modules/zipimport.o ' + 'Modules/faulthandler.o Modules/_tracemalloc.o ' + 'Modules/hashtable.o Modules/symtablemodule.o ' + 'Modules/xxsubtype.o', + 'MODULE_OBJS': '\\', + 'MULTIARCH': 'aarch64-linux-gnu', + 'MULTIARCH_CPPFLAGS': '-DMULTIARCH=\\"aarch64-linux-gnu\\"', + 'MVWDELCH_IS_EXPRESSION': 1, + 'NO_AS_NEEDED': '-Wl,--no-as-needed', + 'OPENSSL_INCLUDES': '-I/opt/anaconda1anaconda2anaconda3/include', + 'OPENSSL_LDFLAGS': '-L/opt/anaconda1anaconda2anaconda3/lib', + 'OPENSSL_LIBS': '-lssl -lcrypto', + 'OBJECT_OBJS': '\\', + 'OPT': '-DNDEBUG -fwrapv -O2 -Wall -Wstrict-prototypes', + 'OTHER_LIBTOOL_OPT': '', + 'PACKAGE_BUGREPORT': 0, + 'PACKAGE_NAME': 0, + 'PACKAGE_STRING': 0, + 'PACKAGE_TARNAME': 0, + 'PACKAGE_URL': 0, + 'PACKAGE_VERSION': 0, + 'PARSER_HEADERS': '\\', + 'PARSER_OBJS': '\\ Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o', + 'PGEN': 'Parser/pgen', + 'PGENOBJS': '\\ \\', + 'PGOBJS': '\\', + 'PGO_PROF_GEN_FLAG': '-fprofile-generate', + 'PGO_PROF_USE_FLAG': ' ', + 'PLATDIR': '', + 'POBJS': '\\', + 'POSIX_SEMAPHORES_NOT_ENABLED': 0, + 'PROFILE_TASK': '-m test.regrtest --pgo', + 'PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT': 1, + 'PTHREAD_SYSTEM_SCHED_SUPPORTED': 0, + 'PURIFY': '', + 'PY3LIBRARY': '', + 'PYLONG_BITS_IN_DIGIT': 0, + 'PYTHON': 'python', + 'PYTHONFRAMEWORK': '', + 'PYTHONFRAMEWORKDIR': 'no-framework', + 'PYTHONFRAMEWORKINSTALLDIR': '', + 'PYTHONFRAMEWORKPREFIX': '', + 'PYTHONPATH': ':', + 'PYTHON_FOR_BUILD': './python -E', + 'PYTHON_FOR_REGEN': 'python@PYVER@', + 'PYTHON_HEADERS': '\\', + 'PYTHON_OBJS': '\\', + 'PY_BUILD_ENVIRON': '', + 'PY_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall ' + '-Wstrict-prototypes ' + '-ftree-vectorize -fPIC -fstack-protector-strong ' + '-fno-plt -O2 ' + '-pipe ' + ' ' + '-ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' ', + 'PY_CFLAGS_NODIST': '-std=c99 -Wextra -Wno-unused-result ' + '-Wno-unused-parameter -Wno-missing-field-initializers ' + ' ' + '-ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' ' + ' ' + ' ', + 'PY_COERCE_C_LOCALE': 1, + 'PY_CORE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 ' + '-Wall -Wstrict-prototypes ' + '-ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' ' + '-ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' -std=c99 -Wextra ' + '-Wno-unused-result -Wno-unused-parameter ' + '-Wno-missing-field-initializers ' + '-ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' ' + ' ' + ' -IObjects -IInclude ' + '-IPython -I. ' + '-I/opt/conda/conda-bld/python_1512347718438/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-DPy_BUILD_CORE', + 'PY_CPPFLAGS': '-IObjects -IInclude -IPython -I. ' + '-I/opt/conda/conda-bld/python_1512347718438/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'PY_FORMAT_SIZE_T': '"z"', + 'PY_LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ' + '', + 'PY_SSL_DEFAULT_CIPHERS': 1, + 'PY_SSL_DEFAULT_CIPHER_STRING': 0, + 'PY_WARN_ON_C_LOCALE': 1, + 'Py_DEBUG': 0, + 'Py_ENABLE_SHARED': 0, + 'Py_HASH_ALGORITHM': 0, + 'QUICKTESTOPTS': '-x test_subprocess test_io test_lib2to3 \\', + 'RANLIB': 'aarch64-conda-linux-gnu-ranlib', + 'READELF': 'aarch64-conda-linux-gnu-readelf', + 'RESSRCDIR': 'Mac/Resources/framework', + 'RETSIGTYPE': 'void', + 'RUNSHARED': '', + 'SCRIPTDIR': '/opt/anaconda1anaconda2anaconda3/lib', + 'SETPGRP_HAVE_ARG': 0, + 'SGI_ABI': '', + 'SHELL': '/bin/sh', + 'SHLIBS': '-lpthread -ldl -lutil', + 'SHLIB_SUFFIX': '.so', + 'SIGNED_RIGHT_SHIFT_ZERO_FILLS': 0, + 'SITEPATH': '', + 'SIZEOF_DOUBLE': 8, + 'SIZEOF_FLOAT': 4, + 'SIZEOF_FPOS_T': 16, + 'SIZEOF_INT': 4, + 'SIZEOF_LONG': 8, + 'SIZEOF_LONG_DOUBLE': 16, + 'SIZEOF_LONG_LONG': 8, + 'SIZEOF_OFF_T': 8, + 'SIZEOF_PID_T': 4, + 'SIZEOF_PTHREAD_KEY_T': 4, + 'SIZEOF_PTHREAD_T': 8, + 'SIZEOF_SHORT': 2, + 'SIZEOF_SIZE_T': 8, + 'SIZEOF_TIME_T': 8, + 'SIZEOF_UINTPTR_T': 8, + 'SIZEOF_VOID_P': 8, + 'SIZEOF_WCHAR_T': 4, + 'SIZEOF__BOOL': 1, + 'SOABI': 'cpython-@PYVERNODOTS@@ABIFLAGS@-aarch64-linux-gnu', + 'SRCDIRS': 'Parser Grammar Objects Python Modules Mac Programs', + 'SRC_GDB_HOOKS': '/opt/conda/conda-bld/python_1512347718438/work/Tools/gdb/libpython.py', + 'STDC_HEADERS': 1, + 'STRICT_SYSV_CURSES': "/* Don't use ncurses extensions */", + 'STRIPFLAG': '-s', + 'SUBDIRS': '', + 'SUBDIRSTOO': 'Include Lib Misc', + 'SYSLIBS': '-lm', + 'SYS_SELECT_WITH_SYS_TIME': 1, + 'TANH_PRESERVES_ZERO_SIGN': 0, + 'TCLTK_INCLUDES': '-I/opt/anaconda1anaconda2anaconda3/include', + 'TCLTK_LIBS': '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-ltcl@TCLTK_VER@ -ltk@TCLTK_VER@', + 'TESTOPTS': '', + 'TESTPATH': '', + 'TESTPYTHON': './python', + 'TESTPYTHONOPTS': '', + 'TESTRUNNER': './python ' + '/opt/conda/conda-bld/python_1512347718438/work/Tools/scripts/run_tests.py', + 'TESTTIMEOUT': 1200, + 'TIMEMODULE_LIB': 0, + 'TIME_WITH_SYS_TIME': 1, + 'TM_IN_SYS_TIME': 0, + 'UNICODE_DEPS': '\\', + 'UNIVERSALSDK': '', + 'USE_COMPUTED_GOTOS': 1, + 'VERSION': '@PYVER@', + 'VPATH': '/opt/conda/conda-bld/python_1512347718438/work', + 'WINDOW_HAS_FLAGS': 1, + 'WITH_DOC_STRINGS': 1, + 'WITH_DTRACE': 0, + 'WITH_DYLD': 0, + 'WITH_LIBINTL': 0, + 'WITH_NEXT_FRAMEWORK': 0, + 'WITH_PYMALLOC': 1, + 'WITH_VALGRIND': 0, + 'X87_DOUBLE_ROUNDING': 0, + 'XMLLIBSUBDIRS': 'xml xml/dom xml/etree xml/parsers xml/sax', + 'abs_builddir': '/opt/conda/conda-bld/python_1512347718438/work/build-static', + 'abs_srcdir': '/opt/conda/conda-bld/python_1512347718438/work', + 'datarootdir': '/opt/anaconda1anaconda2anaconda3/share', + 'exec_prefix': '/opt/anaconda1anaconda2anaconda3', + 'prefix': '/opt/anaconda1anaconda2anaconda3', + 'srcdir': '/opt/conda/conda-bld/python_1512347718438/work'} diff --git a/recipe/sysconfigdata/_sysconfigdata_i686_conda_linux_gnu.py b/recipe/sysconfigdata/_sysconfigdata_i686_conda_linux_gnu.py new file mode 100644 index 000000000..e75d37a4f --- /dev/null +++ b/recipe/sysconfigdata/_sysconfigdata_i686_conda_linux_gnu.py @@ -0,0 +1,773 @@ +# system configuration generated and used by the sysconfig module +build_time_vars = {'ABIFLAGS': '@ABIFLAGS@', + 'AC_APPLE_UNIVERSAL_BUILD': 0, + 'AIX_GENUINE_CPLUSPLUS': 0, + 'ANDROID_API_LEVEL': 0, + 'AR': 'i686-conda-linux-gnu-ar', + 'ARFLAGS': 'rc', + 'BASECFLAGS': '-Wno-unused-result -Wsign-compare', + 'BASECPPFLAGS': '-IObjects -IInclude -IPython', + 'BASEMODLIBS': '', + 'BINDIR': '/opt/anaconda1anaconda2anaconda3/bin', + 'BINLIBDEST': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'BLDLIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'BLDSHARED': 'i686-conda-linux-gnu-gcc -pthread -shared -Wl,-O2 ' + '-Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ' + '', + 'BUILDEXE': '', + 'BUILDPYTHON': 'python', + 'BUILD_GNU_TYPE': 'i686-conda-linux-gnu', + 'BYTESTR_DEPS': '\\', + 'CC': 'i686-conda-linux-gnu-gcc -pthread', + 'CCSHARED': '-fPIC', + 'CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall ' + '-Wstrict-prototypes -march=prescott -mtune=haswell ' + '-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -pipe ' + ' ' + '-march=prescott -mtune=haswell -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + ' ', + 'CFLAGSFORSHARED': '', + 'CFLAGS_ALIASING': '', + 'CONFIGFILES': 'configure configure.ac acconfig.h pyconfig.h.in ' + 'Makefile.pre.in', + 'CONFIGURE_CFLAGS': '-march=prescott -mtune=haswell -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + ' ' + ' ', + 'CONFIGURE_CFLAGS_NODIST': '-std=c99 -Wextra -Wno-unused-result ' + '-Wno-unused-parameter ' + '-Wno-missing-field-initializers', + 'CONFIGURE_CPPFLAGS': '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'CONFIGURE_LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib', + 'CONFIG_ARGS': "'--prefix=/opt/anaconda1anaconda2anaconda3' " + "'--build=i686-conda-linux-gnu' " + "'--host=i686-conda-linux-gnu' '--enable-ipv6' " + "'--with-ensurepip=no' '--with-computed-gotos' " + "'--with-system-ffi' '--enable-loadable-sqlite-extensions' " + "'--with-tcltk-includes=-I/opt/anaconda1anaconda2anaconda3/include' " + "'--with-tcltk-libs=-L/opt/anaconda1anaconda2anaconda3/lib " + "-ltcl@TCLTK_VER@ -ltk@TCLTK_VER@' '--enable-optimizations' '--with-lto' " + "'--disable-shared' 'build_alias=i686-conda-linux-gnu' " + "'host_alias=i686-conda-linux-gnu' " + "'CC=i686-conda-linux-gnu-gcc' 'CFLAGS=-march=prescott " + '-mtune=haswell -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + ' ' + "' 'LDFLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed " + '-Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + "-L/opt/anaconda1anaconda2anaconda3/lib' " + "'CPPFLAGS=-D_FORTIFY_SOURCE=2 -O2 " + "-I/opt/anaconda1anaconda2anaconda3/include' " + "'CPP=/opt/anaconda1anaconda2anaconda3/bin/i686-conda-linux-gnu-cpp' " + "'PKG_CONFIG_PATH=/opt/anaconda1anaconda2anaconda3/lib/pkgconfig'", + 'CONFINCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'CONFINCLUDEPY': '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'COREPYTHONPATH': ':', + 'COVERAGE_INFO': '/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work/build-static/coverage.info', + 'COVERAGE_REPORT': '/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work/build-static/lcov-report', + 'COVERAGE_REPORT_OPTIONS': '--no-branch-coverage --title "CPython lcov ' + 'report"', + 'CPPFLAGS': '-IObjects -IInclude -IPython -I. ' + '-I/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'CXX': 'i686-conda-linux-gnu-c++ -pthread', + 'DESTDIRS': '/opt/anaconda1anaconda2anaconda3 ' + '/opt/anaconda1anaconda2anaconda3/lib ' + '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@ ' + '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/lib-dynload', + 'DESTLIB': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'DESTPATH': '', + 'DESTSHARED': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/lib-dynload', + 'DFLAGS': '', + 'DIRMODE': 755, + 'DIST': 'README ChangeLog configure configure.ac acconfig.h pyconfig.h.in ' + 'Makefile.pre.in Include Lib Misc Ext-dummy', + 'DISTDIRS': 'Include Lib Misc Ext-dummy', + 'DISTFILES': 'README ChangeLog configure configure.ac acconfig.h ' + 'pyconfig.h.in Makefile.pre.in', + 'DLINCLDIR': '.', + 'DLLLIBRARY': '', + 'DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754': 0, + 'DOUBLE_IS_BIG_ENDIAN_IEEE754': 0, + 'DOUBLE_IS_LITTLE_ENDIAN_IEEE754': 1, + 'DTRACE': '', + 'DTRACE_DEPS': '\\', + 'DTRACE_HEADERS': '', + 'DTRACE_OBJS': '', + 'DYNLOADFILE': 'dynload_shlib.o', + 'ENABLE_IPV6': 1, + 'ENSUREPIP': 'no', + 'EXE': '', + 'EXEMODE': 755, + 'EXTRAMACHDEPPATH': '', + 'EXTRATESTOPTS': '', + 'EXT_SUFFIX': '.cpython-@PYVERNODOTS@@ABIFLAGS@-i386-linux-gnu.so', + 'FILEMODE': 644, + 'FLOCK_NEEDS_LIBBSD': 0, + 'GETPGRP_HAVE_ARG': 0, + 'GETTIMEOFDAY_NO_TZ': 0, + 'GITBRANCH': '', + 'GITTAG': '', + 'GITVERSION': '', + 'GNULD': 'yes', + 'HAVE_ACCEPT4': 1, + 'HAVE_ACOSH': 1, + 'HAVE_ADDRINFO': 1, + 'HAVE_ALARM': 1, + 'HAVE_ALIGNED_REQUIRED': 0, + 'HAVE_ALLOCA_H': 1, + 'HAVE_ALTZONE': 0, + 'HAVE_ASINH': 1, + 'HAVE_ASM_TYPES_H': 1, + 'HAVE_ATANH': 1, + 'HAVE_BIND_TEXTDOMAIN_CODESET': 1, + 'HAVE_BLUETOOTH_BLUETOOTH_H': 0, + 'HAVE_BLUETOOTH_H': 0, + 'HAVE_BROKEN_MBSTOWCS': 0, + 'HAVE_BROKEN_NICE': 0, + 'HAVE_BROKEN_PIPE_BUF': 0, + 'HAVE_BROKEN_POLL': 0, + 'HAVE_BROKEN_POSIX_SEMAPHORES': 0, + 'HAVE_BROKEN_PTHREAD_SIGMASK': 0, + 'HAVE_BROKEN_SEM_GETVALUE': 0, + 'HAVE_BROKEN_UNSETENV': 0, + 'HAVE_BUILTIN_ATOMIC': 1, + 'HAVE_CHFLAGS': 0, + 'HAVE_CHOWN': 1, + 'HAVE_CHROOT': 1, + 'HAVE_CLOCK': 1, + 'HAVE_CLOCK_GETRES': 1, + 'HAVE_CLOCK_GETTIME': 1, + 'HAVE_CLOCK_SETTIME': 1, + 'HAVE_COMPUTED_GOTOS': 1, + 'HAVE_CONFSTR': 1, + 'HAVE_CONIO_H': 0, + 'HAVE_COPYSIGN': 1, + 'HAVE_CTERMID': 1, + 'HAVE_CTERMID_R': 0, + 'HAVE_CURSES_H': 1, + 'HAVE_CURSES_IS_TERM_RESIZED': 1, + 'HAVE_CURSES_RESIZETERM': 1, + 'HAVE_CURSES_RESIZE_TERM': 1, + 'HAVE_DECL_ISFINITE': 1, + 'HAVE_DECL_ISINF': 1, + 'HAVE_DECL_ISNAN': 1, + 'HAVE_DECL_RTLD_DEEPBIND': 1, + 'HAVE_DECL_RTLD_GLOBAL': 1, + 'HAVE_DECL_RTLD_LAZY': 1, + 'HAVE_DECL_RTLD_LOCAL': 1, + 'HAVE_DECL_RTLD_NODELETE': 1, + 'HAVE_DECL_RTLD_NOLOAD': 1, + 'HAVE_DECL_RTLD_NOW': 1, + 'HAVE_DECL_TZNAME': 0, + 'HAVE_DEVICE_MACROS': 1, + 'HAVE_DEV_PTC': 0, + 'HAVE_DEV_PTMX': 1, + 'HAVE_DIRECT_H': 0, + 'HAVE_DIRENT_D_TYPE': 1, + 'HAVE_DIRENT_H': 1, + 'HAVE_DIRFD': 1, + 'HAVE_DLFCN_H': 1, + 'HAVE_DLOPEN': 1, + 'HAVE_DUP2': 1, + 'HAVE_DUP3': 1, + 'HAVE_DYNAMIC_LOADING': 1, + 'HAVE_ENDIAN_H': 1, + 'HAVE_EPOLL': 1, + 'HAVE_EPOLL_CREATE1': 1, + 'HAVE_ERF': 1, + 'HAVE_ERFC': 1, + 'HAVE_ERRNO_H': 1, + 'HAVE_EXECV': 1, + 'HAVE_EXPM1': 1, + 'HAVE_FACCESSAT': 1, + 'HAVE_FCHDIR': 1, + 'HAVE_FCHMOD': 1, + 'HAVE_FCHMODAT': 1, + 'HAVE_FCHOWN': 1, + 'HAVE_FCHOWNAT': 1, + 'HAVE_FCNTL_H': 1, + 'HAVE_FDATASYNC': 1, + 'HAVE_FDOPENDIR': 1, + 'HAVE_FEXECVE': 1, + 'HAVE_FINITE': 1, + 'HAVE_FLOCK': 1, + 'HAVE_FORK': 1, + 'HAVE_FORKPTY': 1, + 'HAVE_FPATHCONF': 1, + 'HAVE_FSEEK64': 0, + 'HAVE_FSEEKO': 1, + 'HAVE_FSTATAT': 1, + 'HAVE_FSTATVFS': 1, + 'HAVE_FSYNC': 1, + 'HAVE_FTELL64': 0, + 'HAVE_FTELLO': 1, + 'HAVE_FTIME': 1, + 'HAVE_FTRUNCATE': 1, + 'HAVE_FUTIMENS': 1, + 'HAVE_FUTIMES': 1, + 'HAVE_FUTIMESAT': 1, + 'HAVE_GAI_STRERROR': 1, + 'HAVE_GAMMA': 1, + 'HAVE_GCC_ASM_FOR_MC68881': 0, + 'HAVE_GCC_ASM_FOR_X64': 0, + 'HAVE_GCC_ASM_FOR_X87': 1, + 'HAVE_GCC_UINT128_T': 0, + 'HAVE_GETADDRINFO': 1, + 'HAVE_GETC_UNLOCKED': 1, + 'HAVE_GETENTROPY': 0, + 'HAVE_GETGROUPLIST': 1, + 'HAVE_GETGROUPS': 1, + 'HAVE_GETHOSTBYNAME': 0, + 'HAVE_GETHOSTBYNAME_R': 1, + 'HAVE_GETHOSTBYNAME_R_3_ARG': 0, + 'HAVE_GETHOSTBYNAME_R_5_ARG': 0, + 'HAVE_GETHOSTBYNAME_R_6_ARG': 1, + 'HAVE_GETITIMER': 1, + 'HAVE_GETLOADAVG': 1, + 'HAVE_GETLOGIN': 1, + 'HAVE_GETNAMEINFO': 1, + 'HAVE_GETPAGESIZE': 1, + 'HAVE_GETPEERNAME': 1, + 'HAVE_GETPGID': 1, + 'HAVE_GETPGRP': 1, + 'HAVE_GETPID': 1, + 'HAVE_GETPRIORITY': 1, + 'HAVE_GETPWENT': 1, + 'HAVE_GETRANDOM': 0, + 'HAVE_GETRANDOM_SYSCALL': 0, + 'HAVE_GETRESGID': 1, + 'HAVE_GETRESUID': 1, + 'HAVE_GETSID': 1, + 'HAVE_GETSPENT': 1, + 'HAVE_GETSPNAM': 1, + 'HAVE_GETTIMEOFDAY': 1, + 'HAVE_GETWD': 1, + 'HAVE_GLIBC_MEMMOVE_BUG': 0, + 'HAVE_GRP_H': 1, + 'HAVE_HSTRERROR': 1, + 'HAVE_HTOLE64': 1, + 'HAVE_HYPOT': 1, + 'HAVE_IEEEFP_H': 0, + 'HAVE_IF_NAMEINDEX': 1, + 'HAVE_INET_ATON': 1, + 'HAVE_INET_PTON': 1, + 'HAVE_INITGROUPS': 1, + 'HAVE_INTTYPES_H': 1, + 'HAVE_IO_H': 0, + 'HAVE_IPA_PURE_CONST_BUG': 0, + 'HAVE_KILL': 1, + 'HAVE_KILLPG': 1, + 'HAVE_KQUEUE': 0, + 'HAVE_LANGINFO_H': 1, + 'HAVE_LARGEFILE_SUPPORT': 1, + 'HAVE_LCHFLAGS': 0, + 'HAVE_LCHMOD': 0, + 'HAVE_LCHOWN': 1, + 'HAVE_LGAMMA': 1, + 'HAVE_LIBDL': 1, + 'HAVE_LIBDLD': 0, + 'HAVE_LIBIEEE': 0, + 'HAVE_LIBINTL_H': 1, + 'HAVE_LIBREADLINE': 1, + 'HAVE_LIBRESOLV': 0, + 'HAVE_LIBSENDFILE': 0, + 'HAVE_LIBUTIL_H': 0, + 'HAVE_LINK': 1, + 'HAVE_LINKAT': 1, + 'HAVE_LINUX_CAN_BCM_H': 0, + 'HAVE_LINUX_CAN_H': 1, + 'HAVE_LINUX_CAN_RAW_FD_FRAMES': 0, + 'HAVE_LINUX_CAN_RAW_H': 1, + 'HAVE_LINUX_NETLINK_H': 1, + 'HAVE_LINUX_RANDOM_H': 1, + 'HAVE_LINUX_TIPC_H': 1, + 'HAVE_LOCKF': 1, + 'HAVE_LOG1P': 1, + 'HAVE_LOG2': 1, + 'HAVE_LONG_DOUBLE': 1, + 'HAVE_LSTAT': 1, + 'HAVE_LUTIMES': 1, + 'HAVE_MAKEDEV': 1, + 'HAVE_MBRTOWC': 1, + 'HAVE_MEMMOVE': 1, + 'HAVE_MEMORY_H': 1, + 'HAVE_MEMRCHR': 1, + 'HAVE_MKDIRAT': 1, + 'HAVE_MKFIFO': 1, + 'HAVE_MKFIFOAT': 1, + 'HAVE_MKNOD': 1, + 'HAVE_MKNODAT': 1, + 'HAVE_MKTIME': 1, + 'HAVE_MMAP': 1, + 'HAVE_MREMAP': 1, + 'HAVE_NCURSES_H': 1, + 'HAVE_NDIR_H': 0, + 'HAVE_NETPACKET_PACKET_H': 1, + 'HAVE_NET_IF_H': 1, + 'HAVE_NICE': 1, + 'HAVE_OPENAT': 1, + 'HAVE_OPENPTY': 1, + 'HAVE_PATHCONF': 1, + 'HAVE_PAUSE': 1, + 'HAVE_PIPE2': 1, + 'HAVE_PLOCK': 0, + 'HAVE_POLL': 1, + 'HAVE_POLL_H': 1, + 'HAVE_POSIX_FADVISE': 1, + 'HAVE_POSIX_FALLOCATE': 1, + 'HAVE_PREAD': 1, + 'HAVE_PRLIMIT': 0, + 'HAVE_PROCESS_H': 0, + 'HAVE_PROTOTYPES': 1, + 'HAVE_PTHREAD_ATFORK': 1, + 'HAVE_PTHREAD_DESTRUCTOR': 0, + 'HAVE_PTHREAD_H': 1, + 'HAVE_PTHREAD_INIT': 0, + 'HAVE_PTHREAD_KILL': 1, + 'HAVE_PTHREAD_SIGMASK': 1, + 'HAVE_PTY_H': 1, + 'HAVE_PUTENV': 1, + 'HAVE_PWRITE': 1, + 'HAVE_READLINK': 1, + 'HAVE_READLINKAT': 1, + 'HAVE_READV': 1, + 'HAVE_REALPATH': 1, + 'HAVE_RENAMEAT': 1, + 'HAVE_RL_APPEND_HISTORY': 1, + 'HAVE_RL_CALLBACK': 1, + 'HAVE_RL_CATCH_SIGNAL': 1, + 'HAVE_RL_COMPLETION_APPEND_CHARACTER': 1, + 'HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK': 1, + 'HAVE_RL_COMPLETION_MATCHES': 1, + 'HAVE_RL_COMPLETION_SUPPRESS_APPEND': 1, + 'HAVE_RL_PRE_INPUT_HOOK': 1, + 'HAVE_RL_RESIZE_TERMINAL': 1, + 'HAVE_ROUND': 1, + 'HAVE_SCHED_GET_PRIORITY_MAX': 1, + 'HAVE_SCHED_H': 1, + 'HAVE_SCHED_RR_GET_INTERVAL': 1, + 'HAVE_SCHED_SETAFFINITY': 1, + 'HAVE_SCHED_SETPARAM': 1, + 'HAVE_SCHED_SETSCHEDULER': 1, + 'HAVE_SELECT': 1, + 'HAVE_SEM_GETVALUE': 1, + 'HAVE_SEM_OPEN': 1, + 'HAVE_SEM_TIMEDWAIT': 1, + 'HAVE_SEM_UNLINK': 1, + 'HAVE_SENDFILE': 1, + 'HAVE_SETEGID': 1, + 'HAVE_SETEUID': 1, + 'HAVE_SETGID': 1, + 'HAVE_SETGROUPS': 1, + 'HAVE_SETHOSTNAME': 1, + 'HAVE_SETITIMER': 1, + 'HAVE_SETLOCALE': 1, + 'HAVE_SETPGID': 1, + 'HAVE_SETPGRP': 1, + 'HAVE_SETPRIORITY': 1, + 'HAVE_SETREGID': 1, + 'HAVE_SETRESGID': 1, + 'HAVE_SETRESUID': 1, + 'HAVE_SETREUID': 1, + 'HAVE_SETSID': 1, + 'HAVE_SETUID': 1, + 'HAVE_SETVBUF': 1, + 'HAVE_SHADOW_H': 1, + 'HAVE_SIGACTION': 1, + 'HAVE_SIGALTSTACK': 1, + 'HAVE_SIGINTERRUPT': 1, + 'HAVE_SIGNAL_H': 1, + 'HAVE_SIGPENDING': 1, + 'HAVE_SIGRELSE': 1, + 'HAVE_SIGTIMEDWAIT': 1, + 'HAVE_SIGWAIT': 1, + 'HAVE_SIGWAITINFO': 1, + 'HAVE_SNPRINTF': 1, + 'HAVE_SOCKADDR_ALG': 0, + 'HAVE_SOCKADDR_SA_LEN': 0, + 'HAVE_SOCKADDR_STORAGE': 1, + 'HAVE_SOCKETPAIR': 1, + 'HAVE_SPAWN_H': 1, + 'HAVE_SSIZE_T': 1, + 'HAVE_STATVFS': 1, + 'HAVE_STAT_TV_NSEC': 1, + 'HAVE_STAT_TV_NSEC2': 0, + 'HAVE_STDARG_PROTOTYPES': 1, + 'HAVE_STDINT_H': 1, + 'HAVE_STDLIB_H': 1, + 'HAVE_STD_ATOMIC': 1, + 'HAVE_STRDUP': 1, + 'HAVE_STRFTIME': 1, + 'HAVE_STRINGS_H': 1, + 'HAVE_STRING_H': 1, + 'HAVE_STRLCPY': 0, + 'HAVE_STROPTS_H': 1, + 'HAVE_STRUCT_PASSWD_PW_GECOS': 1, + 'HAVE_STRUCT_PASSWD_PW_PASSWD': 1, + 'HAVE_STRUCT_STAT_ST_BIRTHTIME': 0, + 'HAVE_STRUCT_STAT_ST_BLKSIZE': 1, + 'HAVE_STRUCT_STAT_ST_BLOCKS': 1, + 'HAVE_STRUCT_STAT_ST_FLAGS': 0, + 'HAVE_STRUCT_STAT_ST_GEN': 0, + 'HAVE_STRUCT_STAT_ST_RDEV': 1, + 'HAVE_STRUCT_TM_TM_ZONE': 1, + 'HAVE_SYMLINK': 1, + 'HAVE_SYMLINKAT': 1, + 'HAVE_SYNC': 1, + 'HAVE_SYSCONF': 1, + 'HAVE_SYSEXITS_H': 1, + 'HAVE_SYS_AUDIOIO_H': 0, + 'HAVE_SYS_BSDTTY_H': 0, + 'HAVE_SYS_DEVPOLL_H': 0, + 'HAVE_SYS_DIR_H': 0, + 'HAVE_SYS_ENDIAN_H': 0, + 'HAVE_SYS_EPOLL_H': 1, + 'HAVE_SYS_EVENT_H': 0, + 'HAVE_SYS_FILE_H': 1, + 'HAVE_SYS_IOCTL_H': 1, + 'HAVE_SYS_KERN_CONTROL_H': 0, + 'HAVE_SYS_LOADAVG_H': 0, + 'HAVE_SYS_LOCK_H': 0, + 'HAVE_SYS_MKDEV_H': 0, + 'HAVE_SYS_MODEM_H': 0, + 'HAVE_SYS_NDIR_H': 0, + 'HAVE_SYS_PARAM_H': 1, + 'HAVE_SYS_POLL_H': 1, + 'HAVE_SYS_RANDOM_H': 0, + 'HAVE_SYS_RESOURCE_H': 1, + 'HAVE_SYS_SELECT_H': 1, + 'HAVE_SYS_SENDFILE_H': 1, + 'HAVE_SYS_SOCKET_H': 1, + 'HAVE_SYS_STATVFS_H': 1, + 'HAVE_SYS_STAT_H': 1, + 'HAVE_SYS_SYSCALL_H': 1, + 'HAVE_SYS_SYSMACROS_H': 1, + 'HAVE_SYS_SYS_DOMAIN_H': 0, + 'HAVE_SYS_TERMIO_H': 0, + 'HAVE_SYS_TIMES_H': 1, + 'HAVE_SYS_TIME_H': 1, + 'HAVE_SYS_TYPES_H': 1, + 'HAVE_SYS_UIO_H': 1, + 'HAVE_SYS_UN_H': 1, + 'HAVE_SYS_UTSNAME_H': 1, + 'HAVE_SYS_WAIT_H': 1, + 'HAVE_SYS_XATTR_H': 1, + 'HAVE_TCGETPGRP': 1, + 'HAVE_TCSETPGRP': 1, + 'HAVE_TEMPNAM': 1, + 'HAVE_TERMIOS_H': 1, + 'HAVE_TERM_H': 1, + 'HAVE_TGAMMA': 1, + 'HAVE_TIMEGM': 1, + 'HAVE_TIMES': 1, + 'HAVE_TMPFILE': 1, + 'HAVE_TMPNAM': 1, + 'HAVE_TMPNAM_R': 1, + 'HAVE_TM_ZONE': 1, + 'HAVE_TRUNCATE': 1, + 'HAVE_TZNAME': 0, + 'HAVE_UCS4_TCL': 0, + 'HAVE_UNAME': 1, + 'HAVE_UNISTD_H': 1, + 'HAVE_UNLINKAT': 1, + 'HAVE_UNSETENV': 1, + 'HAVE_USABLE_WCHAR_T': 0, + 'HAVE_UTIL_H': 0, + 'HAVE_UTIMENSAT': 1, + 'HAVE_UTIMES': 1, + 'HAVE_UTIME_H': 1, + 'HAVE_WAIT3': 1, + 'HAVE_WAIT4': 1, + 'HAVE_WAITID': 1, + 'HAVE_WAITPID': 1, + 'HAVE_WCHAR_H': 1, + 'HAVE_WCSCOLL': 1, + 'HAVE_WCSFTIME': 1, + 'HAVE_WCSXFRM': 1, + 'HAVE_WMEMCMP': 1, + 'HAVE_WORKING_TZSET': 1, + 'HAVE_WRITEV': 1, + 'HAVE_ZLIB_COPY': 1, + 'HAVE__GETPTY': 0, + 'HOST_GNU_TYPE': 'i686-conda-linux-gnu', + 'INCLDIRSTOMAKE': '/opt/anaconda1anaconda2anaconda3/include ' + '/opt/anaconda1anaconda2anaconda3/include ' + '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@ ' + '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'INCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'INCLUDEPY': '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'INSTALL': '/usr/bin/install -c', + 'INSTALL_DATA': '/usr/bin/install -c -m 644', + 'INSTALL_PROGRAM': '/usr/bin/install -c', + 'INSTALL_SCRIPT': '/usr/bin/install -c', + 'INSTALL_SHARED': '/usr/bin/install -c -m 555', + 'INSTSONAME': 'libpython@PYVER@@ABIFLAGS@.a', + 'IO_H': 'Modules/_io/_iomodule.h', + 'IO_OBJS': '\\', + 'LDCXXSHARED': 'i686-conda-linux-gnu-c++ -pthread -shared', + 'LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ', + 'LDLAST': '', + 'LDLIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'LDLIBRARYDIR': '', + 'LDSHARED': 'i686-conda-linux-gnu-gcc -pthread -shared -Wl,-O2 ' + '-Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ', + 'LDVERSION': '@PYVER@@ABIFLAGS@', + 'LIBC': '', + 'LIBDEST': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'LIBDIR': '/opt/anaconda1anaconda2anaconda3/lib', + 'LIBFFI_INCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'LIBM': '-lm', + 'LIBOBJDIR': 'Python/', + 'LIBOBJS': '', + 'LIBPC': '/opt/anaconda1anaconda2anaconda3/lib/pkgconfig', + 'LIBPL': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/config-@PYVER@@ABIFLAGS@-i386-linux-gnu', + 'LIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'LIBRARY_OBJS': '\\', + 'LIBRARY_OBJS_OMIT_FROZEN': '\\', + 'LIBS': '-lpthread -ldl -lutil -lrt', + 'LIBSUBDIRS': 'tkinter tkinter/test tkinter/test/test_tkinter \\', + 'LINKCC': 'i686-conda-linux-gnu-gcc -pthread', + 'LINKFORSHARED': '-Xlinker -export-dynamic', + 'LIPO_32BIT_FLAGS': '', + 'LLVM_PROF_ERR': 'no', + 'LLVM_PROF_FILE': '', + 'LLVM_PROF_MERGER': 'true', + 'LN': 'ln', + 'LOCALMODLIBS': '', + 'LOG1P_DROPS_ZERO_SIGN': 0, + 'MACHDEP': 'linux', + 'MACHDEPPATH': ':', + 'MACHDEP_OBJS': '', + 'MACHDESTLIB': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'MACOSX_DEPLOYMENT_TARGET': '', + 'MAINCC': 'i686-conda-linux-gnu-gcc -pthread', + 'MAJOR_IN_MKDEV': 0, + 'MAJOR_IN_SYSMACROS': 0, + 'MAKESETUP': '/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work/Modules/makesetup', + 'MANDIR': '/opt/anaconda1anaconda2anaconda3/share/man', + 'MKDIR_P': '/bin/mkdir -p', + 'MODLIBS': '', + 'MODNAMES': '_thread posix errno pwd _sre _codecs _weakref _functools ' + '_operator _collections itertools atexit _signal _stat time ' + '_locale _io zipimport faulthandler _tracemalloc _symtable ' + 'xxsubtype', + 'MODOBJS': 'Modules/_threadmodule.o Modules/posixmodule.o ' + 'Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o ' + 'Modules/_codecsmodule.o Modules/_weakref.o ' + 'Modules/_functoolsmodule.o Modules/_operator.o ' + 'Modules/_collectionsmodule.o Modules/itertoolsmodule.o ' + 'Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o ' + 'Modules/timemodule.o Modules/_localemodule.o ' + 'Modules/_iomodule.o Modules/iobase.o Modules/fileio.o ' + 'Modules/bytesio.o Modules/bufferedio.o Modules/textio.o ' + 'Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o ' + 'Modules/_tracemalloc.o Modules/hashtable.o ' + 'Modules/symtablemodule.o Modules/xxsubtype.o', + 'MODULE_OBJS': '\\', + 'MULTIARCH': 'i386-linux-gnu', + 'MULTIARCH_CPPFLAGS': '-DMULTIARCH=\\"i386-linux-gnu\\"', + 'MVWDELCH_IS_EXPRESSION': 1, + 'NO_AS_NEEDED': '-Wl,--no-as-needed', + 'OBJECT_OBJS': '\\', + 'OPT': '-DNDEBUG -fwrapv -O2 -Wall -Wstrict-prototypes', + 'OTHER_LIBTOOL_OPT': '', + 'PACKAGE_BUGREPORT': 0, + 'PACKAGE_NAME': 0, + 'PACKAGE_STRING': 0, + 'PACKAGE_TARNAME': 0, + 'PACKAGE_URL': 0, + 'PACKAGE_VERSION': 0, + 'PARSER_HEADERS': '\\', + 'PARSER_OBJS': '\\ Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o', + 'PGEN': 'Parser/pgen', + 'PGENOBJS': '\\ \\', + 'PGOBJS': '\\', + 'PGO_PROF_GEN_FLAG': '-fprofile-generate', + 'PGO_PROF_USE_FLAG': ' ', + 'PLATDIR': '', + 'POBJS': '\\', + 'POSIX_SEMAPHORES_NOT_ENABLED': 0, + 'PROFILE_TASK': '-m test.regrtest --pgo', + 'PTHREAD_SYSTEM_SCHED_SUPPORTED': 1, + 'PURIFY': '', + 'PY3LIBRARY': '', + 'PYLONG_BITS_IN_DIGIT': 0, + 'PYTHON': 'python', + 'PYTHONFRAMEWORK': '', + 'PYTHONFRAMEWORKDIR': 'no-framework', + 'PYTHONFRAMEWORKINSTALLDIR': '', + 'PYTHONFRAMEWORKPREFIX': '', + 'PYTHONPATH': ':', + 'PYTHON_FOR_BUILD': './python -E', + 'PYTHON_FOR_REGEN': 'python@PYVER@', + 'PYTHON_HEADERS': '\\', + 'PYTHON_OBJS': '\\', + 'PY_BUILD_ENVIRON': '', + 'PY_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall ' + '-Wstrict-prototypes -march=prescott -mtune=haswell ' + '-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' -march=prescott -mtune=haswell ' + '-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' ', + 'PY_CFLAGS_NODIST': '-std=c99 -Wextra -Wno-unused-result ' + '-Wno-unused-parameter -Wno-missing-field-initializers ' + '-march=prescott -mtune=haswell -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + ' ' + ' ' + ' ' + ' ', + 'PY_CORE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 ' + '-Wall -Wstrict-prototypes -march=prescott -mtune=haswell ' + '-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt ' + '-O2 -pipe ' + ' -march=prescott -mtune=haswell ' + '-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt ' + '-O2 -pipe ' + ' -std=c99 -Wextra ' + '-Wno-unused-result -Wno-unused-parameter ' + '-Wno-missing-field-initializers -march=prescott ' + '-mtune=haswell -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + ' ' + ' ' + ' ' + '-IObjects -IInclude -IPython -I. ' + '-I/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-DPy_BUILD_CORE', + 'PY_CPPFLAGS': '-IObjects -IInclude -IPython -I. ' + '-I/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'PY_FORMAT_SIZE_T': '"z"', + 'PY_LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ' + '', + 'Py_DEBUG': 0, + 'Py_ENABLE_SHARED': 0, + 'Py_HASH_ALGORITHM': 0, + 'QUICKTESTOPTS': '-x test_subprocess test_io test_lib2to3 \\', + 'RANLIB': 'i686-conda-linux-gnu-ranlib', + 'READELF': 'i686-conda-linux-gnu-readelf', + 'RESSRCDIR': 'Mac/Resources/framework', + 'RETSIGTYPE': 'void', + 'RUNSHARED': '', + 'SCRIPTDIR': '/opt/anaconda1anaconda2anaconda3/lib', + 'SETPGRP_HAVE_ARG': 0, + 'SGI_ABI': '', + 'SHELL': '/bin/sh', + 'SHLIBS': '-lpthread -ldl -lutil -lrt', + 'SHLIB_SUFFIX': '.so', + 'SIGNED_RIGHT_SHIFT_ZERO_FILLS': 0, + 'SITEPATH': '', + 'SIZEOF_DOUBLE': 8, + 'SIZEOF_FLOAT': 4, + 'SIZEOF_FPOS_T': 16, + 'SIZEOF_INT': 4, + 'SIZEOF_LONG': 4, + 'SIZEOF_LONG_DOUBLE': 12, + 'SIZEOF_LONG_LONG': 8, + 'SIZEOF_OFF_T': 8, + 'SIZEOF_PID_T': 4, + 'SIZEOF_PTHREAD_T': 4, + 'SIZEOF_SHORT': 2, + 'SIZEOF_SIZE_T': 4, + 'SIZEOF_TIME_T': 4, + 'SIZEOF_UINTPTR_T': 4, + 'SIZEOF_VOID_P': 4, + 'SIZEOF_WCHAR_T': 4, + 'SIZEOF__BOOL': 1, + 'SOABI': 'cpython-@PYVERNODOTS@@ABIFLAGS@-i386-linux-gnu', + 'SRCDIRS': 'Parser Grammar Objects Python Modules Mac Programs', + 'SRC_GDB_HOOKS': '/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work/Tools/gdb/libpython.py', + 'STDC_HEADERS': 1, + 'STRICT_SYSV_CURSES': "/* Don't use ncurses extensions */", + 'STRIPFLAG': '-s', + 'SUBDIRS': '', + 'SUBDIRSTOO': 'Include Lib Misc', + 'SYSLIBS': '-lm', + 'SYS_SELECT_WITH_SYS_TIME': 1, + 'TANH_PRESERVES_ZERO_SIGN': 1, + 'TCLTK_INCLUDES': '-I/opt/anaconda1anaconda2anaconda3/include', + 'TCLTK_LIBS': '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-ltcl@TCLTK_VER@ -ltk@TCLTK_VER@', + 'TESTOPTS': '', + 'TESTPATH': '', + 'TESTPYTHON': './python', + 'TESTPYTHONOPTS': '', + 'TESTRUNNER': './python ' + '/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work/Tools/scripts/run_tests.py', + 'TESTTIMEOUT': 1200, + 'THREADOBJ': 'Python/thread.o', + 'TIMEMODULE_LIB': 'rt', + 'TIME_WITH_SYS_TIME': 1, + 'TM_IN_SYS_TIME': 0, + 'UNICODE_DEPS': '\\', + 'UNIVERSALSDK': '', + 'USE_COMPUTED_GOTOS': 1, + 'USE_INLINE': 1, + 'VERSION': '@PYVER@', + 'VPATH': '/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work', + 'WANT_SIGFPE_HANDLER': 0, + 'WINDOW_HAS_FLAGS': 1, + 'WITH_DOC_STRINGS': 1, + 'WITH_DTRACE': 0, + 'WITH_DYLD': 0, + 'WITH_LIBINTL': 0, + 'WITH_NEXT_FRAMEWORK': 0, + 'WITH_PYMALLOC': 1, + 'WITH_THREAD': 1, + 'WITH_VALGRIND': 0, + 'X87_DOUBLE_ROUNDING': 1, + 'XMLLIBSUBDIRS': 'xml xml/dom xml/etree xml/parsers xml/sax', + 'abs_builddir': '/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work/build-static', + 'abs_srcdir': '/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work', + 'datarootdir': '/opt/anaconda1anaconda2anaconda3/share', + 'exec_prefix': '/opt/anaconda1anaconda2anaconda3', + 'prefix': '/opt/anaconda1anaconda2anaconda3', + 'srcdir': '/home/nwani/concourse_worker/containers/00003bfv1os/tmp/build/80754af9/python_1510184282133/work'} diff --git a/recipe/sysconfigdata/_sysconfigdata_powerpc64le_conda_linux_gnu.py b/recipe/sysconfigdata/_sysconfigdata_powerpc64le_conda_linux_gnu.py new file mode 100644 index 000000000..6c4e3186c --- /dev/null +++ b/recipe/sysconfigdata/_sysconfigdata_powerpc64le_conda_linux_gnu.py @@ -0,0 +1,788 @@ +# system configuration generated and used by the sysconfig module +build_time_vars = {'ABIFLAGS': '@ABIFLAGS@', + 'AC_APPLE_UNIVERSAL_BUILD': 0, + 'AIX_GENUINE_CPLUSPLUS': 0, + 'ANDROID_API_LEVEL': 0, + 'AR': 'powerpc64le-conda-linux-gnu-ar', + 'ARFLAGS': 'rc', + 'BASECFLAGS': '-Wno-unused-result -Wsign-compare', + 'BASECPPFLAGS': '-IObjects -IInclude -IPython', + 'BASEMODLIBS': '', + 'BINDIR': '/opt/anaconda1anaconda2anaconda3/bin', + 'BINLIBDEST': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'BLDLIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'BLDSHARED': 'powerpc64le-conda-linux-gnu-gcc -pthread -shared -Wl,-O2 ' + '-Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ' + '', + 'BUILDEXE': '', + 'BUILDPYTHON': 'python', + 'BUILD_GNU_TYPE': 'powerpc64le-conda-linux-gnu', + 'BYTESTR_DEPS': '\\', + 'CC': 'powerpc64le-conda-linux-gnu-gcc -pthread', + 'CCSHARED': '-fPIC', + 'CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall ' + '-Wstrict-prototypes -mcpu=power8 -mtune=power8 -mpower8-fusion ' + '-mpower8-vector -ftree-vectorize -fPIC -fstack-protector-strong ' + '-fno-plt -O2 ' + '-pipe ' + ' -mcpu=power8 -mtune=power8 -mpower8-fusion -mpower8-vector ' + '-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + '', + 'CFLAGSFORSHARED': '', + 'CFLAGS_ALIASING': '', + 'CONFIGFILES': 'configure configure.ac acconfig.h pyconfig.h.in ' + 'Makefile.pre.in', + 'CONFIGURE_CFLAGS': '-mcpu=power8 -mtune=power8 -mpower8-fusion ' + '-mpower8-vector -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-fdebug-prefix-map=/opt/conda/conda-bld/python_1512347718438/work=/usr/local/src/conda/python-@PYVERFULL@ ' + '-fdebug-prefix-map=/opt/anaconda1anaconda2anaconda3=/usr/local/src/conda-prefix ' + '-pipe ' + ' ', + 'CONFIGURE_CFLAGS_NODIST': '-std=c99 -Wextra -Wno-unused-result ' + '-Wno-unused-parameter ' + '-Wno-missing-field-initializers', + 'CONFIGURE_CPPFLAGS': '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'CONFIGURE_LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib', + 'CONFIG_ARGS': "'--prefix=/opt/anaconda1anaconda2anaconda3' " + "'--build=powerpc64le-conda-linux-gnu' " + "'--host=powerpc64le-conda-linux-gnu' '--enable-ipv6' " + "'--with-ensurepip=no' '--with-computed-gotos' " + "'--with-system-ffi' '--enable-loadable-sqlite-extensions' " + "'--with-tcltk-includes=-I/opt/anaconda1anaconda2anaconda3/include' " + "'--with-tcltk-libs=-L/opt/anaconda1anaconda2anaconda3/lib " + "-ltcl@TCLTK_VER@ -ltk@TCLTK_VER@' '--enable-optimizations' '--with-lto' " + "'--disable-shared' " + "'build_alias=powerpc64le-conda-linux-gnu' " + "'host_alias=powerpc64le-conda-linux-gnu' " + "'CC=powerpc64le-conda-linux-gnu-gcc' " + "'CFLAGS=-mcpu=power8 -mtune=power8 -mpower8-fusion " + '-mpower8-vector -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-fdebug-prefix-map=/opt/conda/conda-bld/python_1512347718438/work=/usr/local/src/conda/python-@PYVERFULL@ ' + '-fdebug-prefix-map=/opt/anaconda1anaconda2anaconda3=/usr/local/src/conda-prefix ' + '-pipe ' + " ' 'LDFLAGS=-Wl,-O2 " + '-Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + "-L/opt/anaconda1anaconda2anaconda3/lib' " + "'CPPFLAGS=-D_FORTIFY_SOURCE=2 -O2 " + "-I/opt/anaconda1anaconda2anaconda3/include' " + "'CPP=/opt/anaconda1anaconda2anaconda3/bin/powerpc64le-conda-linux-gnu-cpp' " + "'PKG_CONFIG_PATH=/opt/anaconda1anaconda2anaconda3/lib/pkgconfig'", + 'CONFINCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'CONFINCLUDEPY': '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'COREPYTHONPATH': ':', + 'COVERAGE_INFO': '/opt/conda/conda-bld/python_1512347718438/work/build-static/coverage.info', + 'COVERAGE_REPORT': '/opt/conda/conda-bld/python_1512347718438/work/build-static/lcov-report', + 'COVERAGE_REPORT_OPTIONS': '--no-branch-coverage --title "CPython lcov ' + 'report"', + 'CPPFLAGS': '-IObjects -IInclude -IPython -I. ' + '-I/opt/conda/conda-bld/python_1512347718438/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'CXX': 'powerpc64le-conda-linux-gnu-c++ -pthread', + 'DESTDIRS': '/opt/anaconda1anaconda2anaconda3 ' + '/opt/anaconda1anaconda2anaconda3/lib ' + '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@ ' + '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/lib-dynload', + 'DESTLIB': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'DESTPATH': '', + 'DESTSHARED': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/lib-dynload', + 'DFLAGS': '', + 'DIRMODE': 755, + 'DIST': 'README ChangeLog configure configure.ac acconfig.h pyconfig.h.in ' + 'Makefile.pre.in Include Lib Misc Ext-dummy', + 'DISTDIRS': 'Include Lib Misc Ext-dummy', + 'DISTFILES': 'README ChangeLog configure configure.ac acconfig.h ' + 'pyconfig.h.in Makefile.pre.in', + 'DLINCLDIR': '.', + 'DLLLIBRARY': '', + 'DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754': 0, + 'DOUBLE_IS_BIG_ENDIAN_IEEE754': 0, + 'DOUBLE_IS_LITTLE_ENDIAN_IEEE754': 1, + 'DTRACE': '', + 'DTRACE_DEPS': '\\', + 'DTRACE_HEADERS': '', + 'DTRACE_OBJS': '', + 'DYNLOADFILE': 'dynload_shlib.o', + 'ENABLE_IPV6': 1, + 'ENSUREPIP': 'no', + 'EXE': '', + 'EXEMODE': 755, + 'EXTRAMACHDEPPATH': '', + 'EXTRATESTOPTS': '', + 'EXT_SUFFIX': '.cpython-@PYVERNODOTS@@ABIFLAGS@-powerpc64le-linux-gnu.so', + 'FILEMODE': 644, + 'FLOCK_NEEDS_LIBBSD': 0, + 'GETPGRP_HAVE_ARG': 0, + 'GETTIMEOFDAY_NO_TZ': 0, + 'GITBRANCH': '', + 'GITTAG': '', + 'GITVERSION': '', + 'GNULD': 'yes', + 'HAVE_ACCEPT4': 1, + 'HAVE_ACOSH': 1, + 'HAVE_ADDRINFO': 1, + 'HAVE_ALARM': 1, + 'HAVE_ALIGNED_REQUIRED': 0, + 'HAVE_ALLOCA_H': 1, + 'HAVE_ALTZONE': 0, + 'HAVE_ASINH': 1, + 'HAVE_ASM_TYPES_H': 1, + 'HAVE_ATANH': 1, + 'HAVE_BIND_TEXTDOMAIN_CODESET': 1, + 'HAVE_BLUETOOTH_BLUETOOTH_H': 0, + 'HAVE_BLUETOOTH_H': 0, + 'HAVE_BROKEN_MBSTOWCS': 0, + 'HAVE_BROKEN_NICE': 0, + 'HAVE_BROKEN_PIPE_BUF': 0, + 'HAVE_BROKEN_POLL': 0, + 'HAVE_BROKEN_POSIX_SEMAPHORES': 0, + 'HAVE_BROKEN_PTHREAD_SIGMASK': 0, + 'HAVE_BROKEN_SEM_GETVALUE': 0, + 'HAVE_BROKEN_UNSETENV': 0, + 'HAVE_BUILTIN_ATOMIC': 1, + 'HAVE_CHFLAGS': 0, + 'HAVE_CHOWN': 1, + 'HAVE_CHROOT': 1, + 'HAVE_CLOCK': 1, + 'HAVE_CLOCK_GETRES': 1, + 'HAVE_CLOCK_GETTIME': 1, + 'HAVE_CLOCK_SETTIME': 1, + 'HAVE_COMPUTED_GOTOS': 1, + 'HAVE_CONFSTR': 1, + 'HAVE_CONIO_H': 0, + 'HAVE_COPYSIGN': 1, + 'HAVE_CTERMID': 1, + 'HAVE_CTERMID_R': 0, + 'HAVE_CURSES_H': 1, + 'HAVE_CURSES_IS_TERM_RESIZED': 1, + 'HAVE_CURSES_RESIZETERM': 1, + 'HAVE_CURSES_RESIZE_TERM': 1, + 'HAVE_DECL_ISFINITE': 1, + 'HAVE_DECL_ISINF': 1, + 'HAVE_DECL_ISNAN': 1, + 'HAVE_DECL_RTLD_DEEPBIND': 1, + 'HAVE_DECL_RTLD_GLOBAL': 1, + 'HAVE_DECL_RTLD_LAZY': 1, + 'HAVE_DECL_RTLD_LOCAL': 1, + 'HAVE_DECL_RTLD_NODELETE': 1, + 'HAVE_DECL_RTLD_NOLOAD': 1, + 'HAVE_DECL_RTLD_NOW': 1, + 'HAVE_DECL_TZNAME': 0, + 'HAVE_DEVICE_MACROS': 1, + 'HAVE_DEV_PTC': 0, + 'HAVE_DEV_PTMX': 1, + 'HAVE_DIRECT_H': 0, + 'HAVE_DIRENT_D_TYPE': 1, + 'HAVE_DIRENT_H': 1, + 'HAVE_DIRFD': 1, + 'HAVE_DLFCN_H': 1, + 'HAVE_DLOPEN': 1, + 'HAVE_DUP2': 1, + 'HAVE_DUP3': 1, + 'HAVE_DYNAMIC_LOADING': 1, + 'HAVE_ENDIAN_H': 1, + 'HAVE_EPOLL': 1, + 'HAVE_EPOLL_CREATE1': 1, + 'HAVE_ERF': 1, + 'HAVE_ERFC': 1, + 'HAVE_ERRNO_H': 1, + 'HAVE_EXECV': 1, + 'HAVE_EXPM1': 1, + 'HAVE_FACCESSAT': 1, + 'HAVE_FCHDIR': 1, + 'HAVE_FCHMOD': 1, + 'HAVE_FCHMODAT': 1, + 'HAVE_FCHOWN': 1, + 'HAVE_FCHOWNAT': 1, + 'HAVE_FCNTL_H': 1, + 'HAVE_FDATASYNC': 1, + 'HAVE_FDOPENDIR': 1, + 'HAVE_FEXECVE': 1, + 'HAVE_FINITE': 1, + 'HAVE_FLOCK': 1, + 'HAVE_FORK': 1, + 'HAVE_FORKPTY': 1, + 'HAVE_FPATHCONF': 1, + 'HAVE_FSEEK64': 0, + 'HAVE_FSEEKO': 1, + 'HAVE_FSTATAT': 1, + 'HAVE_FSTATVFS': 1, + 'HAVE_FSYNC': 1, + 'HAVE_FTELL64': 0, + 'HAVE_FTELLO': 1, + 'HAVE_FTIME': 1, + 'HAVE_FTRUNCATE': 1, + 'HAVE_FUTIMENS': 1, + 'HAVE_FUTIMES': 1, + 'HAVE_FUTIMESAT': 1, + 'HAVE_GAI_STRERROR': 1, + 'HAVE_GAMMA': 1, + 'HAVE_GCC_ASM_FOR_MC68881': 0, + 'HAVE_GCC_ASM_FOR_X64': 0, + 'HAVE_GCC_ASM_FOR_X87': 0, + 'HAVE_GCC_UINT128_T': 1, + 'HAVE_GETADDRINFO': 1, + 'HAVE_GETC_UNLOCKED': 1, + 'HAVE_GETENTROPY': 0, + 'HAVE_GETGROUPLIST': 1, + 'HAVE_GETGROUPS': 1, + 'HAVE_GETHOSTBYNAME': 0, + 'HAVE_GETHOSTBYNAME_R': 1, + 'HAVE_GETHOSTBYNAME_R_3_ARG': 0, + 'HAVE_GETHOSTBYNAME_R_5_ARG': 0, + 'HAVE_GETHOSTBYNAME_R_6_ARG': 1, + 'HAVE_GETITIMER': 1, + 'HAVE_GETLOADAVG': 1, + 'HAVE_GETLOGIN': 1, + 'HAVE_GETNAMEINFO': 1, + 'HAVE_GETPAGESIZE': 1, + 'HAVE_GETPEERNAME': 1, + 'HAVE_GETPGID': 1, + 'HAVE_GETPGRP': 1, + 'HAVE_GETPID': 1, + 'HAVE_GETPRIORITY': 1, + 'HAVE_GETPWENT': 1, + 'HAVE_GETRANDOM': 0, + 'HAVE_GETRANDOM_SYSCALL': 0, + 'HAVE_GETRESGID': 1, + 'HAVE_GETRESUID': 1, + 'HAVE_GETSID': 1, + 'HAVE_GETSPENT': 1, + 'HAVE_GETSPNAM': 1, + 'HAVE_GETTIMEOFDAY': 1, + 'HAVE_GETWD': 1, + 'HAVE_GLIBC_MEMMOVE_BUG': 0, + 'HAVE_GRP_H': 1, + 'HAVE_HSTRERROR': 1, + 'HAVE_HTOLE64': 1, + 'HAVE_HYPOT': 1, + 'HAVE_IEEEFP_H': 0, + 'HAVE_IF_NAMEINDEX': 1, + 'HAVE_INET_ATON': 1, + 'HAVE_INET_PTON': 1, + 'HAVE_INITGROUPS': 1, + 'HAVE_INTTYPES_H': 1, + 'HAVE_IO_H': 0, + 'HAVE_IPA_PURE_CONST_BUG': 0, + 'HAVE_KILL': 1, + 'HAVE_KILLPG': 1, + 'HAVE_KQUEUE': 0, + 'HAVE_LANGINFO_H': 1, + 'HAVE_LARGEFILE_SUPPORT': 0, + 'HAVE_LCHFLAGS': 0, + 'HAVE_LCHMOD': 0, + 'HAVE_LCHOWN': 1, + 'HAVE_LGAMMA': 1, + 'HAVE_LIBDL': 1, + 'HAVE_LIBDLD': 0, + 'HAVE_LIBIEEE': 0, + 'HAVE_LIBINTL_H': 1, + 'HAVE_LIBREADLINE': 1, + 'HAVE_LIBRESOLV': 0, + 'HAVE_LIBSENDFILE': 0, + 'HAVE_LIBUTIL_H': 0, + 'HAVE_LINK': 1, + 'HAVE_LINKAT': 1, + 'HAVE_LINUX_CAN_BCM_H': 1, + 'HAVE_LINUX_CAN_H': 1, + 'HAVE_LINUX_CAN_RAW_FD_FRAMES': 1, + 'HAVE_LINUX_CAN_RAW_H': 1, + 'HAVE_LINUX_NETLINK_H': 1, + 'HAVE_LINUX_RANDOM_H': 1, + 'HAVE_LINUX_TIPC_H': 1, + 'HAVE_LOCKF': 1, + 'HAVE_LOG1P': 1, + 'HAVE_LOG2': 1, + 'HAVE_LONG_DOUBLE': 1, + 'HAVE_LSTAT': 1, + 'HAVE_LUTIMES': 1, + 'HAVE_MAKEDEV': 1, + 'HAVE_MBRTOWC': 1, + 'HAVE_MEMMOVE': 1, + 'HAVE_MEMORY_H': 1, + 'HAVE_MEMRCHR': 1, + 'HAVE_MKDIRAT': 1, + 'HAVE_MKFIFO': 1, + 'HAVE_MKFIFOAT': 1, + 'HAVE_MKNOD': 1, + 'HAVE_MKNODAT': 1, + 'HAVE_MKTIME': 1, + 'HAVE_MMAP': 1, + 'HAVE_MREMAP': 1, + 'HAVE_NCURSES_H': 1, + 'HAVE_NDIR_H': 0, + 'HAVE_NETPACKET_PACKET_H': 1, + 'HAVE_NET_IF_H': 1, + 'HAVE_NICE': 1, + 'HAVE_OPENAT': 1, + 'HAVE_OPENPTY': 1, + 'HAVE_PATHCONF': 1, + 'HAVE_PAUSE': 1, + 'HAVE_PIPE2': 1, + 'HAVE_PLOCK': 0, + 'HAVE_POLL': 1, + 'HAVE_POLL_H': 1, + 'HAVE_POSIX_FADVISE': 1, + 'HAVE_POSIX_FALLOCATE': 1, + 'HAVE_PREAD': 1, + 'HAVE_PRLIMIT': 1, + 'HAVE_PROCESS_H': 0, + 'HAVE_PROTOTYPES': 1, + 'HAVE_PTHREAD_ATFORK': 1, + 'HAVE_PTHREAD_DESTRUCTOR': 0, + 'HAVE_PTHREAD_H': 1, + 'HAVE_PTHREAD_INIT': 0, + 'HAVE_PTHREAD_KILL': 1, + 'HAVE_PTHREAD_SIGMASK': 1, + 'HAVE_PTY_H': 1, + 'HAVE_PUTENV': 1, + 'HAVE_PWRITE': 1, + 'HAVE_READLINK': 1, + 'HAVE_READLINKAT': 1, + 'HAVE_READV': 1, + 'HAVE_REALPATH': 1, + 'HAVE_RENAMEAT': 1, + 'HAVE_RL_APPEND_HISTORY': 1, + 'HAVE_RL_CALLBACK': 1, + 'HAVE_RL_CATCH_SIGNAL': 1, + 'HAVE_RL_COMPLETION_APPEND_CHARACTER': 1, + 'HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK': 1, + 'HAVE_RL_COMPLETION_MATCHES': 1, + 'HAVE_RL_COMPLETION_SUPPRESS_APPEND': 1, + 'HAVE_RL_PRE_INPUT_HOOK': 1, + 'HAVE_RL_RESIZE_TERMINAL': 1, + 'HAVE_ROUND': 1, + 'HAVE_SCHED_GET_PRIORITY_MAX': 1, + 'HAVE_SCHED_H': 1, + 'HAVE_SCHED_RR_GET_INTERVAL': 1, + 'HAVE_SCHED_SETAFFINITY': 1, + 'HAVE_SCHED_SETPARAM': 1, + 'HAVE_SCHED_SETSCHEDULER': 1, + 'HAVE_SELECT': 1, + 'HAVE_SEM_GETVALUE': 1, + 'HAVE_SEM_OPEN': 1, + 'HAVE_SEM_TIMEDWAIT': 1, + 'HAVE_SEM_UNLINK': 1, + 'HAVE_SENDFILE': 1, + 'HAVE_SETEGID': 1, + 'HAVE_SETEUID': 1, + 'HAVE_SETGID': 1, + 'HAVE_SETGROUPS': 1, + 'HAVE_SETHOSTNAME': 1, + 'HAVE_SETITIMER': 1, + 'HAVE_SETLOCALE': 1, + 'HAVE_SETPGID': 1, + 'HAVE_SETPGRP': 1, + 'HAVE_SETPRIORITY': 1, + 'HAVE_SETREGID': 1, + 'HAVE_SETRESGID': 1, + 'HAVE_SETRESUID': 1, + 'HAVE_SETREUID': 1, + 'HAVE_SETSID': 1, + 'HAVE_SETUID': 1, + 'HAVE_SETVBUF': 1, + 'HAVE_SHADOW_H': 1, + 'HAVE_SIGACTION': 1, + 'HAVE_SIGALTSTACK': 1, + 'HAVE_SIGINTERRUPT': 1, + 'HAVE_SIGNAL_H': 1, + 'HAVE_SIGPENDING': 1, + 'HAVE_SIGRELSE': 1, + 'HAVE_SIGTIMEDWAIT': 1, + 'HAVE_SIGWAIT': 1, + 'HAVE_SIGWAITINFO': 1, + 'HAVE_SNPRINTF': 1, + 'HAVE_SOCKADDR_ALG': 1, + 'HAVE_SOCKADDR_SA_LEN': 0, + 'HAVE_SOCKADDR_STORAGE': 1, + 'HAVE_SOCKETPAIR': 1, + 'HAVE_SPAWN_H': 1, + 'HAVE_SSIZE_T': 1, + 'HAVE_STATVFS': 1, + 'HAVE_STAT_TV_NSEC': 1, + 'HAVE_STAT_TV_NSEC2': 0, + 'HAVE_STDARG_PROTOTYPES': 1, + 'HAVE_STDINT_H': 1, + 'HAVE_STDLIB_H': 1, + 'HAVE_STD_ATOMIC': 1, + 'HAVE_STRDUP': 1, + 'HAVE_STRFTIME': 1, + 'HAVE_STRINGS_H': 1, + 'HAVE_STRING_H': 1, + 'HAVE_STRLCPY': 0, + 'HAVE_STROPTS_H': 0, + 'HAVE_STRUCT_PASSWD_PW_GECOS': 1, + 'HAVE_STRUCT_PASSWD_PW_PASSWD': 1, + 'HAVE_STRUCT_STAT_ST_BIRTHTIME': 0, + 'HAVE_STRUCT_STAT_ST_BLKSIZE': 1, + 'HAVE_STRUCT_STAT_ST_BLOCKS': 1, + 'HAVE_STRUCT_STAT_ST_FLAGS': 0, + 'HAVE_STRUCT_STAT_ST_GEN': 0, + 'HAVE_STRUCT_STAT_ST_RDEV': 1, + 'HAVE_STRUCT_TM_TM_ZONE': 1, + 'HAVE_SYMLINK': 1, + 'HAVE_SYMLINKAT': 1, + 'HAVE_SYNC': 1, + 'HAVE_SYSCONF': 1, + 'HAVE_SYSEXITS_H': 1, + 'HAVE_SYS_AUDIOIO_H': 0, + 'HAVE_SYS_BSDTTY_H': 0, + 'HAVE_SYS_DEVPOLL_H': 0, + 'HAVE_SYS_DIR_H': 0, + 'HAVE_SYS_ENDIAN_H': 0, + 'HAVE_SYS_EPOLL_H': 1, + 'HAVE_SYS_EVENT_H': 0, + 'HAVE_SYS_FILE_H': 1, + 'HAVE_SYS_IOCTL_H': 1, + 'HAVE_SYS_KERN_CONTROL_H': 0, + 'HAVE_SYS_LOADAVG_H': 0, + 'HAVE_SYS_LOCK_H': 0, + 'HAVE_SYS_MKDEV_H': 0, + 'HAVE_SYS_MODEM_H': 0, + 'HAVE_SYS_NDIR_H': 0, + 'HAVE_SYS_PARAM_H': 1, + 'HAVE_SYS_POLL_H': 1, + 'HAVE_SYS_RANDOM_H': 0, + 'HAVE_SYS_RESOURCE_H': 1, + 'HAVE_SYS_SELECT_H': 1, + 'HAVE_SYS_SENDFILE_H': 1, + 'HAVE_SYS_SOCKET_H': 1, + 'HAVE_SYS_STATVFS_H': 1, + 'HAVE_SYS_STAT_H': 1, + 'HAVE_SYS_SYSCALL_H': 1, + 'HAVE_SYS_SYSMACROS_H': 1, + 'HAVE_SYS_SYS_DOMAIN_H': 0, + 'HAVE_SYS_TERMIO_H': 0, + 'HAVE_SYS_TIMES_H': 1, + 'HAVE_SYS_TIME_H': 1, + 'HAVE_SYS_TYPES_H': 1, + 'HAVE_SYS_UIO_H': 1, + 'HAVE_SYS_UN_H': 1, + 'HAVE_SYS_UTSNAME_H': 1, + 'HAVE_SYS_WAIT_H': 1, + 'HAVE_SYS_XATTR_H': 1, + 'HAVE_TCGETPGRP': 1, + 'HAVE_TCSETPGRP': 1, + 'HAVE_TEMPNAM': 1, + 'HAVE_TERMIOS_H': 1, + 'HAVE_TERM_H': 1, + 'HAVE_TGAMMA': 1, + 'HAVE_TIMEGM': 1, + 'HAVE_TIMES': 1, + 'HAVE_TMPFILE': 1, + 'HAVE_TMPNAM': 1, + 'HAVE_TMPNAM_R': 1, + 'HAVE_TM_ZONE': 1, + 'HAVE_TRUNCATE': 1, + 'HAVE_TZNAME': 0, + 'HAVE_UCS4_TCL': 0, + 'HAVE_UNAME': 1, + 'HAVE_UNISTD_H': 1, + 'HAVE_UNLINKAT': 1, + 'HAVE_UNSETENV': 1, + 'HAVE_USABLE_WCHAR_T': 0, + 'HAVE_UTIL_H': 0, + 'HAVE_UTIMENSAT': 1, + 'HAVE_UTIMES': 1, + 'HAVE_UTIME_H': 1, + 'HAVE_WAIT3': 1, + 'HAVE_WAIT4': 1, + 'HAVE_WAITID': 1, + 'HAVE_WAITPID': 1, + 'HAVE_WCHAR_H': 1, + 'HAVE_WCSCOLL': 1, + 'HAVE_WCSFTIME': 1, + 'HAVE_WCSXFRM': 1, + 'HAVE_WMEMCMP': 1, + 'HAVE_WORKING_TZSET': 1, + 'HAVE_WRITEV': 1, + 'HAVE_ZLIB_COPY': 1, + 'HAVE__GETPTY': 0, + 'HOST_GNU_TYPE': 'powerpc64le-conda-linux-gnu', + 'INCLDIRSTOMAKE': '/opt/anaconda1anaconda2anaconda3/include ' + '/opt/anaconda1anaconda2anaconda3/include ' + '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@ ' + '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'INCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'INCLUDEPY': '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'INSTALL': '/usr/bin/install -c', + 'INSTALL_DATA': '/usr/bin/install -c -m 644', + 'INSTALL_PROGRAM': '/usr/bin/install -c', + 'INSTALL_SCRIPT': '/usr/bin/install -c', + 'INSTALL_SHARED': '/usr/bin/install -c -m 555', + 'INSTSONAME': 'libpython@PYVER@@ABIFLAGS@.a', + 'IO_H': 'Modules/_io/_iomodule.h', + 'IO_OBJS': '\\', + 'LDCXXSHARED': 'powerpc64le-conda-linux-gnu-c++ -pthread -shared', + 'LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ', + 'LDLAST': '', + 'LDLIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'LDLIBRARYDIR': '', + 'LDSHARED': 'powerpc64le-conda-linux-gnu-gcc -pthread -shared -Wl,-O2 ' + '-Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ', + 'LDVERSION': '@PYVER@@ABIFLAGS@', + 'LIBC': '', + 'LIBDEST': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'LIBDIR': '/opt/anaconda1anaconda2anaconda3/lib', + 'LIBFFI_INCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'LIBM': '-lm', + 'LIBOBJDIR': 'Python/', + 'LIBOBJS': '', + 'LIBPC': '/opt/anaconda1anaconda2anaconda3/lib/pkgconfig', + 'LIBPL': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/config-@PYVER@@ABIFLAGS@-powerpc64le-linux-gnu', + 'LIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'LIBRARY_OBJS': '\\', + 'LIBRARY_OBJS_OMIT_FROZEN': '\\', + 'LIBS': '-lpthread -ldl -lutil', + 'LIBSUBDIRS': 'tkinter tkinter/test tkinter/test/test_tkinter \\', + 'LINKCC': 'powerpc64le-conda-linux-gnu-gcc -pthread', + 'LINKFORSHARED': '-Xlinker -export-dynamic', + 'LIPO_32BIT_FLAGS': '', + 'LLVM_PROF_ERR': 'no', + 'LLVM_PROF_FILE': '', + 'LLVM_PROF_MERGER': 'true', + 'LN': 'ln', + 'LOCALMODLIBS': '', + 'LOG1P_DROPS_ZERO_SIGN': 0, + 'MACHDEP': 'linux', + 'MACHDEPPATH': ':', + 'MACHDEP_OBJS': '', + 'MACHDESTLIB': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'MACOSX_DEPLOYMENT_TARGET': '', + 'MAINCC': 'powerpc64le-conda-linux-gnu-gcc -pthread', + 'MAJOR_IN_MKDEV': 0, + 'MAJOR_IN_SYSMACROS': 0, + 'MAKESETUP': '/opt/conda/conda-bld/python_1512347718438/work/Modules/makesetup', + 'MANDIR': '/opt/anaconda1anaconda2anaconda3/share/man', + 'MKDIR_P': '/usr/bin/mkdir -p', + 'MODLIBS': '', + 'MODNAMES': '_thread posix errno pwd _sre _codecs _weakref _functools ' + '_operator _collections itertools atexit _signal _stat time ' + '_locale _io zipimport faulthandler _tracemalloc _symtable ' + 'xxsubtype', + 'MODOBJS': 'Modules/_threadmodule.o Modules/posixmodule.o ' + 'Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o ' + 'Modules/_codecsmodule.o Modules/_weakref.o ' + 'Modules/_functoolsmodule.o Modules/_operator.o ' + 'Modules/_collectionsmodule.o Modules/itertoolsmodule.o ' + 'Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o ' + 'Modules/timemodule.o Modules/_localemodule.o ' + 'Modules/_iomodule.o Modules/iobase.o Modules/fileio.o ' + 'Modules/bytesio.o Modules/bufferedio.o Modules/textio.o ' + 'Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o ' + 'Modules/_tracemalloc.o Modules/hashtable.o ' + 'Modules/symtablemodule.o Modules/xxsubtype.o', + 'MODULE_OBJS': '\\', + 'MULTIARCH': 'powerpc64le-linux-gnu', + 'MULTIARCH_CPPFLAGS': '-DMULTIARCH=\\"powerpc64le-linux-gnu\\"', + 'MVWDELCH_IS_EXPRESSION': 1, + 'NO_AS_NEEDED': '-Wl,--no-as-needed', + 'OBJECT_OBJS': '\\', + 'OPT': '-DNDEBUG -fwrapv -O2 -Wall -Wstrict-prototypes', + 'OTHER_LIBTOOL_OPT': '', + 'PACKAGE_BUGREPORT': 0, + 'PACKAGE_NAME': 0, + 'PACKAGE_STRING': 0, + 'PACKAGE_TARNAME': 0, + 'PACKAGE_URL': 0, + 'PACKAGE_VERSION': 0, + 'PARSER_HEADERS': '\\', + 'PARSER_OBJS': '\\ Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o', + 'PGEN': 'Parser/pgen', + 'PGENOBJS': '\\ \\', + 'PGOBJS': '\\', + 'PGO_PROF_GEN_FLAG': '-fprofile-generate', + 'PGO_PROF_USE_FLAG': ' ', + 'PLATDIR': '', + 'POBJS': '\\', + 'POSIX_SEMAPHORES_NOT_ENABLED': 0, + 'PROFILE_TASK': '-m test.regrtest --pgo', + 'PTHREAD_SYSTEM_SCHED_SUPPORTED': 1, + 'PURIFY': '', + 'PY3LIBRARY': '', + 'PYLONG_BITS_IN_DIGIT': 0, + 'PYTHON': 'python', + 'PYTHONFRAMEWORK': '', + 'PYTHONFRAMEWORKDIR': 'no-framework', + 'PYTHONFRAMEWORKINSTALLDIR': '', + 'PYTHONFRAMEWORKPREFIX': '', + 'PYTHONPATH': ':', + 'PYTHON_FOR_BUILD': './python -E', + 'PYTHON_FOR_REGEN': 'python@PYVER@', + 'PYTHON_HEADERS': '\\', + 'PYTHON_OBJS': '\\', + 'PY_BUILD_ENVIRON': '', + 'PY_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall ' + '-Wstrict-prototypes -mcpu=power8 -mtune=power8 -mpower8-fusion ' + '-mpower8-vector -ftree-vectorize -fPIC -fstack-protector-strong ' + '-fno-plt -O2 ' + '-pipe ' + ' -mcpu=power8 -mtune=power8 ' + '-mpower8-fusion -mpower8-vector -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' ', + 'PY_CFLAGS_NODIST': '-std=c99 -Wextra -Wno-unused-result ' + '-Wno-unused-parameter -Wno-missing-field-initializers ' + '-mcpu=power8 -mtune=power8 -mpower8-fusion ' + '-mpower8-vector -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' ' + ' ' + ' ', + 'PY_CORE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 ' + '-Wall -Wstrict-prototypes -mcpu=power8 -mtune=power8 ' + '-mpower8-fusion -mpower8-vector -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' -mcpu=power8 -mtune=power8 ' + '-mpower8-fusion -mpower8-vector -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' -std=c99 -Wextra ' + '-Wno-unused-result -Wno-unused-parameter ' + '-Wno-missing-field-initializers -mcpu=power8 -mtune=power8 ' + '-mpower8-fusion -mpower8-vector -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' ' + ' ' + ' -IObjects -IInclude ' + '-IPython -I. ' + '-I/opt/conda/conda-bld/python_1512347718438/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-DPy_BUILD_CORE', + 'PY_CPPFLAGS': '-IObjects -IInclude -IPython -I. ' + '-I/opt/conda/conda-bld/python_1512347718438/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'PY_FORMAT_SIZE_T': '"z"', + 'PY_LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ' + '', + 'Py_DEBUG': 0, + 'Py_ENABLE_SHARED': 0, + 'Py_HASH_ALGORITHM': 0, + 'QUICKTESTOPTS': '-x test_subprocess test_io test_lib2to3 \\', + 'RANLIB': 'powerpc64le-conda-linux-gnu-ranlib', + 'READELF': 'powerpc64le-conda-linux-gnu-readelf', + 'RESSRCDIR': 'Mac/Resources/framework', + 'RETSIGTYPE': 'void', + 'RUNSHARED': '', + 'SCRIPTDIR': '/opt/anaconda1anaconda2anaconda3/lib', + 'SETPGRP_HAVE_ARG': 0, + 'SGI_ABI': '', + 'SHELL': '/bin/sh', + 'SHLIBS': '-lpthread -ldl -lutil', + 'SHLIB_SUFFIX': '.so', + 'SIGNED_RIGHT_SHIFT_ZERO_FILLS': 0, + 'SITEPATH': '', + 'SIZEOF_DOUBLE': 8, + 'SIZEOF_FLOAT': 4, + 'SIZEOF_FPOS_T': 16, + 'SIZEOF_INT': 4, + 'SIZEOF_LONG': 8, + 'SIZEOF_LONG_DOUBLE': 16, + 'SIZEOF_LONG_LONG': 8, + 'SIZEOF_OFF_T': 8, + 'SIZEOF_PID_T': 4, + 'SIZEOF_PTHREAD_T': 8, + 'SIZEOF_SHORT': 2, + 'SIZEOF_SIZE_T': 8, + 'SIZEOF_TIME_T': 8, + 'SIZEOF_UINTPTR_T': 8, + 'SIZEOF_VOID_P': 8, + 'SIZEOF_WCHAR_T': 4, + 'SIZEOF__BOOL': 1, + 'SOABI': 'cpython-@PYVERNODOTS@@ABIFLAGS@-powerpc64le-linux-gnu', + 'SRCDIRS': 'Parser Grammar Objects Python Modules Mac Programs', + 'SRC_GDB_HOOKS': '/opt/conda/conda-bld/python_1512347718438/work/Tools/gdb/libpython.py', + 'STDC_HEADERS': 1, + 'STRICT_SYSV_CURSES': "/* Don't use ncurses extensions */", + 'STRIPFLAG': '-s', + 'SUBDIRS': '', + 'SUBDIRSTOO': 'Include Lib Misc', + 'SYSLIBS': '-lm', + 'SYS_SELECT_WITH_SYS_TIME': 1, + 'TANH_PRESERVES_ZERO_SIGN': 1, + 'TCLTK_INCLUDES': '-I/opt/anaconda1anaconda2anaconda3/include', + 'TCLTK_LIBS': '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-ltcl@TCLTK_VER@ -ltk@TCLTK_VER@', + 'TESTOPTS': '', + 'TESTPATH': '', + 'TESTPYTHON': './python', + 'TESTPYTHONOPTS': '', + 'TESTRUNNER': './python ' + '/opt/conda/conda-bld/python_1512347718438/work/Tools/scripts/run_tests.py', + 'TESTTIMEOUT': 1200, + 'THREADOBJ': 'Python/thread.o', + 'TIMEMODULE_LIB': 0, + 'TIME_WITH_SYS_TIME': 1, + 'TM_IN_SYS_TIME': 0, + 'UNICODE_DEPS': '\\', + 'UNIVERSALSDK': '', + 'USE_COMPUTED_GOTOS': 1, + 'USE_INLINE': 1, + 'VERSION': '@PYVER@', + 'VPATH': '/opt/conda/conda-bld/python_1512347718438/work', + 'WANT_SIGFPE_HANDLER': 0, + 'WINDOW_HAS_FLAGS': 1, + 'WITH_DOC_STRINGS': 1, + 'WITH_DTRACE': 0, + 'WITH_DYLD': 0, + 'WITH_LIBINTL': 0, + 'WITH_NEXT_FRAMEWORK': 0, + 'WITH_PYMALLOC': 1, + 'WITH_THREAD': 1, + 'WITH_VALGRIND': 0, + 'X87_DOUBLE_ROUNDING': 0, + 'XMLLIBSUBDIRS': 'xml xml/dom xml/etree xml/parsers xml/sax', + 'abs_builddir': '/opt/conda/conda-bld/python_1512347718438/work/build-static', + 'abs_srcdir': '/opt/conda/conda-bld/python_1512347718438/work', + 'datarootdir': '/opt/anaconda1anaconda2anaconda3/share', + 'exec_prefix': '/opt/anaconda1anaconda2anaconda3', + 'prefix': '/opt/anaconda1anaconda2anaconda3', + 'srcdir': '/opt/conda/conda-bld/python_1512347718438/work'} diff --git a/recipe/sysconfigdata/_sysconfigdata_x86_64_conda_linux_gnu.py b/recipe/sysconfigdata/_sysconfigdata_x86_64_conda_linux_gnu.py new file mode 100644 index 000000000..efb40be46 --- /dev/null +++ b/recipe/sysconfigdata/_sysconfigdata_x86_64_conda_linux_gnu.py @@ -0,0 +1,773 @@ +# system configuration generated and used by the sysconfig module +build_time_vars = {'ABIFLAGS': '@ABIFLAGS@', + 'AC_APPLE_UNIVERSAL_BUILD': 0, + 'AIX_GENUINE_CPLUSPLUS': 0, + 'ANDROID_API_LEVEL': 0, + 'AR': 'x86_64-conda-linux-gnu-ar', + 'ARFLAGS': 'rc', + 'BASECFLAGS': '-Wno-unused-result -Wsign-compare', + 'BASECPPFLAGS': '-IObjects -IInclude -IPython', + 'BASEMODLIBS': '', + 'BINDIR': '/opt/anaconda1anaconda2anaconda3/bin', + 'BINLIBDEST': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'BLDLIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'BLDSHARED': 'x86_64-conda-linux-gnu-gcc -pthread -shared -Wl,-O2 ' + '-Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ' + '', + 'BUILDEXE': '', + 'BUILDPYTHON': 'python', + 'BUILD_GNU_TYPE': 'x86_64-conda-linux-gnu', + 'BYTESTR_DEPS': '\\', + 'CC': 'x86_64-conda-linux-gnu-gcc -pthread', + 'CCSHARED': '-fPIC', + 'CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall ' + '-Wstrict-prototypes -march=nocona -mtune=haswell -ftree-vectorize ' + '-fPIC -fstack-protector-strong -fno-plt -O2 -pipe ' + ' ' + '-march=nocona -mtune=haswell -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + ' ', + 'CFLAGSFORSHARED': '', + 'CFLAGS_ALIASING': '', + 'CONFIGFILES': 'configure configure.ac acconfig.h pyconfig.h.in ' + 'Makefile.pre.in', + 'CONFIGURE_CFLAGS': '-march=nocona -mtune=haswell -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + ' ' + ' ', + 'CONFIGURE_CFLAGS_NODIST': '-std=c99 -Wextra -Wno-unused-result ' + '-Wno-unused-parameter ' + '-Wno-missing-field-initializers', + 'CONFIGURE_CPPFLAGS': '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'CONFIGURE_LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib', + 'CONFIG_ARGS': "'--prefix=/opt/anaconda1anaconda2anaconda3' " + "'--build=x86_64-conda-linux-gnu' " + "'--host=x86_64-conda-linux-gnu' '--enable-ipv6' " + "'--with-ensurepip=no' '--with-computed-gotos' " + "'--with-system-ffi' '--enable-loadable-sqlite-extensions' " + "'--with-tcltk-includes=-I/opt/anaconda1anaconda2anaconda3/include' " + "'--with-tcltk-libs=-L/opt/anaconda1anaconda2anaconda3/lib " + "-ltcl@TCLTK_VER@ -ltk@TCLTK_VER@' '--enable-optimizations' '--with-lto' " + "'--disable-shared' 'build_alias=x86_64-conda-linux-gnu' " + "'host_alias=x86_64-conda-linux-gnu' " + "'CC=x86_64-conda-linux-gnu-gcc' 'CFLAGS=-march=nocona " + '-mtune=haswell -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + ' ' + "' 'LDFLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed " + '-Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + "-L/opt/anaconda1anaconda2anaconda3/lib' " + "'CPPFLAGS=-D_FORTIFY_SOURCE=2 -O2 " + "-I/opt/anaconda1anaconda2anaconda3/include' " + "'CPP=/opt/anaconda1anaconda2anaconda3/bin/x86_64-conda-linux-gnu-cpp' " + "'PKG_CONFIG_PATH=/opt/anaconda1anaconda2anaconda3/lib/pkgconfig'", + 'CONFINCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'CONFINCLUDEPY': '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'COREPYTHONPATH': ':', + 'COVERAGE_INFO': '/tmp/build/80754af9/python_1510184704423/work/build-static/coverage.info', + 'COVERAGE_REPORT': '/tmp/build/80754af9/python_1510184704423/work/build-static/lcov-report', + 'COVERAGE_REPORT_OPTIONS': '--no-branch-coverage --title "CPython lcov ' + 'report"', + 'CPPFLAGS': '-IObjects -IInclude -IPython -I. ' + '-I/tmp/build/80754af9/python_1510184704423/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'CXX': 'x86_64-conda-linux-gnu-c++ -pthread', + 'DESTDIRS': '/opt/anaconda1anaconda2anaconda3 ' + '/opt/anaconda1anaconda2anaconda3/lib ' + '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@ ' + '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/lib-dynload', + 'DESTLIB': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'DESTPATH': '', + 'DESTSHARED': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/lib-dynload', + 'DFLAGS': '', + 'DIRMODE': 755, + 'DIST': 'README ChangeLog configure configure.ac acconfig.h pyconfig.h.in ' + 'Makefile.pre.in Include Lib Misc Ext-dummy', + 'DISTDIRS': 'Include Lib Misc Ext-dummy', + 'DISTFILES': 'README ChangeLog configure configure.ac acconfig.h ' + 'pyconfig.h.in Makefile.pre.in', + 'DLINCLDIR': '.', + 'DLLLIBRARY': '', + 'DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754': 0, + 'DOUBLE_IS_BIG_ENDIAN_IEEE754': 0, + 'DOUBLE_IS_LITTLE_ENDIAN_IEEE754': 1, + 'DTRACE': '', + 'DTRACE_DEPS': '\\', + 'DTRACE_HEADERS': '', + 'DTRACE_OBJS': '', + 'DYNLOADFILE': 'dynload_shlib.o', + 'ENABLE_IPV6': 1, + 'ENSUREPIP': 'no', + 'EXE': '', + 'EXEMODE': 755, + 'EXTRAMACHDEPPATH': '', + 'EXTRATESTOPTS': '', + 'EXT_SUFFIX': '.cpython-@PYVERNODOTS@@ABIFLAGS@-x86_64-linux-gnu.so', + 'FILEMODE': 644, + 'FLOCK_NEEDS_LIBBSD': 0, + 'GETPGRP_HAVE_ARG': 0, + 'GETTIMEOFDAY_NO_TZ': 0, + 'GITBRANCH': '', + 'GITTAG': '', + 'GITVERSION': '', + 'GNULD': 'yes', + 'HAVE_ACCEPT4': 1, + 'HAVE_ACOSH': 1, + 'HAVE_ADDRINFO': 1, + 'HAVE_ALARM': 1, + 'HAVE_ALIGNED_REQUIRED': 0, + 'HAVE_ALLOCA_H': 1, + 'HAVE_ALTZONE': 0, + 'HAVE_ASINH': 1, + 'HAVE_ASM_TYPES_H': 1, + 'HAVE_ATANH': 1, + 'HAVE_BIND_TEXTDOMAIN_CODESET': 1, + 'HAVE_BLUETOOTH_BLUETOOTH_H': 0, + 'HAVE_BLUETOOTH_H': 0, + 'HAVE_BROKEN_MBSTOWCS': 0, + 'HAVE_BROKEN_NICE': 0, + 'HAVE_BROKEN_PIPE_BUF': 0, + 'HAVE_BROKEN_POLL': 0, + 'HAVE_BROKEN_POSIX_SEMAPHORES': 0, + 'HAVE_BROKEN_PTHREAD_SIGMASK': 0, + 'HAVE_BROKEN_SEM_GETVALUE': 0, + 'HAVE_BROKEN_UNSETENV': 0, + 'HAVE_BUILTIN_ATOMIC': 1, + 'HAVE_CHFLAGS': 0, + 'HAVE_CHOWN': 1, + 'HAVE_CHROOT': 1, + 'HAVE_CLOCK': 1, + 'HAVE_CLOCK_GETRES': 1, + 'HAVE_CLOCK_GETTIME': 1, + 'HAVE_CLOCK_SETTIME': 1, + 'HAVE_COMPUTED_GOTOS': 1, + 'HAVE_CONFSTR': 1, + 'HAVE_CONIO_H': 0, + 'HAVE_COPYSIGN': 1, + 'HAVE_CTERMID': 1, + 'HAVE_CTERMID_R': 0, + 'HAVE_CURSES_H': 1, + 'HAVE_CURSES_IS_TERM_RESIZED': 1, + 'HAVE_CURSES_RESIZETERM': 1, + 'HAVE_CURSES_RESIZE_TERM': 1, + 'HAVE_DECL_ISFINITE': 1, + 'HAVE_DECL_ISINF': 1, + 'HAVE_DECL_ISNAN': 1, + 'HAVE_DECL_RTLD_DEEPBIND': 1, + 'HAVE_DECL_RTLD_GLOBAL': 1, + 'HAVE_DECL_RTLD_LAZY': 1, + 'HAVE_DECL_RTLD_LOCAL': 1, + 'HAVE_DECL_RTLD_NODELETE': 1, + 'HAVE_DECL_RTLD_NOLOAD': 1, + 'HAVE_DECL_RTLD_NOW': 1, + 'HAVE_DECL_TZNAME': 0, + 'HAVE_DEVICE_MACROS': 1, + 'HAVE_DEV_PTC': 0, + 'HAVE_DEV_PTMX': 1, + 'HAVE_DIRECT_H': 0, + 'HAVE_DIRENT_D_TYPE': 1, + 'HAVE_DIRENT_H': 1, + 'HAVE_DIRFD': 1, + 'HAVE_DLFCN_H': 1, + 'HAVE_DLOPEN': 1, + 'HAVE_DUP2': 1, + 'HAVE_DUP3': 1, + 'HAVE_DYNAMIC_LOADING': 1, + 'HAVE_ENDIAN_H': 1, + 'HAVE_EPOLL': 1, + 'HAVE_EPOLL_CREATE1': 1, + 'HAVE_ERF': 1, + 'HAVE_ERFC': 1, + 'HAVE_ERRNO_H': 1, + 'HAVE_EXECV': 1, + 'HAVE_EXPM1': 1, + 'HAVE_FACCESSAT': 1, + 'HAVE_FCHDIR': 1, + 'HAVE_FCHMOD': 1, + 'HAVE_FCHMODAT': 1, + 'HAVE_FCHOWN': 1, + 'HAVE_FCHOWNAT': 1, + 'HAVE_FCNTL_H': 1, + 'HAVE_FDATASYNC': 1, + 'HAVE_FDOPENDIR': 1, + 'HAVE_FEXECVE': 1, + 'HAVE_FINITE': 1, + 'HAVE_FLOCK': 1, + 'HAVE_FORK': 1, + 'HAVE_FORKPTY': 1, + 'HAVE_FPATHCONF': 1, + 'HAVE_FSEEK64': 0, + 'HAVE_FSEEKO': 1, + 'HAVE_FSTATAT': 1, + 'HAVE_FSTATVFS': 1, + 'HAVE_FSYNC': 1, + 'HAVE_FTELL64': 0, + 'HAVE_FTELLO': 1, + 'HAVE_FTIME': 1, + 'HAVE_FTRUNCATE': 1, + 'HAVE_FUTIMENS': 1, + 'HAVE_FUTIMES': 1, + 'HAVE_FUTIMESAT': 1, + 'HAVE_GAI_STRERROR': 1, + 'HAVE_GAMMA': 1, + 'HAVE_GCC_ASM_FOR_MC68881': 0, + 'HAVE_GCC_ASM_FOR_X64': 1, + 'HAVE_GCC_ASM_FOR_X87': 1, + 'HAVE_GCC_UINT128_T': 1, + 'HAVE_GETADDRINFO': 1, + 'HAVE_GETC_UNLOCKED': 1, + 'HAVE_GETENTROPY': 0, + 'HAVE_GETGROUPLIST': 1, + 'HAVE_GETGROUPS': 1, + 'HAVE_GETHOSTBYNAME': 0, + 'HAVE_GETHOSTBYNAME_R': 1, + 'HAVE_GETHOSTBYNAME_R_3_ARG': 0, + 'HAVE_GETHOSTBYNAME_R_5_ARG': 0, + 'HAVE_GETHOSTBYNAME_R_6_ARG': 1, + 'HAVE_GETITIMER': 1, + 'HAVE_GETLOADAVG': 1, + 'HAVE_GETLOGIN': 1, + 'HAVE_GETNAMEINFO': 1, + 'HAVE_GETPAGESIZE': 1, + 'HAVE_GETPEERNAME': 1, + 'HAVE_GETPGID': 1, + 'HAVE_GETPGRP': 1, + 'HAVE_GETPID': 1, + 'HAVE_GETPRIORITY': 1, + 'HAVE_GETPWENT': 1, + 'HAVE_GETRANDOM': 0, + 'HAVE_GETRANDOM_SYSCALL': 0, + 'HAVE_GETRESGID': 1, + 'HAVE_GETRESUID': 1, + 'HAVE_GETSID': 1, + 'HAVE_GETSPENT': 1, + 'HAVE_GETSPNAM': 1, + 'HAVE_GETTIMEOFDAY': 1, + 'HAVE_GETWD': 1, + 'HAVE_GLIBC_MEMMOVE_BUG': 0, + 'HAVE_GRP_H': 1, + 'HAVE_HSTRERROR': 1, + 'HAVE_HTOLE64': 1, + 'HAVE_HYPOT': 1, + 'HAVE_IEEEFP_H': 0, + 'HAVE_IF_NAMEINDEX': 1, + 'HAVE_INET_ATON': 1, + 'HAVE_INET_PTON': 1, + 'HAVE_INITGROUPS': 1, + 'HAVE_INTTYPES_H': 1, + 'HAVE_IO_H': 0, + 'HAVE_IPA_PURE_CONST_BUG': 0, + 'HAVE_KILL': 1, + 'HAVE_KILLPG': 1, + 'HAVE_KQUEUE': 0, + 'HAVE_LANGINFO_H': 1, + 'HAVE_LARGEFILE_SUPPORT': 0, + 'HAVE_LCHFLAGS': 0, + 'HAVE_LCHMOD': 0, + 'HAVE_LCHOWN': 1, + 'HAVE_LGAMMA': 1, + 'HAVE_LIBDL': 1, + 'HAVE_LIBDLD': 0, + 'HAVE_LIBIEEE': 0, + 'HAVE_LIBINTL_H': 1, + 'HAVE_LIBREADLINE': 1, + 'HAVE_LIBRESOLV': 0, + 'HAVE_LIBSENDFILE': 0, + 'HAVE_LIBUTIL_H': 0, + 'HAVE_LINK': 1, + 'HAVE_LINKAT': 1, + 'HAVE_LINUX_CAN_BCM_H': 0, + 'HAVE_LINUX_CAN_H': 1, + 'HAVE_LINUX_CAN_RAW_FD_FRAMES': 0, + 'HAVE_LINUX_CAN_RAW_H': 1, + 'HAVE_LINUX_NETLINK_H': 1, + 'HAVE_LINUX_RANDOM_H': 1, + 'HAVE_LINUX_TIPC_H': 1, + 'HAVE_LOCKF': 1, + 'HAVE_LOG1P': 1, + 'HAVE_LOG2': 1, + 'HAVE_LONG_DOUBLE': 1, + 'HAVE_LSTAT': 1, + 'HAVE_LUTIMES': 1, + 'HAVE_MAKEDEV': 1, + 'HAVE_MBRTOWC': 1, + 'HAVE_MEMMOVE': 1, + 'HAVE_MEMORY_H': 1, + 'HAVE_MEMRCHR': 1, + 'HAVE_MKDIRAT': 1, + 'HAVE_MKFIFO': 1, + 'HAVE_MKFIFOAT': 1, + 'HAVE_MKNOD': 1, + 'HAVE_MKNODAT': 1, + 'HAVE_MKTIME': 1, + 'HAVE_MMAP': 1, + 'HAVE_MREMAP': 1, + 'HAVE_NCURSES_H': 1, + 'HAVE_NDIR_H': 0, + 'HAVE_NETPACKET_PACKET_H': 1, + 'HAVE_NET_IF_H': 1, + 'HAVE_NICE': 1, + 'HAVE_OPENAT': 1, + 'HAVE_OPENPTY': 1, + 'HAVE_PATHCONF': 1, + 'HAVE_PAUSE': 1, + 'HAVE_PIPE2': 1, + 'HAVE_PLOCK': 0, + 'HAVE_POLL': 1, + 'HAVE_POLL_H': 1, + 'HAVE_POSIX_FADVISE': 1, + 'HAVE_POSIX_FALLOCATE': 1, + 'HAVE_PREAD': 1, + 'HAVE_PRLIMIT': 0, + 'HAVE_PROCESS_H': 0, + 'HAVE_PROTOTYPES': 1, + 'HAVE_PTHREAD_ATFORK': 1, + 'HAVE_PTHREAD_DESTRUCTOR': 0, + 'HAVE_PTHREAD_H': 1, + 'HAVE_PTHREAD_INIT': 0, + 'HAVE_PTHREAD_KILL': 1, + 'HAVE_PTHREAD_SIGMASK': 1, + 'HAVE_PTY_H': 1, + 'HAVE_PUTENV': 1, + 'HAVE_PWRITE': 1, + 'HAVE_READLINK': 1, + 'HAVE_READLINKAT': 1, + 'HAVE_READV': 1, + 'HAVE_REALPATH': 1, + 'HAVE_RENAMEAT': 1, + 'HAVE_RL_APPEND_HISTORY': 1, + 'HAVE_RL_CALLBACK': 1, + 'HAVE_RL_CATCH_SIGNAL': 1, + 'HAVE_RL_COMPLETION_APPEND_CHARACTER': 1, + 'HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK': 1, + 'HAVE_RL_COMPLETION_MATCHES': 1, + 'HAVE_RL_COMPLETION_SUPPRESS_APPEND': 1, + 'HAVE_RL_PRE_INPUT_HOOK': 1, + 'HAVE_RL_RESIZE_TERMINAL': 1, + 'HAVE_ROUND': 1, + 'HAVE_SCHED_GET_PRIORITY_MAX': 1, + 'HAVE_SCHED_H': 1, + 'HAVE_SCHED_RR_GET_INTERVAL': 1, + 'HAVE_SCHED_SETAFFINITY': 1, + 'HAVE_SCHED_SETPARAM': 1, + 'HAVE_SCHED_SETSCHEDULER': 1, + 'HAVE_SELECT': 1, + 'HAVE_SEM_GETVALUE': 1, + 'HAVE_SEM_OPEN': 1, + 'HAVE_SEM_TIMEDWAIT': 1, + 'HAVE_SEM_UNLINK': 1, + 'HAVE_SENDFILE': 1, + 'HAVE_SETEGID': 1, + 'HAVE_SETEUID': 1, + 'HAVE_SETGID': 1, + 'HAVE_SETGROUPS': 1, + 'HAVE_SETHOSTNAME': 1, + 'HAVE_SETITIMER': 1, + 'HAVE_SETLOCALE': 1, + 'HAVE_SETPGID': 1, + 'HAVE_SETPGRP': 1, + 'HAVE_SETPRIORITY': 1, + 'HAVE_SETREGID': 1, + 'HAVE_SETRESGID': 1, + 'HAVE_SETRESUID': 1, + 'HAVE_SETREUID': 1, + 'HAVE_SETSID': 1, + 'HAVE_SETUID': 1, + 'HAVE_SETVBUF': 1, + 'HAVE_SHADOW_H': 1, + 'HAVE_SIGACTION': 1, + 'HAVE_SIGALTSTACK': 1, + 'HAVE_SIGINTERRUPT': 1, + 'HAVE_SIGNAL_H': 1, + 'HAVE_SIGPENDING': 1, + 'HAVE_SIGRELSE': 1, + 'HAVE_SIGTIMEDWAIT': 1, + 'HAVE_SIGWAIT': 1, + 'HAVE_SIGWAITINFO': 1, + 'HAVE_SNPRINTF': 1, + 'HAVE_SOCKADDR_ALG': 0, + 'HAVE_SOCKADDR_SA_LEN': 0, + 'HAVE_SOCKADDR_STORAGE': 1, + 'HAVE_SOCKETPAIR': 1, + 'HAVE_SPAWN_H': 1, + 'HAVE_SSIZE_T': 1, + 'HAVE_STATVFS': 1, + 'HAVE_STAT_TV_NSEC': 1, + 'HAVE_STAT_TV_NSEC2': 0, + 'HAVE_STDARG_PROTOTYPES': 1, + 'HAVE_STDINT_H': 1, + 'HAVE_STDLIB_H': 1, + 'HAVE_STD_ATOMIC': 1, + 'HAVE_STRDUP': 1, + 'HAVE_STRFTIME': 1, + 'HAVE_STRINGS_H': 1, + 'HAVE_STRING_H': 1, + 'HAVE_STRLCPY': 0, + 'HAVE_STROPTS_H': 1, + 'HAVE_STRUCT_PASSWD_PW_GECOS': 1, + 'HAVE_STRUCT_PASSWD_PW_PASSWD': 1, + 'HAVE_STRUCT_STAT_ST_BIRTHTIME': 0, + 'HAVE_STRUCT_STAT_ST_BLKSIZE': 1, + 'HAVE_STRUCT_STAT_ST_BLOCKS': 1, + 'HAVE_STRUCT_STAT_ST_FLAGS': 0, + 'HAVE_STRUCT_STAT_ST_GEN': 0, + 'HAVE_STRUCT_STAT_ST_RDEV': 1, + 'HAVE_STRUCT_TM_TM_ZONE': 1, + 'HAVE_SYMLINK': 1, + 'HAVE_SYMLINKAT': 1, + 'HAVE_SYNC': 1, + 'HAVE_SYSCONF': 1, + 'HAVE_SYSEXITS_H': 1, + 'HAVE_SYS_AUDIOIO_H': 0, + 'HAVE_SYS_BSDTTY_H': 0, + 'HAVE_SYS_DEVPOLL_H': 0, + 'HAVE_SYS_DIR_H': 0, + 'HAVE_SYS_ENDIAN_H': 0, + 'HAVE_SYS_EPOLL_H': 1, + 'HAVE_SYS_EVENT_H': 0, + 'HAVE_SYS_FILE_H': 1, + 'HAVE_SYS_IOCTL_H': 1, + 'HAVE_SYS_KERN_CONTROL_H': 0, + 'HAVE_SYS_LOADAVG_H': 0, + 'HAVE_SYS_LOCK_H': 0, + 'HAVE_SYS_MKDEV_H': 0, + 'HAVE_SYS_MODEM_H': 0, + 'HAVE_SYS_NDIR_H': 0, + 'HAVE_SYS_PARAM_H': 1, + 'HAVE_SYS_POLL_H': 1, + 'HAVE_SYS_RANDOM_H': 0, + 'HAVE_SYS_RESOURCE_H': 1, + 'HAVE_SYS_SELECT_H': 1, + 'HAVE_SYS_SENDFILE_H': 1, + 'HAVE_SYS_SOCKET_H': 1, + 'HAVE_SYS_STATVFS_H': 1, + 'HAVE_SYS_STAT_H': 1, + 'HAVE_SYS_SYSCALL_H': 1, + 'HAVE_SYS_SYSMACROS_H': 1, + 'HAVE_SYS_SYS_DOMAIN_H': 0, + 'HAVE_SYS_TERMIO_H': 0, + 'HAVE_SYS_TIMES_H': 1, + 'HAVE_SYS_TIME_H': 1, + 'HAVE_SYS_TYPES_H': 1, + 'HAVE_SYS_UIO_H': 1, + 'HAVE_SYS_UN_H': 1, + 'HAVE_SYS_UTSNAME_H': 1, + 'HAVE_SYS_WAIT_H': 1, + 'HAVE_SYS_XATTR_H': 1, + 'HAVE_TCGETPGRP': 1, + 'HAVE_TCSETPGRP': 1, + 'HAVE_TEMPNAM': 1, + 'HAVE_TERMIOS_H': 1, + 'HAVE_TERM_H': 1, + 'HAVE_TGAMMA': 1, + 'HAVE_TIMEGM': 1, + 'HAVE_TIMES': 1, + 'HAVE_TMPFILE': 1, + 'HAVE_TMPNAM': 1, + 'HAVE_TMPNAM_R': 1, + 'HAVE_TM_ZONE': 1, + 'HAVE_TRUNCATE': 1, + 'HAVE_TZNAME': 0, + 'HAVE_UCS4_TCL': 0, + 'HAVE_UNAME': 1, + 'HAVE_UNISTD_H': 1, + 'HAVE_UNLINKAT': 1, + 'HAVE_UNSETENV': 1, + 'HAVE_USABLE_WCHAR_T': 0, + 'HAVE_UTIL_H': 0, + 'HAVE_UTIMENSAT': 1, + 'HAVE_UTIMES': 1, + 'HAVE_UTIME_H': 1, + 'HAVE_WAIT3': 1, + 'HAVE_WAIT4': 1, + 'HAVE_WAITID': 1, + 'HAVE_WAITPID': 1, + 'HAVE_WCHAR_H': 1, + 'HAVE_WCSCOLL': 1, + 'HAVE_WCSFTIME': 1, + 'HAVE_WCSXFRM': 1, + 'HAVE_WMEMCMP': 1, + 'HAVE_WORKING_TZSET': 1, + 'HAVE_WRITEV': 1, + 'HAVE_ZLIB_COPY': 1, + 'HAVE__GETPTY': 0, + 'HOST_GNU_TYPE': 'x86_64-conda-linux-gnu', + 'INCLDIRSTOMAKE': '/opt/anaconda1anaconda2anaconda3/include ' + '/opt/anaconda1anaconda2anaconda3/include ' + '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@ ' + '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'INCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'INCLUDEPY': '/opt/anaconda1anaconda2anaconda3/include/python@PYVER@@ABIFLAGS@', + 'INSTALL': '/usr/bin/install -c', + 'INSTALL_DATA': '/usr/bin/install -c -m 644', + 'INSTALL_PROGRAM': '/usr/bin/install -c', + 'INSTALL_SCRIPT': '/usr/bin/install -c', + 'INSTALL_SHARED': '/usr/bin/install -c -m 555', + 'INSTSONAME': 'libpython@PYVER@@ABIFLAGS@.a', + 'IO_H': 'Modules/_io/_iomodule.h', + 'IO_OBJS': '\\', + 'LDCXXSHARED': 'x86_64-conda-linux-gnu-c++ -pthread -shared', + 'LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ', + 'LDLAST': '', + 'LDLIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'LDLIBRARYDIR': '', + 'LDSHARED': 'x86_64-conda-linux-gnu-gcc -pthread -shared -Wl,-O2 ' + '-Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ', + 'LDVERSION': '@PYVER@@ABIFLAGS@', + 'LIBC': '', + 'LIBDEST': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'LIBDIR': '/opt/anaconda1anaconda2anaconda3/lib', + 'LIBFFI_INCLUDEDIR': '/opt/anaconda1anaconda2anaconda3/include', + 'LIBM': '-lm', + 'LIBOBJDIR': 'Python/', + 'LIBOBJS': '', + 'LIBPC': '/opt/anaconda1anaconda2anaconda3/lib/pkgconfig', + 'LIBPL': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@/config-@PYVER@@ABIFLAGS@-x86_64-linux-gnu', + 'LIBRARY': 'libpython@PYVER@@ABIFLAGS@.a', + 'LIBRARY_OBJS': '\\', + 'LIBRARY_OBJS_OMIT_FROZEN': '\\', + 'LIBS': '-lpthread -ldl -lutil -lrt', + 'LIBSUBDIRS': 'tkinter tkinter/test tkinter/test/test_tkinter \\', + 'LINKCC': 'x86_64-conda-linux-gnu-gcc -pthread', + 'LINKFORSHARED': '-Xlinker -export-dynamic', + 'LIPO_32BIT_FLAGS': '', + 'LLVM_PROF_ERR': 'no', + 'LLVM_PROF_FILE': '', + 'LLVM_PROF_MERGER': 'true', + 'LN': 'ln', + 'LOCALMODLIBS': '', + 'LOG1P_DROPS_ZERO_SIGN': 0, + 'MACHDEP': 'linux', + 'MACHDEPPATH': ':', + 'MACHDEP_OBJS': '', + 'MACHDESTLIB': '/opt/anaconda1anaconda2anaconda3/lib/python@PYVER@', + 'MACOSX_DEPLOYMENT_TARGET': '', + 'MAINCC': 'x86_64-conda-linux-gnu-gcc -pthread', + 'MAJOR_IN_MKDEV': 0, + 'MAJOR_IN_SYSMACROS': 0, + 'MAKESETUP': '/tmp/build/80754af9/python_1510184704423/work/Modules/makesetup', + 'MANDIR': '/opt/anaconda1anaconda2anaconda3/share/man', + 'MKDIR_P': '/bin/mkdir -p', + 'MODLIBS': '', + 'MODNAMES': '_thread posix errno pwd _sre _codecs _weakref _functools ' + '_operator _collections itertools atexit _signal _stat time ' + '_locale _io zipimport faulthandler _tracemalloc _symtable ' + 'xxsubtype', + 'MODOBJS': 'Modules/_threadmodule.o Modules/posixmodule.o ' + 'Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o ' + 'Modules/_codecsmodule.o Modules/_weakref.o ' + 'Modules/_functoolsmodule.o Modules/_operator.o ' + 'Modules/_collectionsmodule.o Modules/itertoolsmodule.o ' + 'Modules/atexitmodule.o Modules/signalmodule.o Modules/_stat.o ' + 'Modules/timemodule.o Modules/_localemodule.o ' + 'Modules/_iomodule.o Modules/iobase.o Modules/fileio.o ' + 'Modules/bytesio.o Modules/bufferedio.o Modules/textio.o ' + 'Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o ' + 'Modules/_tracemalloc.o Modules/hashtable.o ' + 'Modules/symtablemodule.o Modules/xxsubtype.o', + 'MODULE_OBJS': '\\', + 'MULTIARCH': 'x86_64-linux-gnu', + 'MULTIARCH_CPPFLAGS': '-DMULTIARCH=\\"x86_64-linux-gnu\\"', + 'MVWDELCH_IS_EXPRESSION': 1, + 'NO_AS_NEEDED': '-Wl,--no-as-needed', + 'OBJECT_OBJS': '\\', + 'OPT': '-DNDEBUG -fwrapv -O2 -Wall -Wstrict-prototypes', + 'OTHER_LIBTOOL_OPT': '', + 'PACKAGE_BUGREPORT': 0, + 'PACKAGE_NAME': 0, + 'PACKAGE_STRING': 0, + 'PACKAGE_TARNAME': 0, + 'PACKAGE_URL': 0, + 'PACKAGE_VERSION': 0, + 'PARSER_HEADERS': '\\', + 'PARSER_OBJS': '\\ Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o', + 'PGEN': 'Parser/pgen', + 'PGENOBJS': '\\ \\', + 'PGOBJS': '\\', + 'PGO_PROF_GEN_FLAG': '-fprofile-generate', + 'PGO_PROF_USE_FLAG': ' ', + 'PLATDIR': '', + 'POBJS': '\\', + 'POSIX_SEMAPHORES_NOT_ENABLED': 0, + 'PROFILE_TASK': '-m test.regrtest --pgo', + 'PTHREAD_SYSTEM_SCHED_SUPPORTED': 1, + 'PURIFY': '', + 'PY3LIBRARY': '', + 'PYLONG_BITS_IN_DIGIT': 0, + 'PYTHON': 'python', + 'PYTHONFRAMEWORK': '', + 'PYTHONFRAMEWORKDIR': 'no-framework', + 'PYTHONFRAMEWORKINSTALLDIR': '', + 'PYTHONFRAMEWORKPREFIX': '', + 'PYTHONPATH': ':', + 'PYTHON_FOR_BUILD': './python -E', + 'PYTHON_FOR_REGEN': 'python@PYVER@', + 'PYTHON_HEADERS': '\\', + 'PYTHON_OBJS': '\\', + 'PY_BUILD_ENVIRON': '', + 'PY_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall ' + '-Wstrict-prototypes -march=nocona -mtune=haswell ' + '-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' -march=nocona -mtune=haswell ' + '-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 ' + '-pipe ' + ' ', + 'PY_CFLAGS_NODIST': '-std=c99 -Wextra -Wno-unused-result ' + '-Wno-unused-parameter -Wno-missing-field-initializers ' + '-march=nocona -mtune=haswell -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + ' ' + ' ' + ' ' + ' ', + 'PY_CORE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 ' + '-Wall -Wstrict-prototypes -march=nocona -mtune=haswell ' + '-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt ' + '-O2 -pipe ' + ' -march=nocona -mtune=haswell ' + '-ftree-vectorize -fPIC -fstack-protector-strong -fno-plt ' + '-O2 -pipe ' + ' -std=c99 -Wextra ' + '-Wno-unused-result -Wno-unused-parameter ' + '-Wno-missing-field-initializers -march=nocona ' + '-mtune=haswell -ftree-vectorize -fPIC ' + '-fstack-protector-strong -fno-plt -O2 -pipe ' + ' ' + ' ' + ' ' + '-IObjects -IInclude -IPython -I. ' + '-I/tmp/build/80754af9/python_1510184704423/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-DPy_BUILD_CORE', + 'PY_CPPFLAGS': '-IObjects -IInclude -IPython -I. ' + '-I/tmp/build/80754af9/python_1510184704423/work/Include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include ' + '-D_FORTIFY_SOURCE=2 -O2 ' + '-I/opt/anaconda1anaconda2anaconda3/include', + 'PY_FORMAT_SIZE_T': '"z"', + 'PY_LDFLAGS': '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro ' + '-Wl,-z,now ' + '-Wl,-rpath,/opt/anaconda1anaconda2anaconda3/lib ' + '-L/opt/anaconda1anaconda2anaconda3/lib ' + ' ' + '', + 'Py_DEBUG': 0, + 'Py_ENABLE_SHARED': 0, + 'Py_HASH_ALGORITHM': 0, + 'QUICKTESTOPTS': '-x test_subprocess test_io test_lib2to3 \\', + 'RANLIB': 'x86_64-conda-linux-gnu-ranlib', + 'READELF': 'x86_64-conda-linux-gnu-readelf', + 'RESSRCDIR': 'Mac/Resources/framework', + 'RETSIGTYPE': 'void', + 'RUNSHARED': '', + 'SCRIPTDIR': '/opt/anaconda1anaconda2anaconda3/lib', + 'SETPGRP_HAVE_ARG': 0, + 'SGI_ABI': '', + 'SHELL': '/bin/sh', + 'SHLIBS': '-lpthread -ldl -lutil -lrt', + 'SHLIB_SUFFIX': '.so', + 'SIGNED_RIGHT_SHIFT_ZERO_FILLS': 0, + 'SITEPATH': '', + 'SIZEOF_DOUBLE': 8, + 'SIZEOF_FLOAT': 4, + 'SIZEOF_FPOS_T': 16, + 'SIZEOF_INT': 4, + 'SIZEOF_LONG': 8, + 'SIZEOF_LONG_DOUBLE': 16, + 'SIZEOF_LONG_LONG': 8, + 'SIZEOF_OFF_T': 8, + 'SIZEOF_PID_T': 4, + 'SIZEOF_PTHREAD_T': 8, + 'SIZEOF_SHORT': 2, + 'SIZEOF_SIZE_T': 8, + 'SIZEOF_TIME_T': 8, + 'SIZEOF_UINTPTR_T': 8, + 'SIZEOF_VOID_P': 8, + 'SIZEOF_WCHAR_T': 4, + 'SIZEOF__BOOL': 1, + 'SOABI': 'cpython-@PYVERNODOTS@@ABIFLAGS@-x86_64-linux-gnu', + 'SRCDIRS': 'Parser Grammar Objects Python Modules Mac Programs', + 'SRC_GDB_HOOKS': '/tmp/build/80754af9/python_1510184704423/work/Tools/gdb/libpython.py', + 'STDC_HEADERS': 1, + 'STRICT_SYSV_CURSES': "/* Don't use ncurses extensions */", + 'STRIPFLAG': '-s', + 'SUBDIRS': '', + 'SUBDIRSTOO': 'Include Lib Misc', + 'SYSLIBS': '-lm', + 'SYS_SELECT_WITH_SYS_TIME': 1, + 'TANH_PRESERVES_ZERO_SIGN': 1, + 'TCLTK_INCLUDES': '-I/opt/anaconda1anaconda2anaconda3/include', + 'TCLTK_LIBS': '-L/opt/anaconda1anaconda2anaconda3/lib ' + '-ltcl@TCLTK_VER@ -ltk@TCLTK_VER@', + 'TESTOPTS': '', + 'TESTPATH': '', + 'TESTPYTHON': './python', + 'TESTPYTHONOPTS': '', + 'TESTRUNNER': './python ' + '/tmp/build/80754af9/python_1510184704423/work/Tools/scripts/run_tests.py', + 'TESTTIMEOUT': 1200, + 'THREADOBJ': 'Python/thread.o', + 'TIMEMODULE_LIB': 'rt', + 'TIME_WITH_SYS_TIME': 1, + 'TM_IN_SYS_TIME': 0, + 'UNICODE_DEPS': '\\', + 'UNIVERSALSDK': '', + 'USE_COMPUTED_GOTOS': 1, + 'USE_INLINE': 1, + 'VERSION': '@PYVER@', + 'VPATH': '/tmp/build/80754af9/python_1510184704423/work', + 'WANT_SIGFPE_HANDLER': 0, + 'WINDOW_HAS_FLAGS': 1, + 'WITH_DOC_STRINGS': 1, + 'WITH_DTRACE': 0, + 'WITH_DYLD': 0, + 'WITH_LIBINTL': 0, + 'WITH_NEXT_FRAMEWORK': 0, + 'WITH_PYMALLOC': 1, + 'WITH_THREAD': 1, + 'WITH_VALGRIND': 0, + 'X87_DOUBLE_ROUNDING': 0, + 'XMLLIBSUBDIRS': 'xml xml/dom xml/etree xml/parsers xml/sax', + 'abs_builddir': '/tmp/build/80754af9/python_1510184704423/work/build-static', + 'abs_srcdir': '/tmp/build/80754af9/python_1510184704423/work', + 'datarootdir': '/opt/anaconda1anaconda2anaconda3/share', + 'exec_prefix': '/opt/anaconda1anaconda2anaconda3', + 'prefix': '/opt/anaconda1anaconda2anaconda3', + 'srcdir': '/tmp/build/80754af9/python_1510184704423/work'} diff --git a/recipe/tests/cmake/CMakeLists.txt b/recipe/tests/cmake/CMakeLists.txt index 6ed3ec487..52c43d435 100644 --- a/recipe/tests/cmake/CMakeLists.txt +++ b/recipe/tests/cmake/CMakeLists.txt @@ -8,4 +8,4 @@ option(PY_VER, "Python version to use") find_package(PythonInterp ${PY_VER} REQUIRED) # PATHS $ENV{CONDA_PREFIX}) # This goes after, since it uses PythonInterp as hint -find_library(PythonLibs ${PY_VER} REQUIRED) +find_package(PythonLibs ${PY_VER} REQUIRED) From 37d5f6bc1b8295cd4d99089318e793d63b2fb199 Mon Sep 17 00:00:00 2001 From: conda-forge-admin Date: Sat, 8 Aug 2020 15:45:21 +0000 Subject: [PATCH 06/13] [ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration CFEP13TokenCleanup --- conda-forge.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conda-forge.yml b/conda-forge.yml index aa9c2b9b9..d5f3eaa16 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -1,9 +1,5 @@ -appveyor: - secure: {BINSTAR_TOKEN: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1} compiler_stack: comp7 max_py_ver: '38' max_r_ver: '35' provider: {linux_aarch64: native, linux_ppc64le: native, osx: azure, win: azure} -travis: - secure: {BINSTAR_TOKEN: XlN4awda3oHgy9VyeOYp5uHidR0l9bdZ8Y/RdVKs19WkUHPY0qZIALURC1cWaKdDbDrkSfUq7xiutl/248yR59fLUBdzLOBx+41pmoJ/PhhmZ/x+IvG2iX7RFcPQhuySi3UfZuymtvPCJ1ezXsyl/cFDHCOexaIXPQgiye6vm/QPFUSxyZ9ymvK4RcwdghteHR4wQpm6Lbr2eblarj+bGrymrq15vkUMvHpI8jJRHfYE9ItbHZ/uMlXfbltAPT1uHM96vQliaAPa544fVxZTLBNu8v/kVD0dfMo7A1BBiwvQj/6d+NAOqhVzXkRMkGdaQYnqq3hVOmLnJ8LjEGF0o+q2+7ENnQbdVZdyrnbwSzxLDS32LgisMGa4s/qSWwcBHeZJxTW7YRLOnMKKkDYBd5J9y7sFjIAAfRgTc2wfwvcqQfvLT17MXIwFOcN8VPulGOg9HKrfDDGsCMvPliqiE1hy96Y3aoc8BcVHINMdoE2QuCBKGDsYmSK2IHglJT1crdyVA8kpu9k6oif1dpLjGpa+wxI1hjGTHE0ookiLnN2rTj36vRibu2GC3jUQGPccDQHY/wzd4CfSitmSnudvGKk8PSf/WklirsTLXtgp53J7w+lXu62Aq7PoFBVhZl6/bEjbs7iihlBVHbuEMeW/EwMsWVABQBCAOhF2b40jyEs=} conda_forge_output_validation: true From fa85d9830cdd7a79ccb92edc973fd82581656c01 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Mon, 10 Aug 2020 13:23:40 -0500 Subject: [PATCH 07/13] Set MACOSX_SDK_VERSION --- recipe/conda_build_config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index aaf5c05fe..da6956ef1 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -6,3 +6,5 @@ cxx_compiler: # [win] - vs2017 # [win] vc: # [win] - 14.1 # [win] +MACOSX_SDK_VERSION: +- '10.15' From 65a93fffb29bfaf6f27bf2d88f0ade8dbf976ccf Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Mon, 10 Aug 2020 13:24:15 -0500 Subject: [PATCH 08/13] Add selector --- recipe/conda_build_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index da6956ef1..5ca9dcfb5 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -6,5 +6,5 @@ cxx_compiler: # [win] - vs2017 # [win] vc: # [win] - 14.1 # [win] -MACOSX_SDK_VERSION: -- '10.15' +MACOSX_SDK_VERSION: # [osx] +- '10.15' # [osx] From d51a4ac7d2af9c48cd4232118010924b95706fbb Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Mon, 10 Aug 2020 13:26:53 -0500 Subject: [PATCH 09/13] Update conda_build_config.yaml --- recipe/conda_build_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 5ca9dcfb5..2d54c3e79 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,5 +1,5 @@ -python: # [win] - - 3.8 # [win] +python: + - 3.8 c_compiler: # [win] - vs2017 # [win] cxx_compiler: # [win] From 4de5270f309570526b67f74f6244ba43e5a5c1fb Mon Sep 17 00:00:00 2001 From: conda-forge-linter Date: Mon, 10 Aug 2020 18:28:24 +0000 Subject: [PATCH 10/13] MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.7.8, and conda-forge-pinning 2020.08.09.19.50.01 --- .azure-pipelines/azure-pipelines-linux.yml | 12 +--- .azure-pipelines/azure-pipelines-osx.yml | 12 +--- ....7.____cpythontarget_platformlinux-64.yaml | 58 --------------- ....8.____cpythontarget_platformlinux-64.yaml | 58 --------------- ... => linux_64_target_platformlinux-64.yaml} | 2 +- ...__cpythontarget_platformlinux-aarch64.yaml | 64 ----------------- ...__cpythontarget_platformlinux-aarch64.yaml | 64 ----------------- ...aarch64_target_platformlinux-aarch64.yaml} | 2 +- ...__cpythontarget_platformlinux-ppc64le.yaml | 54 -------------- ...__cpythontarget_platformlinux-ppc64le.yaml | 54 -------------- ...ppc64le_target_platformlinux-ppc64le.yaml} | 2 +- ...n3.6.____cpythontarget_platformosx-64.yaml | 60 ---------------- ...n3.8.____cpythontarget_platformosx-64.yaml | 60 ---------------- ...yaml => osx_64_target_platformosx-64.yaml} | 6 +- .drone.yml | 66 +---------------- .scripts/build_steps.sh | 2 +- .travis.yml | 15 +--- README.md | 72 +++---------------- 18 files changed, 24 insertions(+), 639 deletions(-) delete mode 100644 .ci_support/linux_64_python3.7.____cpythontarget_platformlinux-64.yaml delete mode 100644 .ci_support/linux_64_python3.8.____cpythontarget_platformlinux-64.yaml rename .ci_support/{linux_64_python3.6.____cpythontarget_platformlinux-64.yaml => linux_64_target_platformlinux-64.yaml} (97%) delete mode 100644 .ci_support/linux_aarch64_python3.6.____cpythontarget_platformlinux-aarch64.yaml delete mode 100644 .ci_support/linux_aarch64_python3.8.____cpythontarget_platformlinux-aarch64.yaml rename .ci_support/{linux_aarch64_python3.7.____cpythontarget_platformlinux-aarch64.yaml => linux_aarch64_target_platformlinux-aarch64.yaml} (97%) delete mode 100644 .ci_support/linux_ppc64le_python3.6.____cpythontarget_platformlinux-ppc64le.yaml delete mode 100644 .ci_support/linux_ppc64le_python3.8.____cpythontarget_platformlinux-ppc64le.yaml rename .ci_support/{linux_ppc64le_python3.7.____cpythontarget_platformlinux-ppc64le.yaml => linux_ppc64le_target_platformlinux-ppc64le.yaml} (97%) delete mode 100644 .ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml delete mode 100644 .ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml rename .ci_support/{osx_64_python3.7.____cpythontarget_platformosx-64.yaml => osx_64_target_platformosx-64.yaml} (97%) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 95c0c5994..3f72c4cb6 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -8,16 +8,8 @@ jobs: vmImage: ubuntu-16.04 strategy: matrix: - linux_64_python3.6.____cpythontarget_platformlinux-64: - CONFIG: linux_64_python3.6.____cpythontarget_platformlinux-64 - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_64_python3.7.____cpythontarget_platformlinux-64: - CONFIG: linux_64_python3.7.____cpythontarget_platformlinux-64 - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: condaforge/linux-anvil-comp7 - linux_64_python3.8.____cpythontarget_platformlinux-64: - CONFIG: linux_64_python3.8.____cpythontarget_platformlinux-64 + linux_64_target_platformlinux-64: + CONFIG: linux_64_target_platformlinux-64 UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: condaforge/linux-anvil-comp7 maxParallel: 8 diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index ba6706c1a..0222e7067 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -5,17 +5,11 @@ jobs: - job: osx pool: - vmImage: macOS-10.14 + vmImage: macOS-10.15 strategy: matrix: - osx_64_python3.6.____cpythontarget_platformosx-64: - CONFIG: osx_64_python3.6.____cpythontarget_platformosx-64 - UPLOAD_PACKAGES: 'True' - osx_64_python3.7.____cpythontarget_platformosx-64: - CONFIG: osx_64_python3.7.____cpythontarget_platformosx-64 - UPLOAD_PACKAGES: 'True' - osx_64_python3.8.____cpythontarget_platformosx-64: - CONFIG: osx_64_python3.8.____cpythontarget_platformosx-64 + osx_64_target_platformosx-64: + CONFIG: osx_64_target_platformosx-64 UPLOAD_PACKAGES: 'True' maxParallel: 8 timeoutInMinutes: 360 diff --git a/.ci_support/linux_64_python3.7.____cpythontarget_platformlinux-64.yaml b/.ci_support/linux_64_python3.7.____cpythontarget_platformlinux-64.yaml deleted file mode 100644 index 61475dac5..000000000 --- a/.ci_support/linux_64_python3.7.____cpythontarget_platformlinux-64.yaml +++ /dev/null @@ -1,58 +0,0 @@ -bzip2: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '7' -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '7' -docker_image: -- condaforge/linux-anvil-comp7 -libffi: -- '3.2' -ncurses: -- '6.2' -openssl: -- 1.1.1 -pin_run_as_build: - bzip2: - max_pin: x - libffi: - max_pin: x.x - ncurses: - max_pin: x.x - openssl: - max_pin: x.x.x - python: - min_pin: x.x - max_pin: x.x - readline: - max_pin: x - sqlite: - max_pin: x - tk: - max_pin: x.x - xz: - max_pin: x.x - zlib: - max_pin: x.x -python: -- 3.7.* *_cpython -readline: -- '8.0' -sqlite: -- '3' -target_platform: -- linux-64 -tk: -- '8.6' -xz: -- '5.2' -zlib: -- '1.2' diff --git a/.ci_support/linux_64_python3.8.____cpythontarget_platformlinux-64.yaml b/.ci_support/linux_64_python3.8.____cpythontarget_platformlinux-64.yaml deleted file mode 100644 index f381ddd0e..000000000 --- a/.ci_support/linux_64_python3.8.____cpythontarget_platformlinux-64.yaml +++ /dev/null @@ -1,58 +0,0 @@ -bzip2: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '7' -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '7' -docker_image: -- condaforge/linux-anvil-comp7 -libffi: -- '3.2' -ncurses: -- '6.2' -openssl: -- 1.1.1 -pin_run_as_build: - bzip2: - max_pin: x - libffi: - max_pin: x.x - ncurses: - max_pin: x.x - openssl: - max_pin: x.x.x - python: - min_pin: x.x - max_pin: x.x - readline: - max_pin: x - sqlite: - max_pin: x - tk: - max_pin: x.x - xz: - max_pin: x.x - zlib: - max_pin: x.x -python: -- 3.8.* *_cpython -readline: -- '8.0' -sqlite: -- '3' -target_platform: -- linux-64 -tk: -- '8.6' -xz: -- '5.2' -zlib: -- '1.2' diff --git a/.ci_support/linux_64_python3.6.____cpythontarget_platformlinux-64.yaml b/.ci_support/linux_64_target_platformlinux-64.yaml similarity index 97% rename from .ci_support/linux_64_python3.6.____cpythontarget_platformlinux-64.yaml rename to .ci_support/linux_64_target_platformlinux-64.yaml index 6e2cde9c3..de9068a25 100644 --- a/.ci_support/linux_64_python3.6.____cpythontarget_platformlinux-64.yaml +++ b/.ci_support/linux_64_target_platformlinux-64.yaml @@ -43,7 +43,7 @@ pin_run_as_build: zlib: max_pin: x.x python: -- 3.6.* *_cpython +- '3.8' readline: - '8.0' sqlite: diff --git a/.ci_support/linux_aarch64_python3.6.____cpythontarget_platformlinux-aarch64.yaml b/.ci_support/linux_aarch64_python3.6.____cpythontarget_platformlinux-aarch64.yaml deleted file mode 100644 index 0547c69db..000000000 --- a/.ci_support/linux_aarch64_python3.6.____cpythontarget_platformlinux-aarch64.yaml +++ /dev/null @@ -1,64 +0,0 @@ -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 -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '7' -docker_image: -- condaforge/linux-anvil-aarch64 -libffi: -- '3.2' -ncurses: -- '6.2' -openssl: -- 1.1.1 -pin_run_as_build: - bzip2: - max_pin: x - libffi: - max_pin: x.x - ncurses: - max_pin: x.x - openssl: - max_pin: x.x.x - python: - min_pin: x.x - max_pin: x.x - readline: - max_pin: x - sqlite: - max_pin: x - tk: - max_pin: x.x - xz: - max_pin: x.x - zlib: - max_pin: x.x -python: -- 3.6.* *_cpython -readline: -- '8.0' -sqlite: -- '3' -target_platform: -- linux-aarch64 -tk: -- '8.6' -xz: -- '5.2' -zlib: -- '1.2' diff --git a/.ci_support/linux_aarch64_python3.8.____cpythontarget_platformlinux-aarch64.yaml b/.ci_support/linux_aarch64_python3.8.____cpythontarget_platformlinux-aarch64.yaml deleted file mode 100644 index 7298fce7a..000000000 --- a/.ci_support/linux_aarch64_python3.8.____cpythontarget_platformlinux-aarch64.yaml +++ /dev/null @@ -1,64 +0,0 @@ -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 -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '7' -docker_image: -- condaforge/linux-anvil-aarch64 -libffi: -- '3.2' -ncurses: -- '6.2' -openssl: -- 1.1.1 -pin_run_as_build: - bzip2: - max_pin: x - libffi: - max_pin: x.x - ncurses: - max_pin: x.x - openssl: - max_pin: x.x.x - python: - min_pin: x.x - max_pin: x.x - readline: - max_pin: x - sqlite: - max_pin: x - tk: - max_pin: x.x - xz: - max_pin: x.x - zlib: - max_pin: x.x -python: -- 3.8.* *_cpython -readline: -- '8.0' -sqlite: -- '3' -target_platform: -- linux-aarch64 -tk: -- '8.6' -xz: -- '5.2' -zlib: -- '1.2' diff --git a/.ci_support/linux_aarch64_python3.7.____cpythontarget_platformlinux-aarch64.yaml b/.ci_support/linux_aarch64_target_platformlinux-aarch64.yaml similarity index 97% rename from .ci_support/linux_aarch64_python3.7.____cpythontarget_platformlinux-aarch64.yaml rename to .ci_support/linux_aarch64_target_platformlinux-aarch64.yaml index c46bbecbd..d4e299f41 100644 --- a/.ci_support/linux_aarch64_python3.7.____cpythontarget_platformlinux-aarch64.yaml +++ b/.ci_support/linux_aarch64_target_platformlinux-aarch64.yaml @@ -49,7 +49,7 @@ pin_run_as_build: zlib: max_pin: x.x python: -- 3.7.* *_cpython +- '3.8' readline: - '8.0' sqlite: diff --git a/.ci_support/linux_ppc64le_python3.6.____cpythontarget_platformlinux-ppc64le.yaml b/.ci_support/linux_ppc64le_python3.6.____cpythontarget_platformlinux-ppc64le.yaml deleted file mode 100644 index 7d90d0fa1..000000000 --- a/.ci_support/linux_ppc64le_python3.6.____cpythontarget_platformlinux-ppc64le.yaml +++ /dev/null @@ -1,54 +0,0 @@ -bzip2: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '8' -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '8' -docker_image: -- condaforge/linux-anvil-ppc64le -libffi: -- '3.2' -ncurses: -- '6.2' -openssl: -- 1.1.1 -pin_run_as_build: - bzip2: - max_pin: x - libffi: - max_pin: x.x - ncurses: - max_pin: x.x - openssl: - max_pin: x.x.x - python: - min_pin: x.x - max_pin: x.x - readline: - max_pin: x - sqlite: - max_pin: x - xz: - max_pin: x.x - zlib: - max_pin: x.x -python: -- 3.6.* *_cpython -readline: -- '8.0' -sqlite: -- '3' -target_platform: -- linux-ppc64le -xz: -- '5.2' -zlib: -- '1.2' diff --git a/.ci_support/linux_ppc64le_python3.8.____cpythontarget_platformlinux-ppc64le.yaml b/.ci_support/linux_ppc64le_python3.8.____cpythontarget_platformlinux-ppc64le.yaml deleted file mode 100644 index ea2a51669..000000000 --- a/.ci_support/linux_ppc64le_python3.8.____cpythontarget_platformlinux-ppc64le.yaml +++ /dev/null @@ -1,54 +0,0 @@ -bzip2: -- '1' -c_compiler: -- gcc -c_compiler_version: -- '8' -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '8' -docker_image: -- condaforge/linux-anvil-ppc64le -libffi: -- '3.2' -ncurses: -- '6.2' -openssl: -- 1.1.1 -pin_run_as_build: - bzip2: - max_pin: x - libffi: - max_pin: x.x - ncurses: - max_pin: x.x - openssl: - max_pin: x.x.x - python: - min_pin: x.x - max_pin: x.x - readline: - max_pin: x - sqlite: - max_pin: x - xz: - max_pin: x.x - zlib: - max_pin: x.x -python: -- 3.8.* *_cpython -readline: -- '8.0' -sqlite: -- '3' -target_platform: -- linux-ppc64le -xz: -- '5.2' -zlib: -- '1.2' diff --git a/.ci_support/linux_ppc64le_python3.7.____cpythontarget_platformlinux-ppc64le.yaml b/.ci_support/linux_ppc64le_target_platformlinux-ppc64le.yaml similarity index 97% rename from .ci_support/linux_ppc64le_python3.7.____cpythontarget_platformlinux-ppc64le.yaml rename to .ci_support/linux_ppc64le_target_platformlinux-ppc64le.yaml index 00123c5a4..3d1ce2e1d 100644 --- a/.ci_support/linux_ppc64le_python3.7.____cpythontarget_platformlinux-ppc64le.yaml +++ b/.ci_support/linux_ppc64le_target_platformlinux-ppc64le.yaml @@ -41,7 +41,7 @@ pin_run_as_build: zlib: max_pin: x.x python: -- 3.7.* *_cpython +- '3.8' readline: - '8.0' sqlite: diff --git a/.ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml deleted file mode 100644 index 2288fd081..000000000 --- a/.ci_support/osx_64_python3.6.____cpythontarget_platformosx-64.yaml +++ /dev/null @@ -1,60 +0,0 @@ -MACOSX_SDK_VERSION: -- '10.15' -MACOSX_DEPLOYMENT_TARGET: -- '10.9' -bzip2: -- '1' -c_compiler: -- clang -c_compiler_version: -- '10' -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '10' -libffi: -- '3.2' -macos_machine: -- x86_64-apple-darwin13.4.0 -macos_min_version: -- '10.9' -openssl: -- 1.1.1 -pin_run_as_build: - bzip2: - max_pin: x - libffi: - max_pin: x.x - openssl: - max_pin: x.x.x - python: - min_pin: x.x - max_pin: x.x - readline: - max_pin: x - sqlite: - max_pin: x - tk: - max_pin: x.x - xz: - max_pin: x.x - zlib: - max_pin: x.x -python: -- 3.6.* *_cpython -readline: -- '8.0' -sqlite: -- '3' -target_platform: -- osx-64 -tk: -- '8.6' -xz: -- '5.2' -zlib: -- '1.2' diff --git a/.ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml deleted file mode 100644 index c591cf476..000000000 --- a/.ci_support/osx_64_python3.8.____cpythontarget_platformosx-64.yaml +++ /dev/null @@ -1,60 +0,0 @@ -MACOSX_SDK_VERSION: -- '10.15' -MACOSX_DEPLOYMENT_TARGET: -- '10.9' -bzip2: -- '1' -c_compiler: -- clang -c_compiler_version: -- '10' -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '10' -libffi: -- '3.2' -macos_machine: -- x86_64-apple-darwin13.4.0 -macos_min_version: -- '10.9' -openssl: -- 1.1.1 -pin_run_as_build: - bzip2: - max_pin: x - libffi: - max_pin: x.x - openssl: - max_pin: x.x.x - python: - min_pin: x.x - max_pin: x.x - readline: - max_pin: x - sqlite: - max_pin: x - tk: - max_pin: x.x - xz: - max_pin: x.x - zlib: - max_pin: x.x -python: -- 3.8.* *_cpython -readline: -- '8.0' -sqlite: -- '3' -target_platform: -- osx-64 -tk: -- '8.6' -xz: -- '5.2' -zlib: -- '1.2' diff --git a/.ci_support/osx_64_python3.7.____cpythontarget_platformosx-64.yaml b/.ci_support/osx_64_target_platformosx-64.yaml similarity index 97% rename from .ci_support/osx_64_python3.7.____cpythontarget_platformosx-64.yaml rename to .ci_support/osx_64_target_platformosx-64.yaml index 5a24f74b8..4aac7e836 100644 --- a/.ci_support/osx_64_python3.7.____cpythontarget_platformosx-64.yaml +++ b/.ci_support/osx_64_target_platformosx-64.yaml @@ -1,7 +1,7 @@ -MACOSX_SDK_VERSION: -- '10.15' MACOSX_DEPLOYMENT_TARGET: - '10.9' +MACOSX_SDK_VERSION: +- '10.15' bzip2: - '1' c_compiler: @@ -45,7 +45,7 @@ pin_run_as_build: zlib: max_pin: x.x python: -- 3.7.* *_cpython +- '3.8' readline: - '8.0' sqlite: diff --git a/.drone.yml b/.drone.yml index 06f076f17..076e30c48 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ --- kind: pipeline -name: linux_aarch64_python3.6.____cpython_h83c16aa69a +name: linux_aarch64_target_platformlinux-aarch64 platform: os: linux @@ -10,69 +10,7 @@ steps: - name: Install and build image: condaforge/linux-anvil-aarch64 environment: - CONFIG: linux_aarch64_python3.6.____cpythontarget_platformlinux-aarch64 - UPLOAD_PACKAGES: True - PLATFORM: linux-aarch64 - BINSTAR_TOKEN: - from_secret: BINSTAR_TOKEN - FEEDSTOCK_TOKEN: - from_secret: FEEDSTOCK_TOKEN - STAGING_BINSTAR_TOKEN: - from_secret: STAGING_BINSTAR_TOKEN - commands: - - export FEEDSTOCK_ROOT="$DRONE_WORKSPACE" - - export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe" - - export CI=drone - - export GIT_BRANCH="$DRONE_BRANCH" - - export FEEDSTOCK_NAME=$(basename ${DRONE_REPO_NAME}) - - sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint - - /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.scripts/build_steps.sh - - echo "Done building" - ---- -kind: pipeline -name: linux_aarch64_python3.7.____cpython_h07a3c734fe - -platform: - os: linux - arch: arm64 - -steps: -- name: Install and build - image: condaforge/linux-anvil-aarch64 - environment: - CONFIG: linux_aarch64_python3.7.____cpythontarget_platformlinux-aarch64 - UPLOAD_PACKAGES: True - PLATFORM: linux-aarch64 - BINSTAR_TOKEN: - from_secret: BINSTAR_TOKEN - FEEDSTOCK_TOKEN: - from_secret: FEEDSTOCK_TOKEN - STAGING_BINSTAR_TOKEN: - from_secret: STAGING_BINSTAR_TOKEN - commands: - - export FEEDSTOCK_ROOT="$DRONE_WORKSPACE" - - export RECIPE_ROOT="$FEEDSTOCK_ROOT/recipe" - - export CI=drone - - export GIT_BRANCH="$DRONE_BRANCH" - - export FEEDSTOCK_NAME=$(basename ${DRONE_REPO_NAME}) - - sed -i '$ichown -R conda:conda "$FEEDSTOCK_ROOT"' /opt/docker/bin/entrypoint - - /opt/docker/bin/entrypoint $FEEDSTOCK_ROOT/.scripts/build_steps.sh - - echo "Done building" - ---- -kind: pipeline -name: linux_aarch64_python3.8.____cpython_h73fdca77b2 - -platform: - os: linux - arch: arm64 - -steps: -- name: Install and build - image: condaforge/linux-anvil-aarch64 - environment: - CONFIG: linux_aarch64_python3.8.____cpythontarget_platformlinux-aarch64 + CONFIG: linux_aarch64_target_platformlinux-aarch64 UPLOAD_PACKAGES: True PLATFORM: linux-aarch64 BINSTAR_TOKEN: diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 21e63046b..b4529055b 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -38,7 +38,7 @@ source run_conda_forge_build_setup make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ - --suppress-variables \ + --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" validate_recipe_outputs "${FEEDSTOCK_NAME}" diff --git a/.travis.yml b/.travis.yml index 1ded8a78e..147350bff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,22 +3,11 @@ language: generic -env: - global: - # The BINSTAR_TOKEN secure variable. This is defined canonically in conda-forge.yml. - - secure: "XlN4awda3oHgy9VyeOYp5uHidR0l9bdZ8Y/RdVKs19WkUHPY0qZIALURC1cWaKdDbDrkSfUq7xiutl/248yR59fLUBdzLOBx+41pmoJ/PhhmZ/x+IvG2iX7RFcPQhuySi3UfZuymtvPCJ1ezXsyl/cFDHCOexaIXPQgiye6vm/QPFUSxyZ9ymvK4RcwdghteHR4wQpm6Lbr2eblarj+bGrymrq15vkUMvHpI8jJRHfYE9ItbHZ/uMlXfbltAPT1uHM96vQliaAPa544fVxZTLBNu8v/kVD0dfMo7A1BBiwvQj/6d+NAOqhVzXkRMkGdaQYnqq3hVOmLnJ8LjEGF0o+q2+7ENnQbdVZdyrnbwSzxLDS32LgisMGa4s/qSWwcBHeZJxTW7YRLOnMKKkDYBd5J9y7sFjIAAfRgTc2wfwvcqQfvLT17MXIwFOcN8VPulGOg9HKrfDDGsCMvPliqiE1hy96Y3aoc8BcVHINMdoE2QuCBKGDsYmSK2IHglJT1crdyVA8kpu9k6oif1dpLjGpa+wxI1hjGTHE0ookiLnN2rTj36vRibu2GC3jUQGPccDQHY/wzd4CfSitmSnudvGKk8PSf/WklirsTLXtgp53J7w+lXu62Aq7PoFBVhZl6/bEjbs7iihlBVHbuEMeW/EwMsWVABQBCAOhF2b40jyEs=" + matrix: include: - - env: CONFIG=linux_ppc64le_python3.6.____cpythontarget_platformlinux-ppc64le UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le - os: linux - arch: ppc64le - - - env: CONFIG=linux_ppc64le_python3.7.____cpythontarget_platformlinux-ppc64le UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le - os: linux - arch: ppc64le - - - env: CONFIG=linux_ppc64le_python3.8.____cpythontarget_platformlinux-ppc64le UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le + - env: CONFIG=linux_ppc64le_target_platformlinux-ppc64le UPLOAD_PACKAGES=True PLATFORM=linux-ppc64le DOCKER_IMAGE=condaforge/linux-anvil-ppc64le os: linux arch: ppc64le diff --git a/README.md b/README.md index efb93dabd..13bfd6a9d 100644 --- a/README.md +++ b/README.md @@ -49,87 +49,31 @@ Current build status
VariantStatus
linux_aarch64_python3.6.____cpythontarget_platformlinux-aarch64linux_64_python3.6.____cpythontarget_platformlinux-64 - variant + variant
linux_aarch64_python3.7.____cpythontarget_platformlinux-aarch64linux_64_python3.7.____cpythontarget_platformlinux-64 - variant + variant
linux_aarch64_python3.8.____cpythontarget_platformlinux-aarch64linux_64_python3.8.____cpythontarget_platformlinux-64 - variant + variant
linux_ppc64le_python3.6.____cpythontarget_platformlinux-ppc64lelinux_aarch64_python3.6.____cpythontarget_platformlinux-aarch64 - variant + variant
linux_ppc64le_python3.7.____cpythontarget_platformlinux-ppc64lelinux_aarch64_python3.7.____cpythontarget_platformlinux-aarch64 - variant + variant
linux_ppc64le_python3.8.____cpythontarget_platformlinux-ppc64lelinux_aarch64_python3.8.____cpythontarget_platformlinux-aarch64 - variant + variant
linux_python3.6.____cpythontarget_platformlinux-64linux_ppc64le_python3.6.____cpythontarget_platformlinux-ppc64le - variant + variant
linux_python3.7.____cpythontarget_platformlinux-64linux_ppc64le_python3.7.____cpythontarget_platformlinux-ppc64le - variant + variant
linux_python3.8.____cpythontarget_platformlinux-64linux_ppc64le_python3.8.____cpythontarget_platformlinux-ppc64le - variant + variant
osx_python3.6.____cpythontarget_platformosx-64osx_64_python3.6.____cpythontarget_platformosx-64 - variant + variant
osx_python3.7.____cpythontarget_platformosx-64osx_64_python3.7.____cpythontarget_platformosx-64 - variant + variant
osx_python3.8.____cpythontarget_platformosx-64osx_64_python3.8.____cpythontarget_platformosx-64 - variant + variant
win_target_platformwin-64win_64_target_platformwin-64 - variant + variant
- + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - From 1df9761b876e52d6a7e624f82151b840abc7bd2f Mon Sep 17 00:00:00 2001 From: Chris Harris Date: Mon, 24 Aug 2020 14:55:18 -0400 Subject: [PATCH 11/13] WIP: Temp commit to enable upload --- conda-forge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda-forge.yml b/conda-forge.yml index 48e766aea..588541338 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -5,3 +5,5 @@ max_py_ver: '38' max_r_ver: '35' provider: {linux_aarch64: native, linux_ppc64le: native, osx: azure, win: azure} test_on_native_only: true +azure: + store_build_artifacts: true \ No newline at end of file From b59d06f2c90c7f9a077d3c0d60303110648a6257 Mon Sep 17 00:00:00 2001 From: conda-forge-linter Date: Mon, 24 Aug 2020 21:53:39 +0000 Subject: [PATCH 12/13] MNT: Re-rendered with conda-build 3.19.2, conda-smithy 3.7.10, and conda-forge-pinning 2020.08.21.04.46.41 --- .azure-pipelines/azure-pipelines-linux.yml | 12 +++++++++++- .azure-pipelines/azure-pipelines-osx.yml | 10 ++++++++++ .azure-pipelines/azure-pipelines-win.yml | 10 ++++++++++ .ci_support/osx_arm64_target_platformosx-arm64.yaml | 2 ++ README.md | 7 ------- 5 files changed, 33 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 3f72c4cb6..76f847665 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -38,4 +38,14 @@ jobs: env: BINSTAR_TOKEN: $(BINSTAR_TOKEN) FEEDSTOCK_TOKEN: $(FEEDSTOCK_TOKEN) - STAGING_BINSTAR_TOKEN: $(STAGING_BINSTAR_TOKEN) \ No newline at end of file + STAGING_BINSTAR_TOKEN: $(STAGING_BINSTAR_TOKEN) + - script: | + if [ -d build_artifacts ]; then + echo "##vso[task.setVariable variable=CONDA_BLD_DIR_EXISTS]true" + fi + displayName: Check for conda build artifacts + condition: succeededOrFailed() + + - publish: build_artifacts/ + artifact: conda_artifacts_$(CONFIG)_$(system.JobId) + condition: eq(variables.CONDA_BLD_DIR_EXISTS, 'true') \ No newline at end of file diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index e99972efc..32d251e23 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -30,3 +30,13 @@ jobs: BINSTAR_TOKEN: $(BINSTAR_TOKEN) FEEDSTOCK_TOKEN: $(FEEDSTOCK_TOKEN) STAGING_BINSTAR_TOKEN: $(STAGING_BINSTAR_TOKEN) + - script: | + if [ -d /Users/runner/miniforge3/conda-bld/ ]; then + echo "##vso[task.setVariable variable=CONDA_BLD_DIR_EXISTS]true" + fi + displayName: Check for conda build artifacts + condition: succeededOrFailed() + + - publish: /Users/runner/miniforge3/conda-bld/ + artifact: conda_artifacts_$(CONFIG)_$(system.JobId) + condition: eq(variables.CONDA_BLD_DIR_EXISTS, 'true') \ No newline at end of file diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index ab8cb2ba0..f4669552d 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -92,6 +92,16 @@ jobs: env: PYTHONUNBUFFERED: 1 condition: not(contains(variables['CONFIG'], 'vs2008')) + - script: | + if exist $(CONDA_BLD_PATH)\\ ( + echo ##vso[task.setVariable variable=CONDA_BLD_DIR_EXISTS]true + ) + displayName: Check for conda build artifacts + condition: succeededOrFailed() + + - publish: $(CONDA_BLD_PATH)\\ + artifact: conda_artifacts_$(CONFIG)_$(system.JobId) + condition: eq(variables.CONDA_BLD_DIR_EXISTS, 'true') - script: | set "FEEDSTOCK_NAME=%BUILD_REPOSITORY_NAME:*/=%" call activate base diff --git a/.ci_support/osx_arm64_target_platformosx-arm64.yaml b/.ci_support/osx_arm64_target_platformosx-arm64.yaml index 655fd1ab4..c67fe5078 100644 --- a/.ci_support/osx_arm64_target_platformosx-arm64.yaml +++ b/.ci_support/osx_arm64_target_platformosx-arm64.yaml @@ -1,5 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: - '11.0' +MACOSX_SDK_VERSION: +- '10.15' bzip2: - '1' c_compiler: diff --git a/README.md b/README.md index 7ae8e9ddb..1c26d6426 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,6 @@ Current build status -<<<<<<< HEAD - - From 9da69f364814adf09b72d0036fa3298e104ea47d Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Fri, 13 Nov 2020 10:40:05 -0600 Subject: [PATCH 13/13] Fix arm64 --- recipe/conda_build_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 2d54c3e79..f246f4271 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -6,5 +6,5 @@ cxx_compiler: # [win] - vs2017 # [win] vc: # [win] - 14.1 # [win] -MACOSX_SDK_VERSION: # [osx] -- '10.15' # [osx] +MACOSX_SDK_VERSION: # [osx and x86] +- '10.15' # [osx and x86]
VariantStatus
linux_64_python3.6.____cpythontarget_platformlinux-64linux_64_target_platformlinux-64 - variant + variant
linux_64_python3.7.____cpythontarget_platformlinux-64linux_aarch64_target_platformlinux-aarch64 - variant + variant
linux_64_python3.8.____cpythontarget_platformlinux-64linux_ppc64le_target_platformlinux-ppc64le - variant + variant
linux_aarch64_python3.6.____cpythontarget_platformlinux-aarch64osx_64_target_platformosx-64 - variant - -
linux_aarch64_python3.7.____cpythontarget_platformlinux-aarch64 - - variant - -
linux_aarch64_python3.8.____cpythontarget_platformlinux-aarch64 - - variant - -
linux_ppc64le_python3.6.____cpythontarget_platformlinux-ppc64le - - variant - -
linux_ppc64le_python3.7.____cpythontarget_platformlinux-ppc64le - - variant - -
linux_ppc64le_python3.8.____cpythontarget_platformlinux-ppc64le - - variant - -
osx_64_python3.6.____cpythontarget_platformosx-64 - - variant - -
osx_64_python3.7.____cpythontarget_platformosx-64 - - variant - -
osx_64_python3.8.____cpythontarget_platformosx-64 - - variant + variant
win_64_target_platformwin-64 - - variant -======= osx_arm64_target_platformosx-arm64 @@ -94,7 +88,6 @@ Current build status variant ->>>>>>> origin/master