Changeset 8ecb43 in git for kernel/mod2.h


Ignore:
Timestamp:
Mar 22, 2012, 8:14:52 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
28b5039979340465ba16ef7b781843e9690cc034
Parents:
631bc196273e45422d6007df7a75d0410e0d9c0a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-22 20:14:52+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-23 16:06:29+01:00
Message:
due to legacy Singular: if HAVE_DYNAMIC_LOADING was defined then no HAVE_EIGENVAL & HAVE_GMS should be defined
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h

    r631bc19 r8ecb43  
    4040#define FAST_AND_DIRTY
    4141
    42 //TODO add a configure check for HAVE_DYNAMIC_LOADING ??
     42#ifndef HAVE_DYNAMIC_LOADING
    4343/* eigenvalues */
    44 #undef HAVE_EIGENVAL
     44#define HAVE_EIGENVAL 1
    4545
    4646/* Gauss-Manin system */
    4747#define HAVE_GMS 1
     48#endif
    4849
    4950/* linear algebra extensions from pcv.h/pcv.cc */
Note: See TracChangeset for help on using the changeset viewer.