-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Make "ratpoints" check whether -fnested-functions is supported by the compiler #12368
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
shouldn't you append |
comment:3
Replying to @ohanar:
I'm not sure. However, if he did then he would be changing how the spkg-install scripts works from before. It did not used to append to CCFLAGS -- it always wrote it from scratch. So I think appending or not is orthogonal to refereeing this patch; it could be another ticket. My question is: what the heck is testcflags.sh? It doesn't exist on my OS X 10.7 install, or in Sage-5.0x as far as I can tell, or in this spkg... So I can't referee this package. |
comment:4
Replying to @williamstein:
See #12367 (a dependency of this ticket).
Did you look in |
Diff for the ratpoints spkg, for review only |
comment:5
Attachment: ratpoints-2.1.3.p1-p2.diff.gz Replying to @williamstein:
I agree with R. Andrew, so I'm copying |
Reviewer: R. Andrew Ohana |
comment:6
Replying to @williamstein:
Note that I did not mark it as needs work, I definitely agree that it is not necessary for refereeing this ticket. I would have given it a positive review regardless (since it did what it was supposed to do), but since it is a trivial change that improves the build process, and since he was already touching the CCFLAGS variable, I figured it couldn't hurt to actually have the global CFLAGS respected. |
comment:7
Replying to @jdemeyer:
Yes, but I guess sage-5.0.beta2 is too old. I'll let somebody else referee this:
|
Merged: sage-5.0.beta5 |
On Darwin, ratpoints adds
-fnested-functions
(an Apple extension) to$CFLAGS
causing failures when using gcc to compile.spkg: http://boxen.math.washington.edu/home/jdemeyer/spkg/ratpoints-2.1.3.p2.spkg
Depends on #12367
Component: packages: standard
Author: Jeroen Demeyer
Reviewer: R. Andrew Ohana
Merged: sage-5.0.beta5
Issue created by migration from https://trac.sagemath.org/ticket/12368
The text was updated successfully, but these errors were encountered: