aboutsummaryrefslogtreecommitdiff
path: root/versions/c-/cgal.json
AgeCommit message (Collapse)Author
2021-07-26[CGAL] Upgrade to 5.3 (#18392)Maxime GIMENO
* Not tested yet * Fix SHA and version name * reset port version to 0 * Upgrade to 5.3 * CGAL: Add FEATURES and run add-version * update version * [cgal] Convert to vcpkg.json * Cancel modifications to versions/c-/cgal.json * update version file Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-07-20[rollup] Rollup PR 2021-07-16 (#19001)nicole mazzuca
* [rollup:2021-07-16 1/7] PR #18201 (@JackBoosY) [vcpkg-cmake] Add check for unused cmake variables * [rollup:2021-07-16 2/7] PR #18397 (@strega-nil) [vcpkg_list] add new function * [rollup:2021-07-16 3/7] PR #18782 (@strega-nil) [scripts-audit] vcpkg_build_ninja * [rollup:2021-07-16 4/7] PR #18784 (@strega-nil) [scripts-audit] vcpkg_minimum_required * [rollup:2021-07-16 5/7] PR #18785 (@strega-nil) [scripts-audit] vcpkg_replace_string * [rollup:2021-07-16 6/7] PR #18786 (@strega-nil) [scripts-audit] windows scripts * [rollup:2021-07-16 7/7] PR #18945 (@strega-nil) [many ports] remove deprecated vcpkg_check_features call [1/5] Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-06-21[ CGAL] Update version to 5.2.2 (#18387)Maxime GIMENO
* Update to CGAL 5.2.2 * x-add-version * Reset port version to 0 * x-add-version * Update versions/c-/cgal.json Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-04-29[CGAL] Fix the configuration file (#17300)Maxime GIMENO
* Remove the CGALConfig.cmake in /lib/cgal to only keep the original stuff in /share/cgal. This will fix the missing CGAL_VERSION. * Update CONTROL version * update baseline version
2021-03-16[CGAL] Restore boost dependencies (#16592)Maxime GIMENO
* Restore full boost dependencies, the actual modules are too many to be listed. * Update ports/cgal/CONTROL Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com> * Update baseline version * Detail boost modules from grep in includes * Fix the Build-Depends * add boost-serialization * Update baseline version Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-01-28[CGAL] switch dep to gmp instead of mpir (#15860)Alexander Neumann
* [cgal] switch dependency to gmp * run x-add-version
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca