Changeset bbeddf in git for Singular


Ignore:
Timestamp:
Nov 15, 2013, 5:13:23 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
989d6be2dba06d1abec8f5c86bd77f2a001e1e4d
Parents:
1684c331ce908bffa043d3afe97c0a2c4b181d99
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-15 17:13:23+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-15 17:17:40+01:00
Message:
Fixed BS: gfanlib/cddlib checking/building/embedding

fix: cddlib configure checks
add: static building-in
fix: return code for _mod_init functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mod_lib.h

    r1684c3 rbbeddf  
    99lib_types type_of_LIB(const char *newlib, char *fullname);
    1010
     11
     12#if HAVE_GFANLIB
     13#define SI_BUILTIN_GFANLIB(add) add(gfanlib)
     14#else
     15#define SI_BUILTIN_GFANLIB(add)
     16#endif
     17
     18
    1119#ifdef EMBED_PYTHON
    12 #define SI_BUILTIN_PYOBJECT(add) add(pyobject) add(syzextra)
     20#define SI_BUILTIN_PYOBJECT(add) add(pyobject)  add(syzextra)      SI_BUILTIN_GFANLIB(add)
    1321//TODO: the line above means that syzextra should be staticly embedded IFF pyobjects do so :(
    1422#else
Note: See TracChangeset for help on using the changeset viewer.