Changeset 0b5d31 in git for Singular


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)
Location:
Singular/dyn_modules
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/Makefile.am

    rc453b7d r0b5d31  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
    3 DIST_SUBDIRS=staticdemo bigintm subsets syzextra pyobject customstd gfanlib python gitfan singmathic Order interval cohomo freealgebra partialgb systhreads loctriv machinelearning
     3DIST_SUBDIRS=staticdemo bigintm subsets syzextra pyobject customstd gfanlib python gitfan singmathic Order interval cohomo freealgebra partialgb systhreads loctriv machinelearning sispasm
    44
    55SUBDIRS =
     
    5858SUBDIRS += machinelearning
    5959endif
     60if ENABLE_SISPASM_MODULE
     61SUBDIRS += sispasm
     62endif
Note: See TracChangeset for help on using the changeset viewer.