#12655: Update PolyBoRi to release 0.8.1
----------------------------------------------------------------+-----------
       Reporter:  AlexanderDreyer                               |         
Owner:  AlexanderDreyer                
           Type:  enhancement                                   |        
Status:  needs_review                   
       Priority:  major                                         |     
Milestone:  sage-5.0                       
      Component:  algebra                                       |    
Resolution:                                 
       Keywords:                                                |   Work 
issues:                                 
Report Upstream:  None of the above - read trac for reasoning.  |     
Reviewers:  Martin Albrecht, Jeroen Demeyer
        Authors:  Alexander Dreyer                              |     Merged 
in:                                 
   Dependencies:  #12656                                        |      
Stopgaps:                                 
----------------------------------------------------------------+-----------

Comment (by jhpalmieri):

 If I add a print statement at the top of custom.py ("print CCFLAGS"), then
 on OS X or sage.math, I see `['-O3']`. On !OpenSolaris, I get a !NameError
 saying that CCFLAGS is not defined.

 With Solaris (skynet machine mark2), the entire contents of config.log:
 {{{
 file
 
/home/palmieri/mark2/GCC/sage-5.0.beta10-gcc/spkg/build/polybori-0.8.1.p1/src/polybori-0.8.1/SConstruct,line
 653:
         Configure(confdir = .sconf_temp)
 scons: Configure: Detecting type sizes...
 .sconf_temp/conftest_0.c <-
   |
   |        #include <stdio.h>
   |        int main(int argc, char **argv) {
   |          printf("SIZEOF_VOID_P=%u SIZEOF_INT=%u SIZEOF_LONG=%u",
   |            (unsigned)sizeof(void*), (unsigned)sizeof(int),
 (unsigned)sizeof(long));
   |          return 0;
   |        }
   |
 gcc -o .sconf_temp/conftest_0.o -c -Wno-long-long -Wreturn-type -std=c99
 -O3 -DPBORI_NDEBUG
 -I/home/palmieri/mark2/GCC/sage-5.0.beta10-gcc/local/include
 .sconf_temp/conftest_0.c
 gcc -o .sconf_temp/conftest_0 -Wl,-rpath=\$ORIGIN/../build/usr/local/lib
 -z origin .sconf_temp/conftest_0.o
 -L/home/palmieri/mark2/GCC/sage-5.0.beta10-gcc/local/lib
 ld: fatal: option -dn and -P are incompatible
 ld: fatal: Flags processing errors
 collect2: ld returned 1 exit status
 scons: Configure: no
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12655#comment:34>
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.

Reply via email to