Commit Graph

7 Commits

Author SHA1 Message Date
naddy
ab45f39af6 drop RCS Ids 2022-03-11 19:36:11 +00:00
tb
f0db259991 math/dieharder: Fix build by passing -fcommon
This port is up-to-date and has more than 50 common symbols defined
in more than half a dozen headers. Take the easy route and follow
FreeBSD by adding -fcommon to CFLAGS and let upstream fix this.

ok kn
2021-02-02 19:27:50 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
jasper
e511575761 build and install documentation, requested by tb@ 2017-11-05 18:19:06 +00:00
tb
e141844fde Fix out-of-bounds access: the global dtest_num is initialized to -1 and
unchanged if 'dieharder -h' is run, so if(dh_test_types[dtest_num]) pukes.

ok jasper jca
2017-11-05 11:30:43 +00:00
jca
6ab7e266f2 Use "static inline" to build with clang -O0
Spotted by & ok tb@
2017-11-05 08:55:32 +00:00
jasper
a6be837873 import dieharder-3.31.1
Dieharder is a random number generator (rng) testing suite. It is
intended to test generators, not files of possibly random numbers.
[...]

ok abieber@
2017-09-11 18:29:52 +00:00