diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-05 11:13:31 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-05 11:16:32 +0200 |
commit | 8307e0e714e3dfda453fc5334ced1970980285cb (patch) | |
tree | 4ef097e3f422510e7386f3b6c6413ec0bba2e2be /sci-libs/libcerf | |
parent | sci-libs/lmfit: add 9.0 (diff) | |
download | gentoo-8307e0e714e3dfda453fc5334ced1970980285cb.tar.gz gentoo-8307e0e714e3dfda453fc5334ced1970980285cb.tar.bz2 gentoo-8307e0e714e3dfda453fc5334ced1970980285cb.zip |
sci-libs/libcerf: add 1.17
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs/libcerf')
-rw-r--r-- | sci-libs/libcerf/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libcerf/libcerf-1.17.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sci-libs/libcerf/Manifest b/sci-libs/libcerf/Manifest index 8c42831e344c..ce6468aea455 100644 --- a/sci-libs/libcerf/Manifest +++ b/sci-libs/libcerf/Manifest @@ -1 +1,2 @@ DIST libcerf-1.5.tgz 413926 BLAKE2B 1208c77658625d00d37f95f5dda9e07f99c91dc6b6fede4b8f936637dddd7450fa42c0ed3c8ff4c72bca0abe0195d6ebb58fdaa8c1bd535d8a488344fcccafad SHA512 bb97a1142d26dd2507a3fabc543accd5416f5ef3565bad6ea68ca8a62e13cb480b6e05bd8fe2215ed0133f43d4107fdc72efaedfcff7ffc0314492e97a92a8a3 +DIST libcerf-v1.17.tar.gz 76610 BLAKE2B 94310a8378b9272ecf39c29420eaec98716e4be71717515cebc37d9b101a1a6e4b1d673ccfb70ba55e4cd34bead21b39252738ccf8767dcb376205ac5edf12d3 SHA512 cfa9f56f69a7f030f256610f2bfcbf1b48e979af379e23aedb19df33421c488f91e5757df9a37083060b96093854e1a07175aa2d1b75ee9711f9089b61241688 diff --git a/sci-libs/libcerf/libcerf-1.17.ebuild b/sci-libs/libcerf/libcerf-1.17.ebuild new file mode 100644 index 000000000000..b2fc188fd3bd --- /dev/null +++ b/sci-libs/libcerf/libcerf-1.17.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +MY_P="${PN}-v${PV}" +DESCRIPTION="Efficient and accurate implementation of complex error functions" +HOMEPAGE="https://jugit.fz-juelich.de/mlz/libcerf" +SRC_URI="https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${PV}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |