Changeset 0b5d31 in git for m4


Ignore:
Timestamp:
Mar 9, 2022, 1:16:59 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7a5396734673a811f9bc0739f80024d77afb9df1
Parents:
c453b7d4431f77b250d0ade1bec71a5c2c93d19c
Message:
introduce sispasm.so (interface to https://github.com/cbouilla/spasm)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    rc453b7d r0b5d31  
    281281                     gfanlib, polymake, customstd, pyobject,
    282282                     singmathic, gitfan, interval, systhreads,
    283                      loctriv, cohomo, machinelearning], [dnl
     283                     loctriv, cohomo, machinelearning, sispasm], [dnl
    284284    AC_ARG_ENABLE(MOD[-module],
    285285                  AS_HELP_STRING([--disable-]MOD[-module], [Disable building module ]MOD), [dnl
     
    330330  bi_systhreads=false
    331331  bi_loctriv=false
     332  bi_sispasm=false
    332333
    333334
     
    369370       systhreads ) bi_systhreads=true;;
    370371       loctriv ) bi_loctriv=true;;
     372       sispasm ) bi_sispasm=true;;
    371373      esac
    372374
     
    412414 AM_CONDITIONAL([SI_BUILTIN_LOCTRIV], [test x$bi_loctriv = xtrue])
    413415 AM_CONDITIONAL([SI_BUILTIN_MACHINELEARNING], [test x$bi_machinelearning = xtrue])
     416 AM_CONDITIONAL([SI_BUILTIN_SISPASM], [test x$bi_sispasm = xtrue])
    414417
    415418 AC_MSG_CHECKING([BUILTIN_LIBS...])
Note: See TracChangeset for help on using the changeset viewer.