Changeset 82d693 in git for libpolys


Ignore:
Timestamp:
Jul 20, 2017, 3:54:55 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
694cca7f354a4b17c0366a7bdeac50b0f42b344b
Parents:
cbecbd35750b32ba27182176e9d3a8e971e3b9ed
Message:
add: skeleton for julia-cf
Location:
libpolys
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    rcbecbd3 r82d693  
    1616  numbers.cc rintegers.cc rmodulo2m.cc rmodulon.cc shortfl.cc \
    1717  gnumpc.cc gnumpfl.cc longrat.cc longrat0.cc ffields.cc \
    18   modulop.cc mpr_complex.cc ntupel.cc \
     18  modulop.cc mpr_complex.cc ntupel.cc juliacf.cc \
    1919  bigintmat.cc  AE.cc OPAE.cc AEp.cc OPAEp.cc AEQ.cc OPAEQ.cc \
    2020  flintcf_Q.cc flintcf_Zn.cc
     
    2525libcoeffs_la_include_HEADERS = \
    2626  coeffs.h numbers.h si_gmp.h gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h rintegers.h rmodulo2m.h rmodulon.h \
    27   shortfl.h mpr_complex.h mpr_global.h numstats.h ntupel.h \
     27  shortfl.h mpr_complex.h mpr_global.h numstats.h ntupel.h juliacf.h \
    2828  bigintmat.h Enumerator.h AE.h OPAE.h AEp.h OPAEp.h AEQ.h OPAEQ.h \
    2929  flintcf_Q.h flintcf_Zn.h
  • libpolys/configure.ac

    rcbecbd3 r82d693  
    4040LB_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)]))
    4141LB_CHECK_FLINT(2.4,,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)]))
     42
     43SING_CHECK_JULIA
    4244
    4345
Note: See TracChangeset for help on using the changeset viewer.