Changeset 686f46 in git


Ignore:
Timestamp:
May 11, 2011, 7:03:48 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
529fa4949959b00e5797a75be00fe6738a132f14
Parents:
cd6df87ae4f52ce9e0b7fb9ae4a94c6f9a7e0f94
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-11 19:03:48+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:06+01:00
Message:
fix: cf_hnf.c does not compile
fix: allow inplace compilation (for factory)
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    rcd6df87 r686f46  
    188188gengftables_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS)
    189189
    190 gengftables_SOURCES = gengftables-conway.cc ftmpl_inst.cc
     190gengftables_SOURCES = gengftables-conway.cc
    191191
    192192data_DATA = gftables
     
    194194gftables:       gengftables
    195195                @if test -r ${srcdir}/gftables; then \
    196                         cp -r ${srcdir}/gftables ${builddir}; \
     196                        if test ! -r ${builddir}/gftables; then \
     197                          cp -r ${srcdir}/gftables ${builddir}; \
     198                        fi; \
    197199                else \
    198200                        echo "This command will take quite a long time to execute;"; \
  • factory/cf_hnf.cc

    rcd6df87 r686f46  
    1313
    1414#ifdef HAVE_NTL
     15#if 0
    1516#include "NTLconvert.h"
    1617#include "canonicalform.h"
     
    5556}
    5657#endif
     58#endif
  • libpolys/polys/clapsing.cc

    rcd6df87 r686f46  
    10931093
    10941094#ifdef HAVE_NTL
     1095#if 0
    10951096matrix singntl_HNF(matrix  m, const ring s )
    10961097{
     
    12101211  return mm;
    12111212}
     1213#endif
    12121214#endif
    12131215
Note: See TracChangeset for help on using the changeset viewer.