source: git/Singular/singular-libs @ 5d51cc6

spielwiese
Last change on this file since 5d51cc6 was 839b84a, checked in by Hans Schoenemann <hannes@…>, 8 years ago
add: curveInv.lib to experimental libs: used by normal.lib
  • Property mode set to 100644
File size: 2.7 KB
Line 
1#
2# Singular libraries which go into distribution
3# (they should be ordered alphabetically)
4# MAKE SURE THAT THIS IS UP_TO_DATE
5# and use:
6# svn propset svn:keywords "Id" yourlib.lib
7# for new libs
8#
9
10SLIB0 = absfact.lib ainvar.lib aksaka.lib alexpoly.lib algebra.lib \
11        arcpoint.lib assprimeszerodim.lib atkins.lib brnoeth.lib \
12        cisimplicial.lib classify.lib \
13        compregb.lib control.lib crypto.lib curvepar.lib decodegb.lib \
14        deform.lib elim.lib  equising.lib  finvar.lib  general.lib gmspoly.lib \
15        gmssing.lib graphics.lib grobcov.lib groups.lib grwalk.lib \
16        hnoether.lib \
17        homolog.lib hyperel.lib integralbasis.lib inout.lib intprog.lib \
18        jacobson.lib \
19        kskernel.lib latex.lib linalg.lib makedbm.lib \
20        matrix.lib modstd.lib mondromy.lib monomialideal.lib \
21        mprimdec.lib mregular.lib \
22        noether.lib normal.lib normaliz.lib ntsolve.lib \
23        paraplanecurves.lib phindex.lib \
24        pointid.lib poly.lib \
25        presolve.lib primdec.lib primdecint.lib \
26        primitiv.lib qhmoduli.lib random.lib realclassify.lib \
27        realrad.lib reesclos.lib resbinomial.lib \
28        resgraph.lib resjung.lib resolve.lib \
29        reszeta.lib ring.lib rinvar.lib rootsmr.lib rootsur.lib \
30        sagbi.lib sheafcoh.lib sing.lib sing4ti2.lib signcond.lib \
31        solve.lib spcurve.lib spectrum.lib standard.lib stratify.lib \
32        surf.lib surf_jupyter.lib surfacesignature.lib surfex.lib \
33        teachstd.lib toric.lib triang.lib \
34        weierstr.lib zeroset.lib
35
36# libs in beta testing:
37# the will be included in share.tar.gz, but not in all.lib
38# (they should be ordered alphabetically)
39
40SLIB1 = classifyceq.lib classifyci.lib classify_aeq.lib \
41        curveInv.lib \
42        dmodloc.lib divisors.lib \
43        ffsolve.lib ffmodstd.lib decomp.lib template.lib \
44        findifs.lib finitediff.lib \
45        gitfan.lib gradedModules.lib \
46        locnormal.lib modnormal.lib modular.lib \
47        JMBTest.lib JMSConst.lib multigrading.lib \
48        nfmodstd.lib nfmodsyz.lib \
49        numerAlg.lib numerDecom.lib \
50        orbitparam.lib parallel.lib polymake.lib\
51        realizationMatroids.lib resources.lib ringgb.lib \
52        schreyer.lib symodstd.lib deRham.lib polybori.lib ellipticcovers.lib \
53        schubert.lib tasks.lib tropical.lib hdepth.lib gradedModules.lib \
54        arr.lib brillnoether.lib chern.lib cimonom.lib GND.lib \
55        graal.lib hess.lib modwalk.lib rwalk.lib swalk.lib \
56        classifyMapGerms.lib
57
58PLIBS = bimodules.lib bfun.lib central.lib dmod.lib dmodapp.lib dmodvar.lib\
59        fpadim.lib \
60        freegb.lib gkdim.lib involut.lib ncalg.lib ncdecomp.lib \
61        ncfactor.lib ncpreim.lib nctools.lib perron.lib qmatrix.lib \
62        purityfiltration.lib nchomolog.lib ratgb.lib \
63        ncall.lib
64
65# contributed libs, status not yet decided
66SLIB2 = KVequiv.lib deflation.lib lejeune.lib \
67        mathml.lib maxlike.lib recover.lib redcgs.lib difform.lib
Note: See TracBrowser for help on using the repository browser.