Changeset 429497 in git for factory/Makefile.am


Ignore:
Timestamp:
Jan 31, 2012, 9:49:02 PM (12 years ago)
Author:
Julien Puydt <julien.puydt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
461f404f27ec9987b968899b7005d7a2558ad4b3
Parents:
c2e8c5044ea364ea7100d35065206c3d3258f96a
git-author:
Julien Puydt <julien.puydt@laposte.net>2012-01-31 21:49:02+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-03 17:52:05+01:00
Message:
Modified the omalloc configuration for factory/ and made toplevel use it

The factory/ configure now has four options for omalloc:
 --enable-omalloc
 --with-omalloc-dir=<path> (to point to omalloc's main install)
 --with-omalloc-extra-dir=<path> (in case there needs a second
                                  -- think out-of-tree builds)
 --enable-omalloc-trust (to trust omalloc will be found at build-time
                         but don't check at configure-time)

That last is especially useful to build factory/ inside singular,
because in that case, omalloc.h includes omTables.h... which will exist
only during the build!

Finally, the toplevel Makefile.am and configure.ac are modified, so
that the correct options are passed to factory/configure.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    rc2e8c5 r429497  
    77## -fno-implicit-templates
    88
    9 AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include ${GMP_CFLAGS} ${NTL_CFLAGS}
     9AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include ${GMP_CFLAGS} ${NTL_CFLAGS} ${OMALLOC_CFLAGS}
    1010
    1111AM_LDFLAGS =  -L${builddir} -L${builddir}/libfac
Note: See TracChangeset for help on using the changeset viewer.