aboutsummaryrefslogtreecommitdiff
path: root/ports/pybind11/portfile.cmake
AgeCommit message (Collapse)Author
2021-08-10[pybind11] Update to 2.7.1 (#19375)Ryan
* update to 2.7.1 * use `semver` version field * fixup deprecated commands * apply cmake guidelines for quoting arguments * set `Python_EXECUTABLE` instead pybind11 uses the `FindPython` module instead of `FindPython3` * update baseline * skip passing python executable on command line * update baseline * remove extraneous quotes * remove unused function call * update baseline
2021-05-18[pybind11] update to 2.6.2 (#17900)JonLiu1993
* [pybind11] update to 2.6.2 * update version
2021-01-05[python3] Add vcpkg-cmake-wrapper. (#15221)Adam Johnson
* [python3] Add vcpkg-cmake-wrapper.cmake. This is still a WIP... For now, we only remove registry detection on Windows. * [python3] Fix Windows static embedding linkage. * [python3] Fix Linux static library embedding. * [python3] Fix linkage on macOS. * [python3] Only link extra libs when static. * [python3] Bump port version for vcpkg-cmake-wrapper. * [itk] Remove obsolete Python artifact specification. * [pybind11] Remove obsolete Python artifact specification. * [python3] Mark `find_package()` calls as REQUIRED. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [python3] Bump port version after #15378. * [python3] Be more selective about when to unleash the nukes. * [python3] Add usage message. * [python3] Don't swallow `vcpkg_find_acquire_program`'s Python3. * [python3] Don't forcibly change the registry find state. * [python3] fix copypasta error * [python3] Fix config error with the opensubdiv port. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-11-20[python3] Upgrade to 3.9.0 (#14510)Adam Johnson
* [python3] Bump to 3.8.6. * [python3] Bump to 3.9.0. * [itk] Correct python artifact names. * [pybind11] Update python artifact names. * [vcpkg_find_acquire_program] Bump PYTHON3 to 3.9.0.
2020-10-27[pybind11] Update to v2.6.0 (#14231)Mikhail Boldyrev
2020-09-11[pybind11] Fixup cmake information (#13443)ras0219
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
2020-07-13[pybind11] Update to v2.5.0 (#12394)Anand Balakrishnan
* [pybind11] Update to v2.5.0 * Address comments in PR
2020-02-10[many ports] Upgrades to 2020.02.08 (#9986)Robert Schumacher
* [many ports] Upgrades to 2020.02.08 * Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl * Update ci baseline file Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-08-24[many ports] Updates 2019.07.09 (#7217)Robert Schumacher
* [many ports] Upgrades 2019.07.11 * Re-generate patches and fix build errors. * [manyport]Fix build errors. * Fix avro-c and console-bridge failures, revert curl and tesseract * fix botan failure * Fix build errors and undo some ports upgrades. * [aws-c-common,chipmunk,cxxopts,grpc]Fix build errors * Fix build errors. * [angle]Undo upgrade changes. * [directxtk]Fix UWP build error (#7233) * Revert leptonica since it cause tesseract failed * Revert jsonnet * [google-cloud-cpp] Disable parallel configure due to source directory writes * [many ports] Undo undesired changes * [bitsery] Fix indentation * [avro-c][aws-c-common][graphite2] Convert line endings to minimize PR diff * fix console-bridge and remove usockets unused patch * update ogre patch * [many ports] Revert unneeded changes w.r.t. master. Add missing write to console-bridge. * [console-bridge] Fix export macro * [avro-c] Revert upgrade; split to #7875 * [avro-c] Complete previous revert
2019-01-09[pybind11] Upgrade to v2.2.4 (#5087)zhihaoy
2018-08-15[pybind11] Apply patch for alias templatesAlexander Karatarakis
2018-07-10[pybind11] Update to 2.2.3 (#3879)Stanislav Ershov
2018-01-04[pybind11] Update to 2.2.1Albert Ziegenhagel
2017-09-08Update pybind11 version to 2.2.0Kyle Macfarlan
2017-06-13[pybind11] Build against python3 library inside vcpkg, add ↵Robert Schumacher
find_acquire_program(PYTHON3)
2017-03-27[pybind11] Disable building tests to remove pytest dependency.Robert Schumacher
2017-03-27fix sourcepath pybind11 2.1.0Ethan Smith
2017-03-27remove unused optionsEthan Smith
2017-03-27update pybind11 to 2.1.0Ethan Smith
2017-03-27add pybind11 portEthan Smith