Commit Graph

81 Commits (master)

Author SHA1 Message Date
Davis King aba96b576a Give python users clear instructions about how to install cmake
1 month ago
Davis King c2364600e9 remove deprecated setuptools test stuff
2 months ago
Adrià 6ae301a117
Disable FFmpeg support when building the Python wheel (#2978)
2 months ago
avkarenow f7d99ae0dc
Make use of CMAKE_BUILD_PARALLEL_LEVEL (#2879)
11 months ago
Rover van der Noort bebba4ca98
Add minimal pyproject.toml (#2804)
1 year ago
Davis King 3162f93c5d Revert "Add cmake back as a pip dependency."
4 years ago
Davis King 8b9d04390c Add cmake back as a pip dependency.
4 years ago
Davis King 869097c809 Make setup.py errors about cmake not being installed more readable
4 years ago
Davis King 7fcb6c285d Add an __init__.py file so we can add paths to CUDA libs on windows.
4 years ago
Davis King 22402e99a0 Revert "Fixed pytest broken dependencies"
5 years ago
Davis King 5e63d01544 Fixed pytest broken dependencies
5 years ago
Davis King b892df8232 Removed --yes option from setup.py since it has long been a noop and its presence just confuses users.
6 years ago
Davis King 23f874d6e3 Fixed pytest not working with python 2.7. So turning travis tests back on for that version of python.
6 years ago
Davis King 16a1056916 Removing the install_requires cmake from setup.py because the pip cmake package is hopelessly busted at the moment.
6 years ago
Davis King 027e7faf4e Add cmake as a pip install dependency.
6 years ago
Davis E. King a85a53ce69
See if this unbreaks appveyor
6 years ago
Davis King 106c905b7f Added a comment
6 years ago
Davis King 8402c9ee90 make pypi not complain about long description.
6 years ago
Davis King f2cb001c86 Improved error messages.
6 years ago
Davis King 827dd0f811 updated pypi upload instructions.
6 years ago
Davis King a37284fd42 Flush to stdout so that print messages appear where you would expect relative
6 years ago
Davis King 5a36842638 Print python version in build log.
6 years ago
Kagami Hiiragi ad88bbe8c6 Allow to set arbitrary cmake opts from setup.py (#1189)
7 years ago
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