Changeset 419b39 in git


Ignore:
Timestamp:
Sep 8, 2011, 7:38:40 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
Children:
1da2a132d49570abee2ff48d0373549833495572
Parents:
3630fa8c97d52170372e9f1e47f6bec997bfa51d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-08 19:38:40+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:35+01:00
Message:
FIX: enable implicit templates for now (commented out the use of -fno-implicit-templates)
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • Singular/makefile

    r3630fa8 r419b39  
    5151CFLAGS          = -O3 -Wall -fomit-frame-pointer ${PIPE} ${LIBPOLYS_CFLAGS} ${PYTHON_CFLAGS}
    5252CXXFLAGS        = -O3 -Wall -fomit-frame-pointer --no-rtti ${PIPE} ${LIBPOLYS_CFLAGS} ${PYTHON_CFLAGS}
    53 CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
     53CXXTEMPLFLAGS   =  --no-exceptions ## -fno-implicit-templates
    5454CPPFLAGS        = -I${srcdir} -I..  -I${includedir} ${LIBPOLYS_INCLUDES}  ${PYTHON_INCLUDES}
    5555DEFSNL          = -DNDEBUG -DOM_NDEBUG
     
    7171### file sets
    7272###
     73
     74# special C++ source files (need extra compiling and/or linking), for which
     75# dependencies should be generated
     76ESOURCES=claptmpl.cc
    7377
    7478# normal C++ source files
     
    133137   walk.cc\
    134138   walk_ip.cc\
    135    wrapper.cc
     139   wrapper.cc ${ESOURCES}
    136140
    137141#   tesths.cc
     
    141145CXXSOURCES2     = SingularBuilder.cpp
    142146
    143 # special C++ source files (need extra compiling and/or linking), for which
    144 # dependencies should be generated
    145 ESOURCES=claptmpl.cc
    146147
    147148SOURCES=${CSOURCES} ${CXXSOURCES} \
  • factory/Makefile.am

    r3630fa8 r419b39  
    1 CXXTEMPLFLAGS      = -fno-implicit-templates --no-exceptions
     1CXXTEMPLFLAGS      =  --no-exceptions ## -fno-implicit-templates
    22
    33INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}
  • kernel/makefile

    r3630fa8 r419b39  
    4242CFLAGS          = -O3 -fomit-frame-pointer ${PIPE} ${LIBPOLYS_CFLAGS}
    4343CXXFLAGS        = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${LIBPOLYS_CFLAGS}
    44 CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
     44CXXTEMPLFLAGS   =  --no-exceptions ## -fno-implicit-templates
    4545CPPFLAGS        = -I${srcdir} -I..  -I${includedir}   ${LIBPOLYS_CFLAGS}
    4646DEFS            = -DNDEBUG -DOM_NDEBUG
  • libpolys/coeffs/Makefile.am

    r3630fa8 r419b39  
    11lib_LIBRARIES=libcoeffs.a libcoeffs_g.a
    2 CXXTEMPLFLAGS      = -fno-implicit-templates --no-exceptions
     2CXXTEMPLFLAGS      =  --no-exceptions ## -fno-implicit-templates
    33
    44libcoeffs_a_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
  • libpolys/misc/Makefile.am

    r3630fa8 r419b39  
    11lib_LIBRARIES=libmisc.a libmisc_g.a
    22
    3 CXXTEMPLFLAGS      = -fno-implicit-templates --no-exceptions
     3CXXTEMPLFLAGS      =  --no-exceptions ## -fno-implicit-templates
    44
    55libmisc_a_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
  • libpolys/polys/Makefile.am

    r3630fa8 r419b39  
    1 CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
     1CXXTEMPLFLAGS   =  --no-exceptions ## -fno-implicit-templates
    22
    33
  • libpolys/reporter/Makefile.am

    r3630fa8 r419b39  
    11lib_LIBRARIES=libreporter.a libreporter_g.a
    22
    3 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions
     3CXXTEMPLFLAGS =  --no-exceptions ## -fno-implicit-templates
    44
    55libreporter_a_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
  • libpolys/resources/Makefile.am

    r3630fa8 r419b39  
    11lib_LIBRARIES=libresources.a libresources_g.a
    22
    3 CXXTEMPLFLAGS      = -fno-implicit-templates --no-exceptions
     3CXXTEMPLFLAGS      =  --no-exceptions ## -fno-implicit-templates
    44
    55libresources_a_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
  • libpolys/tests/Makefile.am

    r3630fa8 r419b39  
    1 CXXTEMPLFLAGS = -O0 --no-exceptions ## -fno-implicit-templates
     1CXXTEMPLFLAGS = -O0 --no-exceptions ##  ## -fno-implicit-templates
    22
    33if ENABLE_FACTORY
  • numeric/Makefile.am

    r3630fa8 r419b39  
    11lib_LIBRARIES=libnumeric.a libnumeric_g.a
    22
    3 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions
     3CXXTEMPLFLAGS =  --no-exceptions ## -fno-implicit-templates
    44
    55libnumeric_a_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
Note: See TracChangeset for help on using the changeset viewer.