config_site.patch 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. diff -Nuar R-2.12.1.orig//config.site R-2.12.1/config.site
  2. --- R-2.12.1.orig//config.site 2010-11-14 01:05:06.000000000 +0200
  3. +++ R-2.12.1/config.site 2010-12-22 07:11:10.429000021 +0200
  4. @@ -28,7 +28,7 @@
  5. ## The paper size for the local (PostScript) printer.
  6. ## It must either be left blank or set to one of 'a4' or 'letter'.
  7. ## If left blank the system will use 'a4'.
  8. -## R_PAPERSIZE=a4
  9. + R_PAPERSIZE=a4
  10. ## Set the default behavior of R when ending a session
  11. ## Set this to one of '--save' or '--no-save' depending whether you
  12. @@ -207,23 +207,26 @@
  13. ## If unset configure searches in turn for (currently)
  14. ## firefox mozilla galeon opera xdg-open kfmclient gnome-moz-remote open
  15. ## and uses the full path.
  16. -## R_BROWSER=
  17. +R_BROWSER=xdg-open
  18. +
  19. +## Default pdf viewer
  20. +R_PDFVIEWER=xdg-open
  21. ## BLAS and LAPACK settings
  22. ## Use BLAS_LIBS for all '-L' and '-l' options needed for linking
  23. ## against an external BLAS implementation.
  24. -## BLAS_LIBS=
  25. +## BLAS_LIBS=/usr/lib
  26. ## Use LAPACK_LIBS for all '-L' and '-l' options needed for linking
  27. ## against an external LAPACK implementation.
  28. ## Note that (see R-admin) that our main intention is to allow a
  29. ## LAPACK-containing BLAS to be used, so this is rarely needed, and
  30. ## it is not used if the BLAS already contains LAPACK.
  31. -## LAPACK_LIBS=
  32. +## LAPACK_LIBS="-L/usr/lib -llapack -lblas"
  33. ## Make name.
  34. ## Set this if you want to use a make by another name.
  35. ## For example, if your GNU make is called 'gmake', use 'MAKE=gmake'.
  36. -## MAKE=
  37. +MAKE=gmake
  38. ## Tar name
  39. ## Set this to prefer a tar which has the capability to automagically