aboutsummaryrefslogtreecommitdiff
path: root/ports/mpir/portfile.cmake
AgeCommit message (Collapse)Author
2020-08-05[mpir, gmp] Add message to handle the conflicts between these two ports. ↵NancyLi1013
(#12664)
2020-08-05 [mpir] fix on linux (#12723)nicole mazzuca
* [mpir] fix on linux the fix in #12677 broke linux while fixing macOS fixes #12708 * back to working on osx * Update Port-Version in vcpkg.json Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2020-08-01[mpir] fix compilation on macOS (#12677)nicole mazzuca
also remove dependency on autotools
2020-07-30[mpir] Fix build error if VCPKG_BUILD_TYPE is set as release or debug (#12514)NancyLi1013
* [mpir] Fix build error if VCPKG_BUILD_TYPE is set as release or debug * Update ci.baseline.txt * EOL LF for vcpkg.json * Update to use vcpkg_configure_make and vcpkg_install_make in UNIX
2020-06-15[mpir] Add mpirxx.lib (#9205)NancyLi1013
* [mpir] Add mpirxx.lib * Update * Remove bin directory in static build * Update support info
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