SPRNG Version 4.0(non-regular version)

Because this experienced various sufferings on building sprng4, I added a change.

I think SPRNG4 here for builds to be able to do in some measure more easily than originals.
sprng4_<date>.tar.gz(or sprng4.tar.gz) is a thing to have applied the patch.
sprng4_exclude.patch doesn't contain "Configure and Makefile.in".
sprng4.patch is a patch to the original.

The problem concerning the compilation of sprng4 and the link has decreased by this patch.

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]sprng4_exclude.patch2009-08-31 16:46 610K 
[   ]sprng4_20090831.tar.gz2009-08-31 16:46 800K 
[   ]sprng4.tar.gz2009-08-31 16:46 800K 
[TXT]sprng4.patch2009-08-31 16:46 2.4M 
[   ]rsprng_0.5-5.tar.gz2009-09-02 10:54 44K 
[DIR]OLD/2009-08-25 14:53 -  
[DIR]20090831/2009-08-31 14:16 -  
[DIR]20090829/2009-08-29 01:54 -  
[DIR]20090828/2009-08-28 13:02 -  
[DIR]20090825/2009-08-25 14:04 -  
[DIR]20090820/2009-08-20 16:53 -  
[DIR]20090817/2009-08-20 16:51 -  
[DIR]20090807/2009-08-17 13:36 -  

Optional Features:
  --enable-static[=PKGS]  build static libraries [default=no]
  --enable-shared[=PKGS]  build shared libraries [default=yes]
Optional Packages:
  --with-pic              try to use only PIC/non-PIC objects [default=use both]
  --with-mpi              use the MPI protocols [default=no]

Some influential environment variables:
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if you have headers in a nonstandard directory <include dir>
  CC          C compiler command
  CFLAGS      C compiler flags
  F77         Fortran 77 compiler command
  FFLAGS      Fortran 77 compiler flags
  FLIBS       Linker flags needed to link against Fortran code
  MPICC       C compiler to compile MPI program and to create parallel executable
  MPICXX      C++ compiler to compile MPI program and to create parallel executable
  MPIF77      Fortran compiler to compile MPI program and to create parallel executable
sprng4 without MPI
  tar zxvf sprng4_<date>.tar.gz
  cd sprng4
  ./configure --prefix=/usr/local/sprng4
  make
# libstdc++.la might have to be deleted when constructing it with Rtools.
sprng4 with MPI(unsuitable for rsprng)
  tar zxvf sprng4_<date>.tar.gz
  cd sprng4
  ./configure --with-mpi --prefix=/usr/local/sprng4
  make

# use R
rsprng (sprng2 or 4)

  R CMD INSTALL rsprng_0.5-4.tar.gz \
                --configure-args=--with-sprng=/usr/local/sprng4
rsprng
GMP of sprng4 is unnecessary.
It is necessary to operate accurately, examine it closely.