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 => s390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           }
               build => s390-ibm-linux-gnu
               compile node name => fedora1.s390.bos.redhat.com
               compile time => Jun 16 2011, 09:16:39
               compiler => gcc 4.6.0
               configure arguments =>  '--prefix=/usr' '--libdir=${prefix}/lib' '--disable-dumpdata' '--enable-shared' '--disable-fc-lib-ldflags' '--disable-strip' '--disable-building' '--with-unbuilt-programs=gfan 4ti2 normaliz' '--disable-frobby' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m31 -march=z9-109 -mtune=z10' 'LDFLAGS=-L/usr/lib/readline5' 'CPPFLAGS=-I/usr/include/readline5' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m31 -march=z9-109 -mtune=z10'
               dumpdata => false
               endianness => abcd
               executable extension => 
               factory version => 3.1.1
               frobby version => not present
               gc version => 7.2 alpha 4
               gmp version => 4.2.1
               host => s390-ibm-linux-gnu
               issue => Fedora-15
               libfac version => 3.1.1
               M2 name => M2
               M2 suffix => 
               machine => s390-Linux-Fedora-15
               mpfr version => 3.0.0
               mpir version => not present
               mysql version => not present
               ntl version => 5.5.2
               operating system => Linux
               operating system release => 2.6.32-131.0.15.el6.s390x
               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 LocalRings BoijSoederberg BGG Bruns InvolutiveBases ConwayPolynomials EdgeIdeals FourTiTwo StatePolytope Polyhedra Polymake gfanInterface PieriMaps Normaliz Posets XML OpenMath SCSCP RationalPoints MapleInterface ConvexInterface SRdeformations NumericalAlgebraicGeometry BeginningMacaulay2
               pari version => 2.3.5
               pointer size => 4
               python version => not present
               readline version => 5.2
               scscp version => not present
               VERSION => 1.3.1

o1 : HashTable

For the programmer

The object version is a hash table.