diff options
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ignition-math/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/ignition-math/ignition-math-4.0.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest index 5b5875b841cb..eb2409875a01 100644 --- a/sci-libs/ignition-math/Manifest +++ b/sci-libs/ignition-math/Manifest @@ -1 +1,2 @@ DIST ignition-math3_3.2.0.tar.bz2 382201 BLAKE2B 79d0450356d931e3150afddd8f0d558923c6a27be4a56566ba18c6dc654b61b32acb92eff2ce5a87228bd512058e4b68d85b26bbbf1ac6a6c6af617b5ebcf59e SHA512 ffb5d61105ba0951c6420c53d64b47bdd65bdcac17e8ef2ce7cb83aeb2310280e5acb4d029d1af5c05fb5c40accf05df61d1e04dc990225159f1749284e3dcf1 +DIST ignition-math4_4.0.0.tar.bz2 387717 BLAKE2B 1b19bcd377eb18b616a300e022419ba2651795e04c0f0a3769f565e6febdc1a37f321c81730e1c13c9f9b17f35e6cf558d1129b278b2477ec8d5a5f46b927d66 SHA512 4815c6222945fd228b2d23c9da7ad8876f8ba1fea382312e1eb320819ec5d8bbf637095c18dbe2413184bbea77040bd1a5492ea9427355fc5e62f6169277530e diff --git a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild new file mode 100644 index 000000000000..423c6ac865d2 --- /dev/null +++ b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit cmake-multilib vcs-snapshot flag-o-matic + +DESCRIPTION="A small, fast, and high performance math library for robot applications" +HOMEPAGE="http://ignitionrobotics.org/libraries/math" +SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2" + +LICENSE="Apache-2.0" +SLOT="4/4" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-util/ignition-cmake[${MULTILIB_USEDEP}]" +S="${WORKDIR}/${PN}4_${PV}" +CMAKE_BUILD_TYPE=RelWithDebInfo |