Skip to content

Commit

Permalink
Import Upstream version 3.31.1~20110526
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Oct 3, 2019
1 parent c875e5d commit 5325dc7
Show file tree
Hide file tree
Showing 232 changed files with 56,207 additions and 15,035 deletions.
6,122 changes: 3,364 additions & 2,758 deletions ChangeLog

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,14 @@ where once again a suitable rpm tree must exist and be pointed to in
.rpmmacros.


DEBIAN PACKAGE BUILD INSTRUCTIONS
Debian / Ubuntu Package Build Instructions

Are pending, but are under active development and should appear in this
space soon.
As Dieharder is provided as an actively maintained, simply do

sudo apt-get build-dep dieharder

to install all build requirements for Dieharder, and

sudo apt-get source dieharder

to install the current sources.
25 changes: 15 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/dieharder-config.in $(srcdir)/dieharder.html.in \
$(srcdir)/dieharder.spec.in $(srcdir)/dieharder_version.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
config.guess config.sub depcomp install-sh ltmain.sh missing \
mkinstalldirs
compile config.guess config.sub depcomp install-sh ltmain.sh \
missing mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Expand Down Expand Up @@ -124,8 +127,8 @@ DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DIEHARDER_CFLAGS = -I${prefix}/include
DIEHARDER_LIBS = -L${exec_prefix}/lib -ldieharder
DIEHARDER_LIB_VERSION = 3.31.0
DIEHARDER_LT_VERSION = 3:31:0
DIEHARDER_LIB_VERSION = 3.31.1
DIEHARDER_LT_VERSION = 3:31:1
DSYMUTIL =
DUMPBIN =
ECHO_C =
Expand Down Expand Up @@ -161,10 +164,10 @@ OTOOL64 =
PACKAGE = dieharder
PACKAGE_BUGREPORT =
PACKAGE_NAME = dieharder
PACKAGE_STRING = dieharder 3.31.0
PACKAGE_STRING = dieharder 3.31.1
PACKAGE_TARNAME = dieharder
PACKAGE_URL =
PACKAGE_VERSION = 3.31.0
PACKAGE_VERSION = 3.31.1
PATH_SEPARATOR = :
RANLIB = ranlib
RELEASE = 1
Expand All @@ -178,7 +181,7 @@ STRIP = strip
# This is revision information, automagically set from autoconf. The
# actual version information is set ONLY in configure.ac
#========================================================================
VERSION = 3.31.0
VERSION = 3.31.1
abs_builddir = /home/rgb/Src/Projects/dieharder
abs_srcdir = /home/rgb/Src/Projects/dieharder
abs_top_builddir = /home/rgb/Src/Projects/dieharder
Expand All @@ -199,6 +202,7 @@ build_vendor = unknown
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
dieharder_CFLAGS = -std=c99 -Wall -pedantic -I${prefix}/include
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
Expand All @@ -211,6 +215,7 @@ htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/rgb/Src/Projects/dieharder/install-sh
libdieharder_lo_CFLAGS = -Wall -pedantic -I${prefix}/include
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
Expand Down Expand Up @@ -326,8 +331,8 @@ REPOPATH = /var/www/html/fc/6/local/
#========================================================================
# This target takes the dieharder sources and "magically" transforms
# them into RDieHarder sources.
RDHTAR = RDieHarder_3.31.0.tar
RDHPKG = RDieHarder_3.31.0.tar.gz
RDHTAR = RDieHarder_3.31.1.tar
RDHPKG = RDieHarder_3.31.1.tar.gz
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

Expand Down
11 changes: 8 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/dieharder-config.in $(srcdir)/dieharder.html.in \
$(srcdir)/dieharder.spec.in $(srcdir)/dieharder_version.h.in \
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
config.guess config.sub depcomp install-sh ltmain.sh missing \
mkinstalldirs
compile config.guess config.sub depcomp install-sh ltmain.sh \
missing mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Expand Down Expand Up @@ -199,6 +202,7 @@ build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
dieharder_CFLAGS = @dieharder_CFLAGS@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
Expand All @@ -211,6 +215,7 @@ htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdieharder_lo_CFLAGS = @libdieharder_lo_CFLAGS@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
Expand Down
14 changes: 11 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,17 @@ to build an RPM by using the make target: "make rpm" (after setting up
a private RPM build tree). No root privileges are needed to build the
rpms in this way.

DEBIAN
Debian / Ubuntu

When Dirk finishes this, we'll fill it in.
Dieharder has been in Debian since February 2007. Therefore, on most current
Debian or Ubuntu systems a simple

sudo apt-get install dieharder

installs the command-line (which itself also install the shared library
package it depends upon). In order develop against the Dieharder API, run

sudo apt-get install libdieharder-dev

========================================================================

Expand All @@ -142,7 +150,7 @@ been kept under revision control (first CVS, more recently Subversion)
since the inception of the process in 2003 and all incremental changes
to the code as it was developed are carefully documented.

Dieharder was deliberately developed to by a GPL project, since
Dieharder was deliberately developed to be a GPL project, since
alternative random number test suites were either incomplete with regard
to the span of test possibilities of interest to the author, restricted
or unclear about their licensing restrictions, or both. In addition, by
Expand Down
Loading

0 comments on commit 5325dc7

Please sign in to comment.