aboutsummaryrefslogtreecommitdiff
path: root/ports/geographiclib/CONTROL
diff options
context:
space:
mode:
authorCharles Karney <charles@karney.com>2020-07-14 11:44:21 -0400
committerGitHub <noreply@github.com>2020-07-14 08:44:21 -0700
commite55460813578f6a8633bbf76ef96e10c1fa22382 (patch)
treecebd41de72ed1995381be03f4b172d71543e8f6c /ports/geographiclib/CONTROL
parent8e3c3042698066a7336bc26f8c88391bcaddefb2 (diff)
downloadvcpkg-e55460813578f6a8633bbf76ef96e10c1fa22382.tar.gz
vcpkg-e55460813578f6a8633bbf76ef96e10c1fa22382.zip
[geographiclib] Update to 1.50.1 (#12379)
* Upgrade geographiclib to version 1.50.1 * Tinker with sourceforge download * Strip verbiage at top of geographiclib/portfile.cmake * geographiclib: fix for windows build * geographiclib: minimize size of patch file * add missing manifest * A stab at fixing uwp build error. But I'm working in the dark! * Back out of previous commit. It didn't help. * Call cmake_minimum_required first * geographiclib: remove tools from build -- incompatible with uwp * geographiclib: remove stray reference to TOOLS * geographiclib: try installing executables into tools * geographiclib: Do not build tools for uwp * geographiclib: fix up build of tools * geographiclib: Minor clean up * geographiclib: handle uwp vs tools more elegantly * geographiclib: reformation vcpkg,json * geographiclib: don't build tools by default * geographiclib: Don't register the tools as targets; this causes problems if they are moved Co-authored-by: Charles Karney <charles.karney@sri.com>
Diffstat (limited to 'ports/geographiclib/CONTROL')
-rw-r--r--ports/geographiclib/CONTROL4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/geographiclib/CONTROL b/ports/geographiclib/CONTROL
deleted file mode 100644
index a1c1aeff6..000000000
--- a/ports/geographiclib/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: geographiclib
-Version: 1.47-patch1-16
-Homepage: https://sourceforge.net/projects/geographiclib/
-Description: a small set of C++ classes for performing conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for gravity (e.g., EGM2008), geoid height, and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems.