search for: deppkg

Displaying 1 result from an estimated 1 matches for "deppkg".

2010 Oct 04
1
source package build/installation with subdirectory-lib
hi all - i have a source package i'm writing that i'd like to be able to install with a special library that my R src files rely on. to be more precise, i have a normal R package directory structure (i.e. src/ R/ man/ DESCRIPTION NAMESPACE etc.). i also have another directory here called depPkg, and it has it's own configure file for the canonical './configure && make && make install' installation. so myPkg looks like so (only showing the relevant pieces): + myPkg |--- DESCRIPTION |--- NAMESPACE |--- R/ (with R files in here) |--- src/ (with my .c files i...