Changeset 4f73dff in git


Ignore:
Timestamp:
Aug 13, 2020, 4:20:48 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
434c6e787064e48585654b1670b62446b19cef4f
Parents:
b95d18bb8d3434dbb881a78c202aedede6c0a3980fc833d77c088e98bd5b599a1917f64be0d8859a
Message:
Merge branch 'mh/gfanlib-check' of https://github.com/fingolfin/Singular into fingolfin-mh/gfanlib-check
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/FLINTconvert.cc

    r0fc833 r4f73dff  
    6464#include <flint/fmpq_mpoly.h>
    6565
    66 // planed, but not yet in FLINT: #if (__FLINT_RELEASE < 20602)
    67 #if (__FLINT_RELEASE < 20603)
     66// planed, but not yet in FLINT:
     67#if (__FLINT_RELEASE < 20604)
    6868// helper for fq_nmod_t -> nmod_poly_t
    6969static void fq_nmod_get_nmod_poly(nmod_poly_t a, const fq_nmod_t b, const fq_nmod_ctx_t ctx)
  • m4/gfanlib-check.m4

    rb95d18b r4f73dff  
    2020        AC_MSG_WARN([Error, setoper.h is missing!])
    2121 fi
    22 
    23  AC_MSG_CHECKING([whether libcddgmp is usable])
    2422
    2523# Check whether --with-gmp was given.
     
    8381 LIBS=$BACKUP_LIBS
    8482
     83 AC_MSG_CHECKING([whether libcddgmp is usable])
    8584 if test "x$PASSED_ALL_TESTS_FOR_GFANLIB" = x1; then
    8685  AC_MSG_RESULT([yes])
     
    9392  fi
    9493 fi
    95  AC_MSG_RESULT(no)
    9694
    9795 AC_SUBST(CDDGMPLDFLAGS)
Note: See TracChangeset for help on using the changeset viewer.