Changeset b21ae4 in git


Ignore:
Timestamp:
Sep 30, 2013, 3:33:01 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b7b2c516034df879b01c7c8666bbdf0928da91dc
Parents:
1ba7d59dde84d122942e10a85da471cf9da64a00
git-author:
Martin Lee <martinlee84@web.de>2013-09-30 15:33:01+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-10-25 18:25:27+02:00
Message:
chg: added dyn_modules to #include<callgfanlib/*>
chg: added path to factory to include paths
chg: deleted HAVE_FANS
Location:
dyn_modules/callpolymake
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/callpolymake/Makefile.am

    r1ba7d5 rb21ae4  
    1010
    1111# forcefully enable exceptions for polymake
    12 POLYMAKE_CFLAGS = -fexceptions
     12POLYMAKE_CFLAGS = -fexceptions -frtti
    1313
    1414AM_LDFLAGS      = -release ${PACKAGE_VERSION} ${PM_LDFLAGS}
     
    1919
    2020MYINCLUDES = -I${top_srcdir} -I${top_builddir} -I${srcdir} \
    21 -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    22 $(GMP_CFLAGS) ${PM_INC} ${PM_CFLAGS} ${POLYMAKE_CFLAGS}
     21-I${top_srcdir}/libpolys -I${top_builddir}/libpolys  \
     22-I${top_builddir}/factory/include $(GMP_CFLAGS) $(PM_INC) $(PM_CFLAGS) \
     23$(POLYMAKE_CFLAGS) $(FACTORY_CFLAGS)
    2324
    2425P_PROCS_CPPFLAGS_COMMON = -DDYNAMIC_VERSION
  • dyn_modules/callpolymake/polymake_conversion.h

    r1ba7d5 rb21ae4  
    33
    44#include <kernel/mod2.h>
    5 
    6 #ifdef HAVE_FANS
    75
    86#include <gmpxx.h>
     
    6260
    6361#endif
    64 #endif
  • dyn_modules/callpolymake/polymake_documentation.cc

    r1ba7d5 rb21ae4  
    11#include <polymake_conversion.h>
    22
    3 #include <callgfanlib/bbcone.h>
    4 #include <callgfanlib/bbfan.h>
    5 #include <callgfanlib/bbpolytope.h>
     3#include <dyn_modules/callgfanlib/bbcone.h>
     4#include <dyn_modules/callgfanlib/bbfan.h>
     5#include <dyn_modules/callgfanlib/bbpolytope.h>
    66
    77#include <Singular/blackbox.h>
  • dyn_modules/callpolymake/polymake_documentation.h

    r1ba7d5 rb21ae4  
    44#include <kernel/mod2.h>
    55
    6 #ifdef HAVE_FANS
    7 
    86#include <polymake_conversion.h>
    97
    10 #include <callgfanlib/bbcone.h>
    11 #include <callgfanlib/bbfan.h>
    12 #include <callgfanlib/bbpolytope.h>
     8#include <dyn_modules/callgfanlib/bbcone.h>
     9#include <dyn_modules/callgfanlib/bbfan.h>
     10#include <dyn_modules/callgfanlib/bbpolytope.h>
    1311
    1412#include <Singular/blackbox.h>
     
    2220
    2321#endif
    24 #endif
Note: See TracChangeset for help on using the changeset viewer.