commit: 1248988e3117b63420013857b08f9d641a889e89 Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl> AuthorDate: Wed Dec 30 22:30:11 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Wed Dec 30 23:02:36 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1248988e
sci-mathematics/dsfmt: version bump to 2.2.4 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl> Closes: https://github.com/gentoo/sci/pull/1010 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild new file mode 100644 index 000000000..14a3f62d3 --- /dev/null +++ b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MYP=dSFMT-${PV} + +DESCRIPTION="Double precision SIMD-oriented Fast Mersenne Twister library" +HOMEPAGE="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT" +SRC_URI="https://github.com/MersenneTwister-Lab/dSFMT/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +S="${WORKDIR}/${MYP}" + +src_test() { + emake std-check +} + +src_install() { + doheader dSFMT.c d*.h + dodoc README*txt CHANGE* +}
