Commit Graph

58 Commits (881ce1744d662fef165ea24b7da6e2cbbfcf9a34)

Author SHA1 Message Date
Davis King ad414af777 Made pytest ignore docs and dlib folders.
7 years ago
Davis King ef4b7a0ef2 Added -G option to setup.py that sets cmake's generator.
7 years ago
Davis King 54723defbe Tweaked the way we compute the number of threads to use when building.
7 years ago
Davis King 344165cdff Updated python version list.
7 years ago
Davis King ae62f87f87 Fixed for python3
7 years ago
Davis King eb90fe634d A bit of cleanup
7 years ago
Davis E. King fa14909e4d
Set build parallelism correctly for travis-ci
7 years ago
Davis King a602126be3 Made picking of the number of compile threads more robust.
7 years ago
Davis King d984a1f42d Added more logging to setup.py
7 years ago
Davis King 88dd3e4daf Set the number of cores to use for building based on system properties.
7 years ago
Davis King 635747e654 Cleaned up setup.py and the python cmake script.
7 years ago
Davis King 21425b156f Made setup.py more robust in how it enables 64bit visual studio compiles. It should now
7 years ago
visionworkz ac292309c1 Exposed jitter_image in Python and added an example (#980)
7 years ago
Davis King ed9199ecbf saving more pypi notes
7 years ago
Ian Philips 8de627e105 added check for libpython_version#m.dylib present in some virtual environments (#687)
7 years ago
Davis King e8e064e534 Added --compiler-flags to setup.py so you can pass options directly to gcc.
7 years ago
Davis King 5f5684a8fb Made python library and header detection more robust
8 years ago
Davis King de13fdeb5a Made setup.py always set PYTHON_INCLUDE_DIR and PYTHON_LIBRARY based on
8 years ago
hiiwave c22bedc1c6 Modify setup.py so that it can be installed under conda environment (#377)
8 years ago
Davis King 79425443fe Fixed wrong README filename due to recent change.
8 years ago
Vladimir Sinitsin 5582530bb3 Fix building on win32 with 32bit architecture (#261)
8 years ago
Davis King fed1e8e292 Added more comments about making python package
8 years ago
AbdealiJK 8da4053c30 setup.py: Don't fail if pip fails in cmake err msg
8 years ago
AbdealiJK faff10f853 setup.py: Provide instructions to install cmake
8 years ago
jimreesman 0b3cc3c4a1 add import of get_config_var
9 years ago
jimreesman 6411b5f65d detect OS X, and query sysconfig for libdir
9 years ago
Pau Gargallo 05e2471555 Decode message only if encoding is known
9 years ago
Yu Kobayashi d35104ed3c sys.stdout.encoding instead of latin-1 in setup.py
9 years ago
Davis King eca57b467c Fixed README path
9 years ago
Davis King 5d377ceb6d Added a overview comment at the top of the file.
9 years ago
Davis King 99a91ce680 The last commit didn't really fix the bug. This one seems to do a better job :)
9 years ago
Davis King b51b2857f3 Fixed a bug in setup.py that caused it to not print all cmake's outputs to the
9 years ago
Davis King e16b0f8d21 Minor tweaks to make PyPi happy.
9 years ago
Davis King ed64455109 Fixed error in setup.py
9 years ago
Davis King f02f06355b Removed the old version keeping files in the docs folder now that the
9 years ago
Ehsan Azarnasab 5c06db0e35 add python 3 as supported in the classifiers
9 years ago
Ehsan Azarnasab 2fee9b3915 use newest visual studio as generator if multiple installed
9 years ago
Ehsan Azarnasab 61ec7aa862 if no cmake generator is set use same logic as cmake to find default buid generator but use Win64 if the build is for 64bit Python
9 years ago
Ehsan Azarnasab cdce208ef1 cannot automatically select Win64 toolchain on Windows by setting simple flags
9 years ago
Ehsan Azarnasab 6e2ed37f76 find 64bit Python libraries on 64bit Windows when cmake is 32bit
9 years ago
Ehsan Azarnasab 1c6ba8a1b1 fix argument parsing, also there is no trim, should have used strip.
9 years ago
Ehsan Azarnasab e469105178 use Python's architecture to give cmake a clue to generate the right config
9 years ago
Ehsan Azarnasab 8e2ec4cc6a option to pass build system generator to cmake
9 years ago
Ehsan Azarnasab 2f7958e4f9 decode process output as latin-1 for Python3 to also work
9 years ago
Ehsan Azarnasab fd75d43efb simplify logic
9 years ago
Ehsan Azarnasab d1bafb5ae0 simplify passing cmake yes and no options.
9 years ago
Ehsan Azarnasab 34e73a6b6d make sure only relevant platform artifacts are packaged.
9 years ago
Ehsan Azarnasab acf61103b6 set sid only on posix
9 years ago
Ehsan Azarnasab 08fb925b34 always clean up dist folder to have a clean sdist and clean builds
9 years ago
Ehsan Azarnasab 2272be1f29 fix argument parsing for cmake option
9 years ago