R-local.manifest.template 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:$(RDIR)/bin/exec/R
  4. loader.execname = $(RDIR)/bin/exec/R
  5. loader.env.LD_LIBRARY_PATH = $(RDIR)/lib:/lib:/lib/x86_64-linux-gnu:/usr/lib:/usr/lib/x86_64-linux-gnu
  6. loader.env.PATH = $(RDIR)/bin:/usr/bin:/bin
  7. loader.env.USERNAME =
  8. loader.env.HOME =
  9. loader.env.PWD =
  10. loader.env.R_ARCH =
  11. loader.env.R_HOME = $(RDIR)
  12. loader.env.R_SHARE_DIR = $(RDIR)/share
  13. loader.env.R_INCLUDE_DIR = $(RDIR)/include
  14. loader.env.R_DOC_DIR = $(RDIR)/doc
  15. loader.debug_type = none
  16. fs.mount.root.type = chroot
  17. fs.mount.root.uri = file:
  18. fs.mount.other.r.type = chroot
  19. fs.mount.other.r.path = $(RDIR)
  20. fs.mount.other.r.uri = file:$(RDIR)
  21. fs.mount.other.lib1.type = chroot
  22. fs.mount.other.lib1.path = /lib
  23. fs.mount.other.lib1.uri = file:$(GLIBCDIR)
  24. fs.mount.other.lib2.type = chroot
  25. fs.mount.other.lib2.path = /lib/x86_64-linux-gnu
  26. fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
  27. fs.mount.other.usr.type = chroot
  28. fs.mount.other.usr.path = /usr
  29. fs.mount.other.usr.uri = file:/usr
  30. fs.mount.other.bin.type = chroot
  31. fs.mount.other.bin.path = /bin
  32. fs.mount.other.bin.uri = file:/bin
  33. fs.mount.other.tmp.type = chroot
  34. fs.mount.other.tmp.path = /tmp
  35. fs.mount.other.tmp.uri = file:
  36. sys.stack.size = 256K
  37. sys.brk.size = 4M
  38. glibc.heap_size = 16M