diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-01-25 08:01:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-24 23:01:16 -0800 |
| commit | f2ec6c5a7cf8441ae30a857c938694c4bfff424f (patch) | |
| tree | dc0abf0efc350f936d1c8c629cbfe680a7e701de /ports/mpc/CONTROL | |
| parent | 051b33d36cfdde9e027ff456491d1704159864af (diff) | |
| download | vcpkg-f2ec6c5a7cf8441ae30a857c938694c4bfff424f.tar.gz vcpkg-f2ec6c5a7cf8441ae30a857c938694c4bfff424f.zip | |
[mpc/mpfr] Add new port / update mpfr (#13081)
* [mpc] add mpc port
* [mpfr] update mpfr to use make.
* [gmp] fix preprocessor define for dlls.
* more fixes
* fix mpfr regression on !windows
* install autoconf-archive in provisioning script
* change indent of patches
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* fix merge error
* update PR
* update baseline
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/mpc/CONTROL')
| -rw-r--r-- | ports/mpc/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/mpc/CONTROL b/ports/mpc/CONTROL new file mode 100644 index 000000000..4514e6289 --- /dev/null +++ b/ports/mpc/CONTROL @@ -0,0 +1,5 @@ +Source: mpc
+Version: 1.2.0
+Homepage: http://www.multiprecision.org/mpc/
+Description: GNU MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result.
+Build-Depends: gmp, mpfr
|
