-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update R's spkg-install for building multiple spkgs in parallel #9186
Comments
spkg patch. Set empty |
comment:1
Attachment: trac_9186-r_makeflags.patch.gz I've put a new spkg at |
comment:2
Positive review. It is extreamly simple, looks good and I've tested it on Solaris 10 on an old Sun Blade 2000 SPARC.
I really hope your code for building packages in parallel gets into Sage asap. It could make a huge difference to build times. I'll see if I can get some interest in pushing this up the priority list! |
Merged: sage-4.5.alpha0 |
Reviewer: David Kirkby |
To build R with
SAGE_PARALLEL_SPKG_BUILD="yes"
on Mac OS X, we need to add, e.g.,MAKEFLAGS= export MAKEFLAGS
to the "make install" part of the package's
spkg-install
.Please see #8306 about building spkgs in parallel. For
MAKEFLAGS
, see the GNU Make manual.CC: @sagetrac-drkirkby @jhpalmieri @nexttime
Component: packages: standard
Author: Mitesh Patel
Reviewer: David Kirkby
Merged: sage-4.5.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/9186
The text was updated successfully, but these errors were encountered: