Changeset f0f0003 in git


Ignore:
Timestamp:
Feb 28, 2019, 12:17:20 PM (5 years ago)
Author:
Reimer Behrends <behrends@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
9136799a4f5e8a15b6bcf34618ce71f5ae83e66dc1ce478a166637f48827590a864f4f7fb752229f
Parents:
5c91fbe369eb440206c5886d022fc2543bf2351f
git-author:
Reimer Behrends <behrends@murrumesh.mathematik.uni-kl.de>2019-02-28 12:17:20+01:00
git-committer:
Reimer Behrends <behrends@gmail.com>2019-02-28 12:26:06+01:00
Message:
Libthread implementation.
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/Makefile.am

    r5c91fb rf0f0003  
    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 rf0f0003  
    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 rf0f0003  
    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.