next | previous | forward | backward | up | top | index | toc | home
Macaulay2 > 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 => x86_64                                      
               compile node name => octopus.math.cornell.edu
               compile time => Nov  6 2006, 10:44:50
               compiler => gcc 3.4.6
               configure arguments =>  '--prefix=/nfs/homes4/mike/capybara/
               dumpdata => true
               executable extension => 
               factory version => 3.0.2
               gc version => 6.7
               gmp version => 4.2.1
               libfac version => 3.0.1
               M2 name => M2
               M2 suffix => 
               ntl version => 5.4
               operating system => Linux
               operating system release => 2.6.9-42.0.3.ELlargesmp
               readline version => 5.1
               VERSION => 0.9.95
     ------------------------------------------------------------------------
                                                     



     encap' 'LDFLAGS=-L/nfs/homes4/mike/capybara/lib'
     ------------------------------------------------------------------------
                                                            



     'CPPFLAGS=-I/nfs/homes4/mike/capybara/include' 'CC=gcc'
     ------------------------------------------------------------------------
                      }



     '--enable-static'

o1 : HashTable

For the programmer

The object version is a hash table.