Changeset 913679 in git


Ignore:
Timestamp:
Feb 28, 2019, 2:26:06 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
5af0c345fcdcf5e999d0bbf741a52a0eb442d8d1
Parents:
5c91fbe369eb440206c5886d022fc2543bf2351ff0f000331ee031d3c29e77fd60b33f3dc7132e0b
Message:
Merge branch 'rbehrends-threadlib' into spielwiese
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/Makefile.am

    r5c91fb r913679  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
    3 SUBDIRS=staticdemo bigintm subsets syzextra pyobject customstd gfanlib python gitfan polymake singmathic Order interval cohomo freealgebra partialgb
     3SUBDIRS=staticdemo bigintm subsets syzextra pyobject customstd gfanlib python gitfan polymake singmathic Order interval cohomo freealgebra partialgb systhreads
  • configure.ac

    r5c91fb r913679  
    254254AC_CONFIG_FILES([Singular/dyn_modules/interval/Makefile])
    255255AC_CONFIG_FILES([Singular/dyn_modules/cohomo/Makefile])
     256AC_CONFIG_FILES([Singular/dyn_modules/systhreads/Makefile])
    256257
    257258AC_CONFIG_FILES([Singular/Makefile])
  • m4/options.m4

    r5c91fb r913679  
    412412 AM_CONDITIONAL([SI_BUILTIN_GITFAN], [test x$bi_gitfan = xtrue])
    413413 AM_CONDITIONAL([SI_BUILTIN_INTERVAL], [test x$bi_interval = xtrue])
     414 AM_CONDITIONAL([SI_BUILTIN_SYSTHREADS], [test x$bi_systhreads = xtrue])
    414415
    415416 AC_MSG_CHECKING([BUILTIN_LIBS...])
Note: See TracChangeset for help on using the changeset viewer.