#13443: Some clean up of R spkg
----------------------------------+-----------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.4
Component: packages | Resolution:
Keywords: r-project spkg | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Jeroen Demeyer | Merged in:
Dependencies: #13348, #9906 | Stopgaps:
----------------------------------+-----------------------------------------
Comment (by jdemeyer):
Replying to [comment:4 kcrisman]:
> * I don't see the extra C flags that #13348 supposedly adds. `gcc
-std=gnu99 -I. -I. -I../../../src/include -I../../../src/include
-DHAVE_CONFIG_H -fopenmp -fpic -g -O2 -fvisibility=hidden -c
pcre_xclass.c -o pcre_xclass.o` but probably I don't understand this.
Exactly, these are implicit options. It's similar to a hypothetical
`-I/usr/include` option.
The compiler always looks for include files in `/usr/include`, so you
never need to add `-I/usr/include`. With #13348,
`$SAGE_ROOT/local/include` becomes an automatic directory for includes,
just like `/usr/include` already is.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13443#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.