Skip to content

Binary Distribution

Oleksandr Motsak edited this page Dec 8, 2014 · 5 revisions

Stuff related to binary distribution:

Default Instalation Tree:

(additional development files are mostly marked with (-dev:) and also include debug versions of dynamic modules: libexec/singular/MOD/*_g.* )

<PREFIX>
├── bin
│   ├── ESingular
│   ├── libpolys-config, libsingular-config (-dev:)
│   ├── Singular
│   └── TSingular
├── include (-dev:)
│   ├── factory
│   │   ├── cf_gmp.h
│   │   ├── cplusplus.h
│   │   ├── factoryconf.h
│   │   ├── factory.h
│   │   └── templates
│   │       ├── ftmpl_afactor.h
│   │       ├── ftmpl_array.h
│   │       ├── ftmpl_factor.h
│   │       ├── ftmpl_list.h
│   │       └── ftmpl_matrix.h
│   ├── gfanlib
│   │   ├── gfanlib.h
│   │   ├── gfanlib_matrix.h
│   │   ├── gfanlib_polyhedralfan.h
│   │   ├── gfanlib_polymakefile.h
│   │   ├── gfanlib_q.h
│   │   ├── gfanlib_symmetriccomplex.h
│   │   ├── gfanlib_symmetry.h
│   │   ├── gfanlib_vector.h
│   │   ├── gfanlib_zcone.h
│   │   ├── gfanlib_zfan.h
│   │   └── gfanlib_z.h
│   ├── omalloc
│   │   ├── mylimits.h
│   │   ├── omAllocDecl.h
│   │   ├── omAllocFunc.h
│   │   ├── omalloc.h
│   │   ├── omAllocPrivate.h
│   │   ├── omAllocSystem.h
│   │   ├── omBin.h
│   │   ├── omBinPage.h
│   │   ├── omConfig.h
│   │   ├── omDebug.h
│   │   ├── omDerivedConfig.h
│   │   ├── omError.h
│   │   ├── omGetBackTrace.h
│   │   ├── omInlineDecl.h
│   │   ├── omInline.h
│   │   ├── omList.h
│   │   ├── omMemOps.h
│   │   ├── omOpts.h
│   │   ├── omRet2Info.h
│   │   ├── omStats.h
│   │   ├── omStructs.h
│   │   └── omTables.h
│   ├── resources
│   │   ├── feFopen.h
│   │   ├── feResource.h
│   │   ├── omFindExec.h
│   │   └── resourcesconfig.h
│   └── singular
│       ├── coeffs
│       │   ├── AE.h
│       │   ├── AEp.h
│       │   ├── AEQ.h
│       │   ├── bigintmat.h
│       │   ├── coeffs.h
│       │   ├── Enumerator.h
│       │   ├── ffields.h
│       │   ├── gnumpc.h
│       │   ├── gnumpfl.h
│       │   ├── longrat.h
│       │   ├── modulop.h
│       │   ├── modulop.inc
│       │   ├── mpr_complex.h
│       │   ├── mpr_global.h
│       │   ├── numbers.h
│       │   ├── numstats.h
│       │   ├── OPAE.h
│       │   ├── OPAEp.h
│       │   ├── OPAEQ.h
│       │   ├── rintegers.h
│       │   ├── rmodulo2m.h
│       │   ├── rmodulon.h
│       │   ├── shortfl.h
│       │   └── si_gmp.h
│       ├── kernel
│       │   ├── combinatorics
│       │   │   ├── hilb.h
│       │   │   ├── hutil.h
│       │   │   └── stairc.h
│       │   ├── digitech.h
│       │   ├── fast_mult.h
│       │   ├── fglm
│       │   │   ├── fglmgauss.h
│       │   │   ├── fglm.h
│       │   │   └── fglmvec.h
│       │   ├── GBEngine
│       │   │   ├── f5c.h
│       │   │   ├── f5data.h
│       │   │   ├── f5gb.h
│       │   │   ├── f5lists.h
│       │   │   ├── janet.h
│       │   │   ├── khstd.h
│       │   │   ├── kInline.h
│       │   │   ├── kstd1.h
│       │   │   ├── kstdfac.h
│       │   │   ├── kutil.h
│       │   │   ├── nc.h
│       │   │   ├── ratgring.h
│       │   │   ├── ringgb.h
│       │   │   ├── shiftgb.h
│       │   │   ├── syz.h
│       │   │   ├── tgbgauss.h
│       │   │   ├── tgb.h
│       │   │   ├── tgb_internal.h
│       │   │   └── units.h
│       │   ├── groebner_walk
│       │   │   ├── walkMain.h
│       │   │   ├── walkProc.h
│       │   │   └── walkSupport.h
│       │   ├── ideals.h
│       │   ├── linear_algebra
│       │   │   ├── Cache.h
│       │   │   ├── CacheImplementation.h
│       │   │   ├── eigenval.h
│       │   │   ├── interpolation.h
│       │   │   ├── linearAlgebra.h
│       │   │   ├── Minor.h
│       │   │   ├── MinorInterface.h
│       │   │   ├── MinorProcessor.h
│       │   │   └── minpoly.h
│       │   ├── maps
│       │   │   └── fast_maps.h
│       │   ├── mod2.h
│       │   ├── numeric
│       │   │   ├── mpr_base.h
│       │   │   ├── mpr_inout.h
│       │   │   └── mpr_numeric.h
│       │   ├── oswrapper
│       │   │   ├── feread.h
│       │   │   ├── rlimit.h
│       │   │   └── timer.h
│       │   ├── polys.h
│       │   ├── preimage.h
│       │   ├── spectrum
│       │   │   ├── GMPrat.h
│       │   │   ├── kmatrix.h
│       │   │   ├── multicnt.h
│       │   │   ├── npolygon.h
│       │   │   ├── semic.h
│       │   │   ├── spectrum.h
│       │   │   └── splist.h
│       │   └── structs.h
│       ├── libpolysconfig.h
│       ├── misc
│       │   ├── auxiliary.h
│       │   ├── int64vec.h
│       │   ├── intvec.h
│       │   ├── mylimits.h
│       │   ├── options.h
│       │   └── sirandom.h
│       ├── polys
│       │   ├── clapconv.h
│       │   ├── clapsing.h
│       │   ├── coeffrings.h
│       │   ├── ext_fields
│       │   │   ├── algext.h
│       │   │   └── transext.h
│       │   ├── flintconv.h
│       │   ├── kbuckets.h
│       │   ├── matpol.h
│       │   ├── mod_raw.h
│       │   ├── monomials
│       │   │   ├── maps.h
│       │   │   ├── monomials.h
│       │   │   ├── p_polys.h
│       │   │   └── ring.h
│       │   ├── nc
│       │   │   ├── gb_hack.h
│       │   │   ├── nc.h
│       │   │   ├── ncSACache.h
│       │   │   ├── ncSAFormula.h
│       │   │   ├── ncSAMult.h
│       │   │   ├── sca.h
│       │   │   └── summator.h
│       │   ├── operations
│       │   │   └── pShallowCopyDelete.h
│       │   ├── PolyEnumerator.h
│       │   ├── prCopy.h
│       │   ├── sbuckets.h
│       │   ├── simpleideals.h
│       │   ├── sparsmat.h
│       │   ├── templates
│       │   │   ├── p_MemAdd.h
│       │   │   ├── p_MemCmp.h
│       │   │   └── p_Procs.h
│       │   └── weight.h
│       ├── reporter
│       │   ├── reporter.h
│       │   ├── s_buff.h
│       │   └── si_signals.h
│       ├── Singular
│       │   ├── attrib.h
│       │   ├── blackbox.h
│       │   ├── cntrlc.h
│       │   ├── countedref.h
│       │   ├── distrib.h
│       │   ├── eigenval_ip.h
│       │   ├── fehelp.h
│       │   ├── feOpt.h
│       │   ├── feOptTab.h
│       │   ├── fevoices.h
│       │   ├── fglm.h
│       │   ├── gms.h
│       │   ├── grammar.h
│       │   ├── idrec.h
│       │   ├── ipconv.h
│       │   ├── ipid.h
│       │   ├── ipprint.h
│       │   ├── ipshell.h
│       │   ├── libparse.h
│       │   ├── libsingular.h
│       │   ├── linearAlgebra_ip.h
│       │   ├── links
│       │   │   ├── dbm_sl.h
│       │   │   ├── ndbm.h
│       │   │   ├── pipeLink.h
│       │   │   ├── silink.h
│       │   │   ├── simpleipc.h
│       │   │   ├── sing_dbm.h
│       │   │   ├── slInit.h
│       │   │   └── ssiLink.h
│       │   ├── lists.h
│       │   ├── locals.h
│       │   ├── maps_ip.h
│       │   ├── misc_ip.h
│       │   ├── mmalloc.h
│       │   ├── mod_lib.h
│       │   ├── newstruct.h
│       │   ├── number2.h
│       │   ├── omSingularConfig.h
│       │   ├── pcv.h
│       │   ├── pyobject_setup.h
│       │   ├── run.h
│       │   ├── sdb.h
│       │   ├── stype.h
│       │   ├── subexpr.h
│       │   ├── table.h
│       │   ├── tok.h
│       │   └── walk.h
│       └── singularconfig.h
├── lib (-dev:)
│   ├── libfactory-4.0.1.so
│   ├── libfactory.la
│   ├── libfactory.so -> libfactory-4.0.1.so
│   ├── libomalloc-0.9.6.so
│   ├── libomalloc.la
│   ├── libomalloc.so -> libomalloc-0.9.6.so
│   ├── libpolys-4.0.1.so
│   ├── libpolys.la
│   ├── libpolys.so -> libpolys-4.0.1.so
│   ├── libresources-4.0.1.so
│   ├── libresources.la
│   ├── libresources.so -> libresources-4.0.1.so
│   ├── libSingular-4.0.1.so
│   ├── libSingular.la
│   ├── libSingular.so -> libSingular-4.0.1.so
│   └── pkgconfig
│       ├── factory.pc
│       ├── libpolys.pc
│       ├── omalloc.pc
│       ├── resources.pc
│       └── Singular.pc
├── libexec
│   └── singular
│       └── MOD
│           ├── bigintm.la
│           ├── bigintm.so
│           ├── change_cost
│           ├── gen_test
│           ├── gfanlib.la
│           ├── gfanlib.so
│           ├── Order.la
│           ├── Order.so
│           ├── polymake.la
│           ├── polymake.so
│           ├── p_Procs_FieldGeneral.la
│           ├── p_Procs_FieldGeneral.so
│           ├── p_Procs_FieldIndep.la
│           ├── p_Procs_FieldIndep.so
│           ├── p_Procs_FieldQ.la
│           ├── p_Procs_FieldQ.so
│           ├── p_Procs_FieldZp.la
│           ├── p_Procs_FieldZp.so
│           ├── pyobject.la
│           ├── pyobject.so
│           ├── singmathic.la
│           ├── singmathic.so
│           ├── singularsurf
│           ├── solve_IP
│           ├── syzextra.la
│           ├── syzextra.so
│           └── toric_ideal
└── share
    ├── applications
    │   ├── Singular.desktop
    │   └── Singular-manual.desktop
    ├── factory
    │   └── gftables
    │       ├── 10201
    │       ├── 1024
    │       ├── 10609
    │       ├── 11449
    │       ├── 11881
    │       ├── 121
    │       ├── 12167
    │       ├── 125
    │       ├── 12769
    │       ├── 128
    │       ├── 1331
    │       ├── 1369
    │       ├── 14641
    │       ├── 15625
    │       ├── 16
    │       ├── 16129
    │       ├── 16384
    │       ├── 16807
    │       ├── 1681
    │       ├── 169
    │       ├── 17161
    │       ├── 1849
    │       ├── 18769
    │       ├── 19321
    │       ├── 19683
    │       ├── 2048
    │       ├── 2187
    │       ├── 2197
    │       ├── 2209
    │       ├── 22201
    │       ├── 22801
    │       ├── 2401
    │       ├── 243
    │       ├── 24389
    │       ├── 24649
    │       ├── 25
    │       ├── 256
    │       ├── 26569
    │       ├── 27
    │       ├── 27889
    │       ├── 2809
    │       ├── 28561
    │       ├── 289
    │       ├── 29791
    │       ├── 29929
    │       ├── 3125
    │       ├── 32
    │       ├── 32041
    │       ├── 32761
    │       ├── 32768
    │       ├── 343
    │       ├── 3481
    │       ├── 361
    │       ├── 36481
    │       ├── 3721
    │       ├── 37249
    │       ├── 38809
    │       ├── 39601
    │       ├── 4
    │       ├── 4096
    │       ├── 44521
    │       ├── 4489
    │       ├── 49
    │       ├── 4913
    │       ├── 49729
    │       ├── 5041
    │       ├── 50653
    │       ├── 512
    │       ├── 51529
    │       ├── 52441
    │       ├── 529
    │       ├── 5329
    │       ├── 54289
    │       ├── 57121
    │       ├── 58081
    │       ├── 59049
    │       ├── 6241
    │       ├── 625
    │       ├── 63001
    │       ├── 64
    │       ├── 6561
    │       ├── 6859
    │       ├── 6889
    │       ├── 729
    │       ├── 7921
    │       ├── 8
    │       ├── 81
    │       ├── 8192
    │       ├── 841
    │       ├── 9
    │       ├── 9409
    │       └── 961
    ├── icons
    │   └── Singular.png
    ├── man
    │   └── man1
    │       ├── ESingular.1
    │       ├── Singular.1
    │       └── TSingular.1
    └── singular
        ├── emacs
        │   ├── ChangeLog
        │   ├── cmd-cmpl.el
        │   ├── COPYING
        │   ├── ex-cmpl.el
        │   ├── hlp-cmpl.el
        │   ├── lib-cmpl.el
        │   ├── NEWS
        │   ├── singular.el
        │   └── singular.xpm
        └── LIB
            ├── absfact.lib
            ├── ainvar.lib
            ├── aksaka.lib
            ├── alexpoly.lib
            ├── algebra.lib
            ├── algemodstd.lib
            ├── all.lib
            ├── arcpoint.lib
            ├── assprimeszerodim.lib
            ├── atkins.lib
            ├── bfun.lib
            ├── bimodules.lib
            ├── brnoeth.lib
            ├── central.lib
            ├── cisimplicial.lib
            ├── classify_aeq.lib
            ├── classifyceq.lib
            ├── classifyci.lib
            ├── classify.lib
            ├── compregb.lib
            ├── control.lib
            ├── crypto.lib
            ├── curvepar.lib
            ├── decodegb.lib
            ├── decomp.lib
            ├── deform.lib
            ├── derham.lib
            ├── divisors.lib
            ├── dmodapp.lib
            ├── dmod.lib
            ├── dmodloc.lib
            ├── dmodvar.lib
            ├── elim.lib
            ├── ellipticcovers.lib
            ├── equising.lib
            ├── ffsolve.lib
            ├── findifs.lib
            ├── finitediff.lib
            ├── finvar.lib
            ├── fpadim.lib
            ├── freegb.lib
            ├── general.lib
            ├── gitfan.lib
            ├── gkdim.lib
            ├── gmspoly.lib
            ├── gmssing.lib
            ├── graphics.lib
            ├── grobcov.lib
            ├── groups.lib
            ├── grwalk.lib
            ├── hdepth.lib
            ├── help.cnf
            ├── hnoether.lib
            ├── homolog.lib
            ├── hyperel.lib
            ├── inout.lib
            ├── integralbasis.lib
            ├── intprog.lib
            ├── involut.lib
            ├── jacobson.lib
            ├── JMBTest.lib
            ├── JMSConst.lib
            ├── kskernel.lib
            ├── latex.lib
            ├── linalg.lib
            ├── locnormal.lib
            ├── makedbm.lib
            ├── matrix.lib
            ├── modnormal.lib
            ├── modstd.lib
            ├── modular.lib
            ├── mondromy.lib
            ├── monomialideal.lib
            ├── mprimdec.lib
            ├── mregular.lib
            ├── multigrading.lib
            ├── ncalg.lib
            ├── ncall.lib
            ├── ncdecomp.lib
            ├── ncfactor.lib
            ├── nchomolog.lib
            ├── ncpreim.lib
            ├── nctools.lib
            ├── noether.lib
            ├── normaliz.lib
            ├── normal.lib
            ├── ntsolve.lib
            ├── numerAlg.lib
            ├── numerDecom.lib
            ├── orbitparam.lib
            ├── parallel.lib
            ├── paraplanecurves.lib
            ├── perron.lib
            ├── phindex.lib
            ├── pointid.lib
            ├── polybori.lib
            ├── poly.lib
            ├── polymake.lib
            ├── presolve.lib
            ├── primdecint.lib
            ├── primdec.lib
            ├── primitiv.lib
            ├── purityfiltration.lib
            ├── qhmoduli.lib
            ├── qmatrix.lib
            ├── random.lib
            ├── ratgb.lib
            ├── realclassify.lib
            ├── realizationMatroids.lib
            ├── realrad.lib
            ├── reesclos.lib
            ├── resbinomial.lib
            ├── resgraph.lib
            ├── resjung.lib
            ├── resolve.lib
            ├── resources.lib
            ├── reszeta.lib
            ├── ringgb.lib
            ├── ring.lib
            ├── rinvar.lib
            ├── rootsmr.lib
            ├── rootsur.lib
            ├── sagbi.lib
            ├── schreyer.lib
            ├── schubert.lib
            ├── sheafcoh.lib
            ├── signcond.lib
            ├── sing4ti2.lib
            ├── sing.lib
            ├── solve.lib
            ├── spcurve.lib
            ├── spectrum.lib
            ├── standard.lib
            ├── stratify.lib
            ├── surfacesignature.lib
            ├── surfex.lib
            ├── surf.lib
            ├── symodstd.lib
            ├── tasks.lib
            ├── teachstd.lib
            ├── template.lib
            ├── toric.lib
            ├── triang.lib
            ├── tropical.lib
            ├── tst.lib
            ├── weierstr.lib
            └── zeroset.lib
Clone this wiki locally