search for: debrlib

Displaying 2 results from an estimated 2 matches for "debrlib".

Did you mean: dberlin
2003 Dec 31
1
RFC on first public draft of 'Debian R Policy'
...bian Policy-conformant lower-case package name cranNameLC := $(shell echo $(cranName) | tr "[A-Z]" "[a-z]" | tr "." "-" ) ## which we can use to build the package directory package := r-cran-$(cranNameLC) ## which we use for the to-be-installed-in directory debRlib :=$(CURDIR)/debian/$(package)/usr/lib/R/site-library common-install-indep:: R_any_arch common-install-arch:: R_any_arch R_any_arch: dh_installdirs usr/lib/R/site-library R CMD INSTALL -l $(debRlib) --clean . rm -vf $(debRlib)/R.css $(debRlib)/$(cranNameLC)/COPYING ...........................
2007 Mar 20
2
PKG_CFLAGS/CFLAGS and PKG_CXXFLAGS/CXXFLAGS
Why is it that R places CFLAGS after PKG_CFLAGS and not before when compiling a package (e.g. through R CMD build pkg)? This can be problematic if, for instance, you want to use -O3, but -O2 is in R_HOME/etc/Makeconf. If -O2 (in CFLAGS) appears after -O3 (in PKG_CFLAGS), you are left with what you didn't want: -O2. In R-exts, it says that "Flags which are set in file etc/Makeconf