https://github.com/cran/rsprng
Raw File
Tip revision: f206a8100281c66d4a21092bc95ba71a2e66f75c authored by Na (Michael) Li on 16 April 2003, 00:00:00 UTC
version 0.2-1
Tip revision: f206a81
Makevars.gnuwin32
# -*- Makefile -*-  vim : ft = make

# When installing, copy this file to Makevars and run
# 'Rcmd install rsprng', ignore the warning about configure script.

# This is where I put the sprng and gmp .h and .a files
MSYS_PREFIX = C:/msys/1.0/local

# PVM library and header files
PKG_CPPFLAGS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCHECK_POINTERS=1  -I${MSYS_PREFIX}/include
PKG_LIBS     = -L${MSYS_PREFIX}/lib -lsprng -lgmp
back to top