#13237: Upgrade Singular
----------------------------------+-----------------------------------------
       Reporter:  jdemeyer        |         Owner:  tbd     
           Type:  enhancement     |        Status:  new     
       Priority:  major           |     Milestone:  sage-5.3
      Component:  packages        |    Resolution:          
       Keywords:  Singular spkg   |   Work issues:          
Report Upstream:  N/A             |     Reviewers:          
        Authors:  Jeroen Demeyer  |     Merged in:          
   Dependencies:                  |      Stopgaps:          
----------------------------------+-----------------------------------------

Comment (by leif):

 Replying to [comment:6 leif]:
 > And lots of other warnings...

 These are the ones I get from `configure` and `config.status`:
 {{{
 configure: warning: Building of doc might fail. Need Texinfo
 configure: WARNING: unrecognized options: --with-apint, --with-ntl,
 --without-MP, --without-lex, --without-bison, --without-Boost, --enable-
 Singular, --enable-factory, --enable-libfac, --enable-IntegerProgramming,
 --disable-doc, --with-malloc, --disable-debug, --enable-omalloc, --with-
 external-config_h, --with-track-custom, --enable-Plural, --with-factory,
 --with-libfac
 configure: WARNING: Unable to find FLINT (which is strongly recommended)
 on your machine: please use --with-
 flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help
 if you do not understand what we are talking about)
 config.status: WARNING:  'GNUmakefile.in' seems to ignore the
 --datarootdir setting
 configure: WARNING: unrecognized options: --with-apint, --with-ntl,
 --without-MP, --without-lex, --without-bison, --without-Boost, --enable-
 Singular, --enable-factory, --enable-libfac, --enable-IntegerProgramming,
 --disable-doc, --with-malloc, --disable-debug, --enable-omalloc, --with-
 external-config_h, --with-track-custom, --enable-Plural, --with-factory,
 --with-libfac
 configure: warning: factory.h not found! Install factory before building
 libfac!
 configure: WARNING: unrecognized options: --with-gmp, --with-ntl,
 --without-bison, --enable-gmp, --enable-Singular, --enable-factory,
 --enable-libfac, --enable-IntegerProgramming, --disable-doc, --with-
 malloc, --disable-debug, --enable-omalloc, --with-external-config_h,
 --with-track-custom, --enable-Plural, --with-Singular
 configure: WARNING: building without lex -- make might fail
 configure: WARNING: building without python support
 configure: WARNING: Unable to find FLINT (which is strongly recommended)
 on your machine: please use --with-
 flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help
 if you do not understand what we are talking about)
 configure: WARNING: unrecognized options: --with-gmp, --with-ntl,
 --without-bison, --enable-gmp, --enable-Singular, --enable-factory,
 --enable-libfac, --enable-IntegerProgramming, --disable-doc, --with-
 malloc, --disable-debug, --enable-omalloc, --with-external-config_h,
 --with-track-custom, --enable-Plural, --with-Singular
 configure: warning: Building of doc might fail. Need Texinfo
 configure: WARNING: unrecognized options: --with-apint, --with-ntl,
 --without-MP, --without-lex, --without-bison, --without-Boost, --enable-
 Singular, --enable-factory, --enable-libfac, --enable-IntegerProgramming,
 --disable-doc, --with-malloc, --disable-debug, --enable-omalloc, --with-
 external-config_h, --with-track-custom, --enable-Plural, --with-factory,
 --with-libfac
 configure: WARNING: Unable to find FLINT (which is strongly recommended)
 on your machine: please use --with-
 flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help
 if you do not understand what we are talking about)
 config.status: WARNING:  'GNUmakefile.in' seems to ignore the
 --datarootdir setting
 configure: WARNING: unrecognized options: --with-apint, --with-ntl,
 --without-MP, --without-lex, --without-bison, --without-Boost, --enable-
 Singular, --enable-factory, --enable-libfac, --enable-IntegerProgramming,
 --disable-doc, --with-malloc, --disable-debug, --enable-omalloc, --with-
 external-config_h, --with-track-custom, --enable-Plural, --with-factory,
 --with-libfac
 configure: warning: factory.h not found! Install factory before building
 libfac!
 configure: WARNING: unrecognized options: --with-gmp, --with-ntl,
 --without-bison, --enable-gmp, --enable-Singular, --enable-factory,
 --enable-libfac, --enable-IntegerProgramming, --disable-doc, --with-
 malloc, --disable-debug, --enable-omalloc, --with-external-config_h,
 --with-track-custom, --enable-Plural, --with-Singular
 configure: WARNING: building without lex -- make might fail
 configure: WARNING: building without python support
 configure: WARNING: Unable to find FLINT (which is strongly recommended)
 on your machine: please use --with-
 flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help
 if you do not understand what we are talking about)
 configure: WARNING: unrecognized options: --with-gmp, --with-ntl,
 --without-bison, --enable-gmp, --enable-Singular, --enable-factory,
 --enable-libfac, --enable-IntegerProgramming, --disable-doc, --with-
 malloc, --disable-debug, --enable-omalloc, --with-external-config_h,
 --with-track-custom, --enable-Plural, --with-Singular
 configure: WARNING: unrecognized options: --with-apint, --with-ntl,
 --disable-debug
 configure: WARNING: Unable to find FLINT (which is strongly recommended)
 on your machine: please use --with-
 flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help
 if you do not understand what we are talking about)
 config.status: WARNING:  'GNUmakefile.in' seems to ignore the
 --datarootdir setting
 configure: WARNING: unrecognized options: --with-apint, --with-ntl,
 --disable-debug
 }}}

 The unrecognized options should be addressed I think.

 No idea how to interpret ''"`factory.h` not found! Install factory before
 building libfac!"'', as the build succeeded.

 ''"Building without python support"'' can safely be ignored I guess, as we
 use our own Cython wrappers.

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

Reply via email to