CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
2
2 Installation
3
4
5
2.1 Install polymake
6
7
To make GAP and polymake work together porperly, one has to make sure that
8
the two systems are using the same GMP library. You can choose the GMP which
9
polymake uses by the flag --with-gmp= in the polymake configure skript.
10
However, having BOTH systems using your systems GMP is HIGHLY recommended.
11
12
13
2.2 How to install this package
14
15
This package can only be compiled on a system that has the new perpetual
16
beta of polymake correctly installed, like it is said in the polymake wiki
17
itself. For more information about this please visit www.polymake.org
18
(http://www.polymake.org). For installing this package, first make sure you
19
have polymake installed. Copy it in your GAP pkg-directory and run the
20
configure script (./configure) with your GAP root-directory as argument. The
21
default is ../../... Then run make. After this, the package can be loaded
22
via LoadPackage( \"PolymakeInterface\" );.
23
24
25