-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #146 from Bharath92/dev
packages x86_64 binary
- Loading branch information
Showing
63 changed files
with
5,783 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
#if defined(__linux__) | ||
# if defined(__x86_64__) && defined(__LP64__) | ||
# include <x86_64-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__x86_64__) && defined(__ILP32__) | ||
# include <x86_64-linux-gnux32/python2.7/pyconfig.h> | ||
# elif defined(__i386__) | ||
# include <i386-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__aarch64__) && defined(__AARCH64EL__) | ||
# include <aarch64-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__alpha__) | ||
# include <alpha-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__ARM_EABI__) && defined(__ARM_PCS_VFP) | ||
# include <arm-linux-gnueabihf/python2.7/pyconfig.h> | ||
# elif defined(__ARM_EABI__) && !defined(__ARM_PCS_VFP) | ||
# include <arm-linux-gnueabi/python2.7/pyconfig.h> | ||
# elif defined(__hppa__) | ||
# include <hppa-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__ia64__) | ||
# include <ia64-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__m68k__) && !defined(__mcoldfire__) | ||
# include <m68k-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__mips_hard_float) && defined(_MIPSEL) | ||
# if _MIPS_SIM == _ABIO32 | ||
# include <mipsel-linux-gnu/python2.7/pyconfig.h> | ||
# elif _MIPS_SIM == _ABIN32 | ||
# include <mips64el-linux-gnuabin32/python2.7/pyconfig.h> | ||
# elif _MIPS_SIM == _ABI64 | ||
# include <mips64el-linux-gnuabi64/python2.7/pyconfig.h> | ||
# else | ||
# error unknown multiarch location for pyconfig.h | ||
# endif | ||
# elif defined(__mips_hard_float) | ||
# if _MIPS_SIM == _ABIO32 | ||
# include <mips-linux-gnu/python2.7/pyconfig.h> | ||
# elif _MIPS_SIM == _ABIN32 | ||
# include <mips64-linux-gnuabin32/python2.7/pyconfig.h> | ||
# elif _MIPS_SIM == _ABI64 | ||
# include <mips64-linux-gnuabi64/python2.7/pyconfig.h> | ||
# else | ||
# error unknown multiarch location for pyconfig.h | ||
# endif | ||
# elif defined(__or1k__) | ||
# include <or1k-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__powerpc__) && defined(__SPE__) | ||
# include <powerpc-linux-gnuspe/python2.7/pyconfig.h> | ||
# elif defined(__powerpc64__) | ||
# if defined(__LITTLE_ENDIAN__) | ||
# include <powerpc64le-linux-gnu/python2.7/pyconfig.h> | ||
# else | ||
# include <powerpc64-linux-gnu/python2.7/pyconfig.h> | ||
# endif | ||
# elif defined(__powerpc__) | ||
# include <powerpc-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__s390x__) | ||
# include <s390x-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__s390__) | ||
# include <s390-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__sh__) && defined(__LITTLE_ENDIAN__) | ||
# include <sh4-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__sparc__) && defined(__arch64__) | ||
# include <sparc64-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__sparc__) | ||
# include <sparc-linux-gnu/python2.7/pyconfig.h> | ||
# else | ||
# error unknown multiarch location for pyconfig.h | ||
# endif | ||
#elif defined(__FreeBSD_kernel__) | ||
# if defined(__LP64__) | ||
# include <x86_64-kfreebsd-gnu/python2.7/pyconfig.h> | ||
# elif defined(__i386__) | ||
# include <i386-kfreebsd-gnu/python2.7/pyconfig.h> | ||
# else | ||
# error unknown multiarch location for pyconfig.h | ||
# endif | ||
#elif defined(__gnu_hurd__) | ||
# include <i386-gnu/python2.7/pyconfig.h> | ||
#else | ||
# error unknown multiarch location for pyconfig.h | ||
#endif |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
#if defined(__linux__) | ||
# if defined(__x86_64__) && defined(__LP64__) | ||
# include <x86_64-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__x86_64__) && defined(__ILP32__) | ||
# include <x86_64-linux-gnux32/python2.7/pyconfig.h> | ||
# elif defined(__i386__) | ||
# include <i386-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__aarch64__) && defined(__AARCH64EL__) | ||
# include <aarch64-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__alpha__) | ||
# include <alpha-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__ARM_EABI__) && defined(__ARM_PCS_VFP) | ||
# include <arm-linux-gnueabihf/python2.7/pyconfig.h> | ||
# elif defined(__ARM_EABI__) && !defined(__ARM_PCS_VFP) | ||
# include <arm-linux-gnueabi/python2.7/pyconfig.h> | ||
# elif defined(__hppa__) | ||
# include <hppa-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__ia64__) | ||
# include <ia64-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__m68k__) && !defined(__mcoldfire__) | ||
# include <m68k-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__mips_hard_float) && defined(_MIPSEL) | ||
# if _MIPS_SIM == _ABIO32 | ||
# include <mipsel-linux-gnu/python2.7/pyconfig.h> | ||
# elif _MIPS_SIM == _ABIN32 | ||
# include <mips64el-linux-gnuabin32/python2.7/pyconfig.h> | ||
# elif _MIPS_SIM == _ABI64 | ||
# include <mips64el-linux-gnuabi64/python2.7/pyconfig.h> | ||
# else | ||
# error unknown multiarch location for pyconfig.h | ||
# endif | ||
# elif defined(__mips_hard_float) | ||
# if _MIPS_SIM == _ABIO32 | ||
# include <mips-linux-gnu/python2.7/pyconfig.h> | ||
# elif _MIPS_SIM == _ABIN32 | ||
# include <mips64-linux-gnuabin32/python2.7/pyconfig.h> | ||
# elif _MIPS_SIM == _ABI64 | ||
# include <mips64-linux-gnuabi64/python2.7/pyconfig.h> | ||
# else | ||
# error unknown multiarch location for pyconfig.h | ||
# endif | ||
# elif defined(__or1k__) | ||
# include <or1k-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__powerpc__) && defined(__SPE__) | ||
# include <powerpc-linux-gnuspe/python2.7/pyconfig.h> | ||
# elif defined(__powerpc64__) | ||
# if defined(__LITTLE_ENDIAN__) | ||
# include <powerpc64le-linux-gnu/python2.7/pyconfig.h> | ||
# else | ||
# include <powerpc64-linux-gnu/python2.7/pyconfig.h> | ||
# endif | ||
# elif defined(__powerpc__) | ||
# include <powerpc-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__s390x__) | ||
# include <s390x-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__s390__) | ||
# include <s390-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__sh__) && defined(__LITTLE_ENDIAN__) | ||
# include <sh4-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__sparc__) && defined(__arch64__) | ||
# include <sparc64-linux-gnu/python2.7/pyconfig.h> | ||
# elif defined(__sparc__) | ||
# include <sparc-linux-gnu/python2.7/pyconfig.h> | ||
# else | ||
# error unknown multiarch location for pyconfig.h | ||
# endif | ||
#elif defined(__FreeBSD_kernel__) | ||
# if defined(__LP64__) | ||
# include <x86_64-kfreebsd-gnu/python2.7/pyconfig.h> | ||
# elif defined(__i386__) | ||
# include <i386-kfreebsd-gnu/python2.7/pyconfig.h> | ||
# else | ||
# error unknown multiarch location for pyconfig.h | ||
# endif | ||
#elif defined(__gnu_hurd__) | ||
# include <i386-gnu/python2.7/pyconfig.h> | ||
#else | ||
# error unknown multiarch location for pyconfig.h | ||
#endif |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.