sci-mathematics/libsfmt - 1.3.0 (science)

Search

Package Information

Description:
SIMD-oriented Fast Mersenne Twister
Homepage:
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.3.0 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="SIMD-oriented Fast Mersenne Twister"
HOMEPAGE="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html"
SRC_URI="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/VERSIONS/ARCHIVES/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="cpu_flags_x86_sse2"

src_configure() {
	econf $(use_enable cpu_flags_x86_sse2 sse2)
}

USE Flags

Manifest for 1.3.0

Type File Size Source URLs
DIST libsfmt-1.3.0.tar.bz2 369333 bytes http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/VERSIONS/ARCHIVES/libsfmt-1.3.0.tar.bz2