#14491: Add FreeBSD as a supported platform
--------------------------------+-------------------------------------------
       Reporter:  kcrisman      |         Owner:  pjeremy  
           Type:  enhancement   |        Status:  new      
       Priority:  major         |     Milestone:  sage-5.10
      Component:  porting: BSD  |    Resolution:           
       Keywords:                |   Work issues:           
Report Upstream:  N/A           |     Reviewers:           
        Authors:                |     Merged in:           
   Dependencies:                |      Stopgaps:           
--------------------------------+-------------------------------------------

Comment (by stephen):

 I am having some significant troubles building sage-5.9.beta5.  It is due
 to the fact that there is more than one version of the compiler being
 used, and various libraries either being built or not being built, or
 linkers getting pre-built libraries from the wrong place.  The exact
 nature of the error depends upon whether I use the FreeBSD versions of
 gcc-4.7 and atlas or the versions that come with sage.  Both give errors,
 but different errors.  I know that given time I can work it out, but I
 don't have time right now.

 For this reason, when the release version of sage-5.9 comes out, I am
 unlikely to upgrade the sage port.  We should delay in adding FreeBSD as a
 supported platform.

 Also, for ANY version of the gcc-4.7 compiler to work (either the one that
 comes with FreeBSD, or the one that comes with sage), the following patch
 is needed for FreeBSD:

 {{{
 --- eclib-20120830/src/libsrc/eclib/xmod.h-orig 2013-04-08
 17:16:56.000000000 +0000
 +++ eclib-20120830/src/libsrc/eclib/xmod.h      2013-04-08
 18:14:26.000000000 +0000
 @@ -20,7 +20,8 @@
  // Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  //
 //////////////////////////////////////////////////////////////////////////
 -
 +
 +#include <stdint.h>; // int64_t for FreeBSD

  // All are inline functions, there's no .cc file

 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14491#comment:2>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to