diff options
author | 2021-04-07 21:35:15 -0500 | |
---|---|---|
committer | 2021-04-07 21:36:08 -0500 | |
commit | c733974b6d417b64cff82035efbb19af2b690978 (patch) | |
tree | 9e0367278b85f7d1693884a34e133d864781069c /sci-mathematics | |
parent | dev-util/rocm-clang-ocl: add 4.1.0 (diff) | |
download | sci-c733974b6d417b64cff82035efbb19af2b690978.tar.gz sci-c733974b6d417b64cff82035efbb19af2b690978.tar.bz2 sci-c733974b6d417b64cff82035efbb19af2b690978.zip |
sci-mathematics/dsfmt: remove package - moved to ::gentoo
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/dsfmt/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild | 25 | ||||
-rw-r--r-- | sci-mathematics/dsfmt/metadata.xml | 17 |
3 files changed, 0 insertions, 43 deletions
diff --git a/sci-mathematics/dsfmt/Manifest b/sci-mathematics/dsfmt/Manifest deleted file mode 100644 index a3eb8fdb3..000000000 --- a/sci-mathematics/dsfmt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dsfmt-2.2.4.tar.gz 4984255 BLAKE2B 6119445d93cb45faab28dfb52a18c07cd5703b243b3cddde35fff7a5e948fa8788dfe8428ae8e0a52604f91ac07fe7b3bb0f6c438ef93b5257b42baee9dfdec5 SHA512 fe84e986cbf198172340adfac0436b08f087643eca3f1ceccacde146cbfd8c41e3eb0dfbb062f7ca5f462db13c386abd7c269bc0cbefc9a0ecf97a8a8870a2e4 diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild deleted file mode 100644 index 54beb7c33..000000000 --- a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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" - -S="${WORKDIR}/${MYP}" - -src_test() { - emake std-check -} - -src_install() { - doheader dSFMT.c d*.h - dodoc README*txt CHANGE* -} diff --git a/sci-mathematics/dsfmt/metadata.xml b/sci-mathematics/dsfmt/metadata.xml deleted file mode 100644 index 736cfc4dc..000000000 --- a/sci-mathematics/dsfmt/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-mathematics@gentoo.org</email> - <name>Gentoo Mathematics Project</name> - </maintainer> - <longdescription lang="en"> - The purpose of Double precision SIMD-oriented Fast Mersenne Twister (dSFMT) - is to speed up the generation by avoiding the expensive conversion - of integer to double (floating point). dSFMT directly generates - double precision floating point pseudorandom numbers which have the - IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std - 754-1985) format. dSFMT is only available on the CPUs which use IEEE - 754 format double precision floating point numbers. - </longdescription> -</pkgmetadata> |