diff options
author | Alexis Ballier <aballier@gentoo.org> | 2024-02-05 15:48:09 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2024-02-05 15:52:56 +0100 |
commit | 977b9fa583097bdd8f59ce86794716f05b5b19ac (patch) | |
tree | 292ede90d0708e0a6cd3eb80f50def27ea100b3c /sci-libs/ignition-math | |
parent | sci-libs/ignition-fuel-tools: bump to 4.9.1 (diff) | |
download | gentoo-977b9fa583097bdd8f59ce86794716f05b5b19ac.tar.gz gentoo-977b9fa583097bdd8f59ce86794716f05b5b19ac.tar.bz2 gentoo-977b9fa583097bdd8f59ce86794716f05b5b19ac.zip |
sci-libs/ignition-math: bump to 6.15.1
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-libs/ignition-math')
-rw-r--r-- | sci-libs/ignition-math/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/ignition-math/ignition-math-6.15.1.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest index 20d1cc64788d..0a8a2d604550 100644 --- a/sci-libs/ignition-math/Manifest +++ b/sci-libs/ignition-math/Manifest @@ -1 +1,2 @@ DIST ignition-math6_6.14.0.tar.gz 628564 BLAKE2B 6206f1f35472bf51a8a3bdb8fae26d9879044ea856abd8bcce2cfb5bf16d2638816b3fff7e451c165fec8b2ba82db083d78306d5441c4db3def14b08ddad7556 SHA512 ad95160cc1cd137779b9da589c47994d04f829af10865071e9ead4d55c4399d04d5398287d3b294e3f67230205656e1fe243129673e1f8e73f62f3933c314802 +DIST ignition-math6_6.15.1.tar.gz 632975 BLAKE2B 94a300b56a74a0c44da9ec74861fce7946e50d5a16bd56b383bfbd63e9d6f285bd803da6528d899711b74002cce1a8c95cc7c82580aa391794dd0d9fd63ae96f SHA512 569fb37be4b42f170189de680beb71c6274e2a48d02f77d6a9d675ca9901be32df7af6b86f69916ff96b4f7065f8f1d4a9fb3ef81c2b7f5fc3f325e17279edba diff --git a/sci-libs/ignition-math/ignition-math-6.15.1.ebuild b/sci-libs/ignition-math/ignition-math-6.15.1.ebuild new file mode 100644 index 000000000000..eb0f9750bfd7 --- /dev/null +++ b/sci-libs/ignition-math/ignition-math-6.15.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +CMAKE_BUILD_TYPE=RelWithDebInfo +inherit cmake vcs-snapshot + +DESCRIPTION="A small, fast, and high performance math library for robot applications" +HOMEPAGE="https://github.com/ignitionrobotics/ign-math" +SRC_URI="https://github.com/ignitionrobotics/ign-math/archive/${PN}6_${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="6/6" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-cpp/eigen:3 + dev-build/ignition-cmake:2" +BDEPEND=" + dev-build/ignition-cmake:2" + +S="${WORKDIR}/${PN}6_${PV}" |