aboutsummaryrefslogtreecommitdiff
path: root/ports/mpir
AgeCommit message (Collapse)Author
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2018-12-11[mpir] Embed debug info into static lib (#4905)rfric
2018-12-04[mpir] Fix copyright file name on Linux (#4855)rfric
2018-10-24[mpir] Fix Linux buildsRobert Schumacher
2017-12-26[mpir] use vcpkg_from_githubjasjuang
2017-10-25[mpir] Enable lib/md.Robert Schumacher
2017-10-25[mpir] Improve error handling; allow dyn/dyn-rt or lib/lib-rt but not crossRobert Schumacher
2017-10-25[mpir] Reformat to LF+spaces. Add early error detection for UWP and /MT.Robert Schumacher
2017-03-13[mpir] Rely on default override of WinSDK.Robert Schumacher
2017-03-13[mpir] Portfile cleanup.Robert Schumacher
Always use the library copyright file (we do not build the executables). Leave copying pdbs to vcpkg_copy_pdbs(). Use the newer VCPKG_TARGET_ARCHITECTURE over TRIPLET_SYSTEM_ARCH. CMake's "MATCHES" conditional performs regex substring search, so * is not needed.
2017-03-12[mpir] handle Windows SDK version properly (+1 squashed commits)Mikhail Paulyshka
Squashed commits: [a820112] [mpir] retarget MSVS2017 to Windows 10 SDK
2017-03-11[mpir] update to 3.0.0. Resolves #720Mikhail Paulyshka
2017-01-23[mpir] enable static buildflysha
2016-11-08If portfile is not static-enabled yet, warn and then build dynamicAlexander Karatarakis
The opposite if portfile is not dynamic enabled
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-26[mpir] Mark as not static readyAlexander Karatarakis
2016-09-28Introduce SOURCE_PATH to almost all portfilesAlexander Karatarakis
2016-09-25URL and MIRRORS are now URLSNinetainedo
Updated all portfiles accordingly.
2016-09-22Updated newly added portfiles to use SHA512Ninetainedo
Updated doctest Updated mpir
2016-09-22added mpir 2.7.2 support.sdcb