aboutsummaryrefslogtreecommitdiff
path: root/ports/libsvm/portfile.cmake
AgeCommit message (Collapse)Author
2021-10-11[libsvm] Update to 3.25 (#20629)chausner
* Update libsvm to 3.2.5 * Update CI baseline * Fix version * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-03-10Don't copy svm-toy if not on Windows (#16501)Carl Mueller-Roemer
* Don't copy svm-toy if not on Windows svm-toy is only compiled on Windows, so should only be copied on Windows. * Bump port version on libsvm. Switch to new manifest file format. * [libsvm] Format manifest * update version record Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-10-28Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)Billy O'Neal
2020-05-01[vcpkg] Add new function vcpkg_copy_tools (#8749)myd7349
* [vcpkg] Add new function vcpkg_copy_tools * [cpuinfo][czmq][nanomsg][uriparser] Use vcpkg_copy_tools * [czmq] Clean even tools are not copied [libsvm][zyre] Use vcpkg_copy_tools * [vcpkg-copy-tools] Clean debug/bin This should fix czmq build error * [czmq] czmq does not have BUILD_TOOLS option * [vcpkg] Split clean logic into another function * [cpuinfo][czmq][nanomsg][uriparser] Fix calling of vcpkg_copy_tools * [zyre] Fix regression error * [vcpkg] Update try_remove_empty_directory * [libsvm] Fix vcpkg_copy_tools call
2019-08-19[libsvm] Add new port (#7664)myd7349
* [libsvm] Add new port * [libsvm] Add tools feature * [libsvm] Fix UWP build