search for: pkg_sourc

Displaying 3 results from an estimated 3 matches for "pkg_sourc".

Did you mean: pkg_source
2007 Jul 10
1
cleanup and Makevars
...otherwise Make would not recompile the object files under the next architecture. I have a package which includes a large SDK which I have put in src/fusion_sdk (and subdirectories). I take care of that by using a Makevars file with essentially (the whole Makevars file is reproduced below) PKG_SOURCES = \ fusion_sdk/calvin_files/data/src/CDFData.cpp OBJS=$(PKG_SOURCES:.cpp=.o) all: $(SHLIB) However, this setup does not remove the object files in the fusion_sdk subdirectory. From a posting on R-sig-mac by Simon Urbanek I learned that I need to clean up these directories myself....
2008 Apr 07
10
setting environment variables
...t is run by hand. I sometimes run puppet by hand, when I don''t have the time to wait for the scheduled run to apply a change or when I''m troubleshooting so this doesn''t really fix it for me. I also experimented with setting source in a package declaration: in site.pp: $pkg_source="http://pkg.blah.net/pub/FreeBSD/ports/$hardwaremodel/ packages-$kernelrelease/Latest" in some class: package { "rsync": ensure => present, name => rsync, source => $pkg_source, } This kind of works, but it means that I...
2014 Sep 03
2
timings for examples in R CMD check
I'm having a very hard time making R CMD check produce a clean check on examples because of the timings inserted into examples by R CMD check. I am getting a difference on every example output caused by timing information being inserted by 'R CMD check'. The current 'Writing R Extensions' manual[1] states on p. 14: If directory tests has a subdirectory Examples