| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3.0 | 7 | ~amd64 ~x86 | 0 |
# 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)
}
| 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 |