Changeset 4e65f09 in git


Ignore:
Timestamp:
Jul 22, 2014, 12:37:17 PM (10 years ago)
Author:
Claus Fieker <fieker@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
3ffb6ccd05d57d6bda58ec247c226c73ce923923
Parents:
fe99edb98092fecf8c9fc6169ffae84222ba334f
git-author:
Claus Fieker <fieker@mathematik.uni-kl.de>2014-07-22 12:37:17+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-07-23 13:13:07+02:00
Message:
re-stablish the Order module. Containing also a 1st draft for lattices
Files:
13 added
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/Makefile.am

    rfe99ed r4e65f09  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
    3 SUBDIRS=staticdemo bigintm syzextra pyobject gfanlib polymake singmathic
     3SUBDIRS=staticdemo bigintm syzextra pyobject gfanlib polymake singmathic Order
    44
    55
  • configure.ac

    rfe99ed r4e65f09  
    237237AC_CONFIG_FILES([Singular/dyn_modules/Makefile])
    238238AC_CONFIG_FILES([Singular/dyn_modules/bigintm/Makefile])
     239AC_CONFIG_FILES([Singular/dyn_modules/Order/Makefile])
    239240AC_CONFIG_FILES([Singular/dyn_modules/syzextra/Makefile])
    240241AC_CONFIG_FILES([Singular/dyn_modules/gfanlib/Makefile])
  • m4/options.m4

    rfe99ed r4e65f09  
    319319  bi_singmathic=false
    320320  bi_bigintm=false
     321  bi_Order=false
    321322 
    322323 
     
    347348       singmathic ) bi_singmathic=true ;;
    348349       bigintm ) bi_bigintm=true ;;       
     350       Order ) bi_Order=true ;;       
    349351      esac
    350352
     
    378380 AM_CONDITIONAL([SI_BUILTIN_SINGMATHIC], [test x$bi_singmathic = xtrue])
    379381 AM_CONDITIONAL([SI_BUILTIN_BIGINTM], [test x$bi_bigintm = xtrue])
     382 AM_CONDITIONAL([SI_BUILTIN_ORDER], [test x$bi_Order = xtrue])
    380383 
    381384 AC_MSG_CHECKING([BUILTIN_LIBS...])
Note: See TracChangeset for help on using the changeset viewer.