sci-libs/libcerf: add 2.5

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-23 21:27:51 +01:00
parent 6d18db698a
commit 5fd7a67998
2 changed files with 17 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST libcerf-v1.17.tar.gz 76610 BLAKE2B 94310a8378b9272ecf39c29420eaec98716e4be71717515cebc37d9b101a1a6e4b1d673ccfb70ba55e4cd34bead21b39252738ccf8767dcb376205ac5edf12d3 SHA512 cfa9f56f69a7f030f256610f2bfcbf1b48e979af379e23aedb19df33421c488f91e5757df9a37083060b96093854e1a07175aa2d1b75ee9711f9089b61241688
DIST libcerf-v2.5.tar.gz 138432 BLAKE2B fe44cb2f7b8e8a1210186ec77ac2aca433b66823e0124fd81120cb5bbc3db0eee957356f25cc782a13e631ada28df691124c5dfcf9eedff1ebf12234283c2498 SHA512 871feacd16d2ca4e0d00e8125dca9690d20ee2ebce65a558bc382092ac9ac360811e4eb27199001093fc9ad3cfcf44750b71c90745dfc2bfb8695fc4a2213a42

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2025 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/2"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"