next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Macaulay2Doc > The Macaulay2 language > system facilities > version

version -- information about this version of the program

Synopsis

Description

The values stored in this hash table depend on the source code version the architecture for which the program was compiled, and the libraries (both static and dynamic) against which the program is linked.
i1 : version

o1 = HashTable{architecture => i686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       }
               build => i686-redhat-linux-gnu
               compile node name => buildhw-10.phx2.fedoraproject.org
               compile time => Oct 21 2016, 22:26:27
               compiler => gcc 6.2.1
               configure arguments =>  '--build=i686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--with-issue=Fedora-25' '--prefix=/usr' '--disable-dumpdata' '--enable-shared' '--disable-fc-lib-ldflags' '--disable-strip' '--disable-frobby' '--with-unbuilt-programs=cddplus gfan 4ti2 lrslib nauty normaliz' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' 'LDFLAGS=-Wl,-z,relro ' 'LIBS=-lflint' 'CPPFLAGS=-I/usr/include/factory' 'CXXFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables'
               dumpdata => false
               endianness => dcba
               executable extension => 
               factory version => 3.1.7
               flint version => 2.2
               frobby version => not present
               gc version => 7.4 alpha 4
               givaro version => not present
               gmp version => 6.1.1
               host => i686-redhat-linux-gnu
               issue => Fedora-25
               libfac version => 3.1.7
               linbox version => not present
               M2 name => M2
               M2 suffix => 
               machine => i686-Linux-Fedora-25
               mpfr version => 3.1.5
               mpir version => not present
               mysql version => not present
               ntl version => 10.1.0
               operating system => Linux
               operating system release => 4.7.4-200.fc24.x86_64
               packages => Style Macaulay2Doc FirstPackage Parsing Classic Browse Benchmark Text SimpleDoc PackageTemplate PrimaryDecomposition FourierMotzkin Dmodules Depth Elimination GenericInitialIdeal IntegralClosure HyperplaneArrangements LexIdeals Markov NoetherNormalization Points ReesAlgebra Regularity SchurRings SymmetricPolynomials SchurFunctors SimplicialComplexes LLLBases TangentCone ChainComplexExtras Schubert2 PushForward LocalRings BoijSoederberg BGG Bruns InvolutiveBases ConwayPolynomials EdgeIdeals FourTiTwo StatePolytope Polyhedra Polymake gfanInterface PieriMaps Normaliz Posets XML OpenMath SCSCP RationalPoints MapleInterface ConvexInterface SRdeformations NumericalAlgebraicGeometry BeginningMacaulay2 FormalGroupLaws Graphics WeylGroups HodgeIntegrals Cyclotomic Binomials Kronecker Nauty ToricVectorBundles ModuleDeformations PHCpack SimplicialDecomposability BooleanGB AdjointIdeal Parametrization Serialization NAGtypes NormalToricVarieties DGAlgebras Graphs GraphicalModels BIBasis KustinMiller Units MonomialMultiplierIdeals NautyGraphs VersalDeformations CharacteristicClasses RandomObjects RandomPlaneCurves RandomSpaceCurves RandomGenus14Curves RandomCanonicalCurves RandomCurves TensorComplexes MonomialAlgebras QthPower EliminationMatrices EllipticIntegrals Triplets CompleteIntersectionResolutions
               pari version => 2.7.6
               pointer size => 4
               python version => not present
               readline version => 6.3
               scscp version => not present
               threads => false
               VERSION => 1.6

o1 : HashTable

For the programmer

The object version is a hash table.