Skip to content

Commit

Permalink
partial changes to packageinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi committed Nov 19, 2012
1 parent 1c21ff8 commit 611813a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 34 deletions.
6 changes: 3 additions & 3 deletions PackageInfo.g
Expand Up @@ -7,10 +7,10 @@ PackageName := "IMG",
Subtitle := "Computations with iterated monodromy groups",
Version := "0.0.0",
## <#GAPDoc Label="Version">
## 0.0.0
## <!ENTITY0.0.0
## <#/GAPDoc>
Date := "15/11/2012",
ArchiveURL := Concatenation("http://www.uni-math.gwdg.de/laurent/IMG/img-",~.Version),
Date := "19/11/2012",
ArchiveURL := Concatenation("https://github.com/laurentbartholdi/img/archive/",~.Version),
ArchiveFormats := ".tar.gz",
Persons := [
rec(
Expand Down
40 changes: 12 additions & 28 deletions README
Expand Up @@ -2,13 +2,9 @@

This is the README file for the GAP package "IMG".

This package implements Functionally Recursive and Mealy automata in
GAP. These objects can be manipulated as group elements, and various
specific commands allow their manipulation as automorphisms of infinite
rooted trees. Permutation quotients can also be created and manipulated
as standard GAP groups or semigroups.
This package implements Iterated Monodromy groups.

This release (1.0) is the first containing all the planned functionality,
This release (0.0) is the first containing the basic functionality,
though some rough edges will still need to be smoothed. In particular,
the TODO file describes plans for future development, including
computations of presentations for self-similar groups, interval arithmetic
Expand All @@ -17,9 +13,7 @@ for complex dynamics, etc.
The package is distributed in source form, and does not require anything
else than a running GAP 4.5 or later. For updates, check

http://www.uni-math.gwdg.de/laurent/IMG/ (tar.gz formats)
and
https://github.com/laurentbartholdi/img (git)
https://github.com/laurentbartholdi/img/

To use the package, start GAP and type

Expand All @@ -36,24 +30,14 @@ DOC@IMG();
at the GAP prompt. The documentation will then be available in the `doc'
subdirectory (view the file `manual.pdf' via a PDF viewer).

An optional external module (DLL) provides floating-point functions used
by the "iterated monodromy groups" part of IMG. Its presence or absence
does not affect the remainder of IMG. To compile it, first make sure that
your system has C and JAVA compilers. You will need some external libraries,
in particular levmar and libdogleg. To install them:

* on Linux, use a package-manager such as 'apt-get', 'rpm' if possible. On
debian/ubuntu systems, you will need libsuitesparse-dev.
* on UNIX systems, install the libraries:
The dogleg library may be found at https://github.com/Oblong/libdogleg.git
The levmar library may be found at http://www.ics.forth.gr/~lourakis/levmar/levmar-2.6.tar.gz

* on Mac OSX, use 'homebrew' (http://mxcl.github.com/homebrew/), and install the formulas by invoking
% brew install https://raw.github.com/laurentbartholdi/homebrew/levenberg-marquardt-lib/Library/Formula/levmar.rb
% brew install https://raw.github.com/laurentbartholdi/homebrew/libdogleg/Library/Formula/libdogleg.rb

* on Windows, use an appropriate UNIX-like environment such as cygwin, and follow the UNIX
instructions.
An external module (DLL) provides floating-point functions used for complex
dynamics calculations. To compile it, first make sure that your system has C
and JAVA compilers. IMG needs some external libraries, but they are included
in the subdirectory `extern'. If your system has them, their location can
be specified using the arguments `--with-levmar' and `--with-libdogleg' to
the `./configure' script. The options `--with-gaproot', `--with-gaparch' and
`CONFIGNAME' tell IMG where to look for the GAP installation; by default,
IMG searches for it in ../.. and /usr/local/src/gap.

In all cases, then run

Expand All @@ -73,4 +57,4 @@ You should have received a copy of the GNU General Public License
along with this program, in the file COPYING. If not, see
<http://www.gnu.org/licenses/>.

Laurent Bartholdi, Göttingen, 16 November 2012
Laurent Bartholdi, Göttingen, 19 November 2012
4 changes: 1 addition & 3 deletions cnf/configure.ac
Expand Up @@ -2,9 +2,7 @@
##
#W configure.ac Laurent Bartholdi
##
#H @(#)$Id$
##
#Y Copyright (C) 2009, Laurent Bartholdi
#Y Copyright (C) 2009-2012, Laurent Bartholdi
##
#############################################################################

Expand Down

0 comments on commit 611813a

Please sign in to comment.