Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAlter build scripts to download-if-needed-only #65
Comments
|
that would be nice. I supposed we are impacted most by repeated builds as we develop. |
|
And it shouldn't be much more than It hit when I was noodling through this 'false alert' thingie I found more or less by chance... |
|
So, should we work out a rough roadmap for our next release. I'd really like to add support for live data subscriptions. which shouldn't bee too hard. |
|
That discussion should probably be under another ticket number then ... I also saw, belatedly, that r-sig-finance had a post with code snippets for the issue raised in two issue tickets about beds (or whatever it is called). In short, we probably need a punch list... |
|
Crap. Looking into this now but we have 'round hole / square peg' issue:
So where could we cache them instead? Just |
|
So |
cache Bbg header and library (closes #65)
Currently the header and library tarballs are download on each build and invocation of configure. This could be smarter -- and only download when not present. That would help for repeated builds from the source directory, ie
R CMD build ..