Changeset fea2af in git for libpolys/polys/clapsing.cc


Ignore:
Timestamp:
Dec 19, 2011, 3:54:56 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bd795d65c1de21a3593013aca57c80f6128ba318
Parents:
76f3a18e5ce9a6a62d719dfb53dd5439883be370
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-19 15:54:56+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-27 19:28:00+01:00
Message:
SW cannot be built without factory

FIX: fixed libpolys and Singular/eigenval_ip.cc (quick and dirty)

TODO: make check in libpolys/tests -> all dynamic tests are missing SearchPATH :(
TODO: undefined reference to strat_fac_debug & strat_nr?

TODO: kernel? Singular?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    r76f3a18 rfea2af  
    1414#ifdef HAVE_FACTORY
    1515#define SI_DONT_HAVE_GLOBAL_VARS
     16
    1617#include <factory/factory.h>
     18
    1719#ifdef HAVE_LIBFAC
    1820#include <factory/libfac/factor.h>
    1921#endif
    20 #endif
     22
    2123
    2224#include <omalloc/omalloc.h>
     
    15581560#endif
    15591561
     1562
     1563#endif /* HAVE_FACTORY */
Note: See TracChangeset for help on using the changeset viewer.