Displaying 3 results from an estimated 3 matches for "pkg_sources".
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.
I...
2008 Apr 07
10
setting environment variables
Hi all,
I''m running Puppet on FreeBSD and recently I started building my own
packages. I would like to set the PKGROOT variable on all hosts so
that packages are fetched from my server instead of freebsd.org. Is
it possible to set this with puppet?
I''ve read the suggestion on Trac [1], and it solves the problem when
puppet is run with an rc script, but it won''t work
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