Changeset 97a059 in git


Ignore:
Timestamp:
Dec 19, 2011, 7:09:26 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
7e8c9ef034b643eea4e3a9dfb0885856e6d1a5eb
Parents:
f8ac2df0e661945c1994cd34c620c052b99a67e9
git-author:
Martin Lee <martinlee84@web.de>2011-12-19 18:09:26+00:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:24+02:00
Message:
Started fork swSingularFlint from spielwiese

chg: changed build system to be able to compile Singular with Flint
add: conversion functions from factory to Flint and vice versa
chg: added HAVE_FLINT to factory config.h
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    rf8ac2df r97a059  
    7979                fieldGCD.cc \
    8080                ffops.cc \
     81                FLINTconvert.cc \
    8182                gf_tabutil.cc \
    8283                gfops.cc \
     
    162163                fieldGCD.h \
    163164                ffops.h \
     165                FLINTconvert.h \
    164166                gf_tabutil.h \
    165167                gfops.h \
  • factory/config.h.in

    rf8ac2df r97a059  
    6666/* Define if NTL is installed */
    6767#undef HAVE_NTL
     68
     69/* Define if FLINT is installed */
     70#undef FLINT
    6871
    6972/* omalloc support */
  • factory/configure.ac

    rf8ac2df r97a059  
    196196
    197197LB_CHECK_NTL(5.0,,AC_MSG_WARN([Unable to find NTL (which is strongly recommended) on your machine: please use --with-ntl=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
     198
     199LB_CHECK_FLINT(2.2,,AC_MSG_WARN([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)]))
    198200
    199201# arithmetic shift
Note: See TracChangeset for help on using the changeset viewer.