Port details |
- dsfmt Double precision SIMD-oriented Fast Mersenne Twister
- 2.2.5_1 math
=2 2.2.5_1Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2023-11-12 13:51:06
- Last Update: 2023-11-18 09:24:49
- Commit Hash: 0e851e5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/SFMT/
- Description:
- The purpose of 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/dsfmt/ && make install clean
- To add the package, run one of these commands:
- pkg install math/dsfmt
- pkg install dSFMT
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dSFMT
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1699641017
SHA256 (MersenneTwister-Lab-dSFMT-v2.2.5_GH0.tar.gz) = b7bc498cd140b4808963b1ff9f33b42a491870f54775c1060ecad0e02bcaffb4
SIZE (MersenneTwister-Lab-dSFMT-v2.2.5_GH0.tar.gz) = 4984272
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- lang/julia
Configuration Options:
- ===> The following configuration options are available for dSFMT-2.2.5_1:
DOCS=on: Build and/or install documentation
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
===> Use 'make config' to modify these settings
- Options name:
- math_dsfmt
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.5_1 18 Nov 2023 09:24:49
    |
Daniel Engberg (diizzy)  |
math/dsfmt: Improve port
* Rearrange Makefile to follow Porters Handbook more closely
* Use USE_CSTD helper
* Adjust CFLAGS
* Use OPTIMIZED_CFLAGS option
PR: 275042
Reviewed by: thierry (maintainer) |
2.2.5 12 Nov 2023 13:47:23
    |
Thierry Thomas (thierry)  |
math/dsfmt: new port, double precision SIMD-oriented Fast Mersenne Twister
ATM it is bundled in Julia. |
Number of commits found: 2
|