Changeset 69181b3 in git for libpolys/tests/common.h


Ignore:
Timestamp:
May 10, 2011, 4:48:58 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
9c68871c5299532f62e3ee9d88efddebac68ccbd
Parents:
468b57665e41eeb23c67a98dd6a2f85ccce65137
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-10 16:48:58+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:44+01:00
Message:
ADD: initializeGMP is needed when linking against factory
ADD: NTL should be used  when linking against factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/common.h

    r468b57 r69181b3  
    1818#include <resources/feResource.h>
    1919
     20#ifdef HAVE_FACTORY
     21int initializeGMP(){ return 1; }
     22#endif
    2023
    2124// #pragma GCC diagnostic ignored "-Wwrite-strings"
Note: See TracChangeset for help on using the changeset viewer.