Changeset f3ea6ce in git for libpolys


Ignore:
Timestamp:
Aug 24, 2011, 4:55:49 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
737a6818d978503b25a6d61c5cfca9f03239756e
Parents:
06aafe1435abc46caaf98845d6df8e3da8ade1f1
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-24 16:55:49+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:26+01:00
Message:
ADD: defining DISABLE_GMP_CPP makes cf_gmp.h to use our UGLY! hack to disable C++ functionality from gmp.h
FIX: libpolys should define SINGULAR and NOSTREAMIO before using
factory => went to misc/auxiliary.h
Location:
libpolys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/configure.ac

    r06aafe1 rf3ea6ce  
    8080AC_DEFINE_UNQUOTED(INSTALL_PREFIX,"$PREFIX",Prefix)
    8181
     82AC_DEFINE([SINGULAR],[1],[SINGULAR])
     83AC_DEFINE([DISABLE_GMP_CPP],[1],[DISABLE_GMP_CPP])
     84AC_DEFINE([NOSTREAMIO],[1],[DISABLE_GMP_CPP])
     85
    8286AC_SUBST(LIBPREFIX)
    8387
  • libpolys/misc/auxiliary.h.in

    r06aafe1 rf3ea6ce  
    4242#undef HAVE_POLYEXTENSIONS
    4343#endif
     44
     45#ifndef DISABLE_GMP_CPP
     46#undef DISABLE_GMP_CPP
     47#endif
     48
     49#ifdef HAVE_FACTORY
     50
     51#ifndef SINGULAR
     52#undef SINGULAR
     53#endif
     54
     55#ifndef NOSTREAMIO
     56#undef NOSTREAMIO
     57#endif
     58
     59#endif
     60// #ifdef HAVE_FACTORY
     61
    4462// ----------------  end of parts/extensions
    4563// -----------------  configure stuff
Note: See TracChangeset for help on using the changeset viewer.