geographiclib: initial commit
The initial commit from Johannes Schrimpf provided the geographiclib recipe in recipes-ros. The general policy is to only have ROS packages in recipes-ros, i.e., packages that are tracked and updated in the rosdistro/distribution.yaml file. Hence, I then moved the geographiclib recipe to recipes-extended, as it is a supporting library, not a ROS package. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
This commit is contained in:
parent
047223d923
commit
da10f390ef
|
@ -0,0 +1,14 @@
|
|||
DESCRIPTION = "GeographicLib is 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."
|
||||
SECTION = "devel"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=beda1cf298e14fa7de56a07a83308905"
|
||||
|
||||
DEPENDS = ""
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/distrib/GeographicLib-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "e99153cf41bf64998cc4f91c00aea167"
|
||||
SRC_URI[sha256sum] = "7203d56123b6f6fb31842295d57b2418f79fb0db9a06f2f65ee9e415c6f0cb70"
|
||||
|
||||
S = "${WORKDIR}/GeographicLib-${PV}"
|
||||
|
||||
inherit cmake
|
Loading…
Reference in New Issue