Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Installing GAP 4.8.9 in a CoCalc project
Project: cocalc-sagemath-dev-slelievre
Views: 354Kernel: Bash (Linux)
Install GAP 4.8.9 in a CoCalc project
Read on for instructions on how to build GAP yourself in your project.
Install GAP 4.8.9 following instructions on the GAP website
See instructions at
For a system-wide install, note the extra step in the INSTALL
file:
System-wide installation on CoCalc is discussed at
Download and unpack
Done here using curl; one could alternatively use wget.
In a CoCalc project without internet access, first download the tarball to one's computer, then upload it to the CoCalc project.
In [7]:
In [2]:
Out[2]:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 268M 100 268M 0 0 21.3M 0 0:00:12 0:00:12 --:--:-- 32.1M
In [0]:
In [19]:
Out[19]:
gap4r8
gap4r8p6
gap4r8p9_2017_12_18-23_44.tar.bz2
Change directory, configure and make
In [21]:
In [9]:
Out[9]:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 8
checking ABI bit size... 64
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether make -j2 sets $(MAKE)... yes
checking GAP config name... default64
checking for m4... yes
configure: creating ./config.status
config.status: creating Makefile-default64
config.status: creating sysinfo.gap-default64
config.status: creating bin/gap-default64.sh
mkdir -p bin/x86_64-pc-linux-gnu-gcc-default64
cp cnf/configure.out bin/x86_64-pc-linux-gnu-gcc-default64/configure
mkdir -p bin/x86_64-pc-linux-gnu-gcc-default64/extern
( cd bin/x86_64-pc-linux-gnu-gcc-default64 ; \
CC='gcc' \
ABI='64' \
ABI_CFLAGS='' \
GMP_LIBS='/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/lib/libgmp.a' \
GMP_CFLAGS='-I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/include' \
CONFIGNAME='default64' \
MAKE_GMP='gmp' \
USE_GMP='yes' \
GAPARCH='x86_64-pc-linux-gnu-gcc-default64' \
./configure --target=x86_64-pc-linux-gnu )
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking size of void *... 8
checking for nm... nm
checking whether symbols begin with an underscore... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking unaligned access... 2
checking C compiler default flags... -Wall -g -O2
checking Linker default flags... -g
checking dynamic module compile options... -fPIC -Wall -O2
checking dynamic linker... gcc
checking dynamic module link flags... -shared -g
checking for ANSI C header files... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sig_atomic_t... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for ptsname... yes
checking for grantpt... yes
checking for unlockpt... yes
checking for posix_openpt... yes
checking for getpt... yes
checking for ptsname_r... yes
checking for getpseudotty... no
checking for _getpty... no
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking for library containing openpty... -lutil
checking for setpgid... yes
checking for rld_load... no
checking for library containing dlopen... -ldl
checking whether gcc accepts -export-dynamic... yes
checking for time.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for times... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for setitimer... yes
checking for getitimer... yes
checking for timer_create in -lrt... yes
checking for timer_settime... yes
checking for timer_gettime... yes
checking for timer_create... yes
checking for sys_timer_settime... no
checking for sys_timer_gettime... no
checking for sys_timer_create... no
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for vm_allocate... no
checking for sbrk... yes
checking for madvise... yes
checking for sysconf... yes
checking for atol... yes
checking for strlcpy... no
checking for strlcmp... no
checking for strlcat... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for popen... yes
checking for waitpid... yes
checking for wait4... yes
checking for old non-posix union wait... checking union wait... 0
checking for signal... yes
checking for sigaction... yes
checking for ttyname... yes
checking for select... yes
checking whether stat file-mode macros are broken... no
checking for access... yes
checking for stat... yes
checking for fstat... yes
checking for lstat... yes
checking for unlink... yes
checking for mkdir... yes
checking for rmdir... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for link... yes
checking for rename... yes
checking for chmod... yes
checking for dup... yes
checking for dup2... yes
checking for realpath... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for socket... yes
checking for accept... yes
checking for connect... yes
checking for bind... yes
checking for send... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for opendir... yes
checking for closedir... yes
checking for readdir... yes
checking for log2... no
checking for log10... no
checking for log1p... no
checking for exp2... no
checking for expm1... no
checking for exp10... no
checking for trunc... no
checking for rl_gnu_readline_p in -lreadline... yes
checking for sigsetjmp()... yes
checking for _setjmp()... no
configure: creating ./config.status
config.status: creating sysinfo.gap
config.status: creating gac
config.status: creating Makefile
config.status: creating extern/Makefile
config.status: creating config.h
( cd bin/x86_64-pc-linux-gnu-gcc-default64/extern ; \
make -j2 \
TARGET='x86_64-pc-linux-gnu' \
BASECC='gcc' \
ABI='64' \
ABI_CFLAGS='' \
CC='gcc' \
GMP_VER='6.0.0a' \
MAKE_GMP='gmp' \
CONFIGNAME='default64' )
make[1]: Entering directory '/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern'
( cd ../../../extern; tar jxvf gmp-6.0.0a.tar.bz2; mv gmp-6.0.0 gmp-6.0.0a )
gmp-6.0.0/
gmp-6.0.0/mp_dv_tab.c
gmp-6.0.0/mini-gmp/
gmp-6.0.0/INSTALL
gmp-6.0.0/gmp-impl.h
gmp-6.0.0/mp_bpl.c
gmp-6.0.0/config.guess
gmp-6.0.0/scanf/
gmp-6.0.0/config.in
gmp-6.0.0/install-sh
gmp-6.0.0/cxx/
gmp-6.0.0/mpn/
gmp-6.0.0/Makefile.in
gmp-6.0.0/aclocal.m4
gmp-6.0.0/mpz/
gmp-6.0.0/gen-bases.c
gmp-6.0.0/primesieve.c
gmp-6.0.0/gen-fib.c
gmp-6.0.0/version.c
gmp-6.0.0/gmp-h.in
gmp-6.0.0/longlong.h
gmp-6.0.0/doc/
gmp-6.0.0/Makefile.am
gmp-6.0.0/invalid.c
gmp-6.0.0/COPYINGv3
gmp-6.0.0/ylwrap
gmp-6.0.0/printf/
gmp-6.0.0/tune/
gmp-6.0.0/tal-notreent.c
gmp-6.0.0/gen-psqr.c
gmp-6.0.0/ltmain.sh
gmp-6.0.0/errno.c
gmp-6.0.0/INSTALL.autoconf
gmp-6.0.0/gen-fac.c
gmp-6.0.0/nextprime.c
gmp-6.0.0/AUTHORS
gmp-6.0.0/mpq/
gmp-6.0.0/gmpxx.h
gmp-6.0.0/config.sub
gmp-6.0.0/rand/
gmp-6.0.0/tal-reent.c
gmp-6.0.0/mp_clz_tab.c
gmp-6.0.0/configfsf.sub
gmp-6.0.0/README
gmp-6.0.0/COPYING
gmp-6.0.0/assert.c
gmp-6.0.0/mp_minv_tab.c
gmp-6.0.0/NEWS
gmp-6.0.0/demos/
gmp-6.0.0/acinclude.m4
gmp-6.0.0/COPYINGv2
gmp-6.0.0/gen-trialdivtab.c
gmp-6.0.0/extract-dbl.c
gmp-6.0.0/missing
gmp-6.0.0/mpf/
gmp-6.0.0/compat.c
WARNING: Some output was deleted.
Change to pkg
to install packages
In [22]:
In [11]:
Out[11]:
Assuming default GAP location: ../..
Attempting to build GAP packages.
Note that many GAP packages require extra programs to be installed,
and some are quite difficult to build. Please read the documentation for
packages which fail to build correctly, and only worry about packages
you require!
==== Checking 4ti2Interface-2017.10.04
No building required for 4ti2Interface-2017.10.04
==== Checking AutoDoc-2017.09.08
No building required for AutoDoc-2017.09.08
==== Checking Browse
Using config in ../../sysinfo.gap-default64
Created ./Makefile-default64 with link from ./Makefile
mkdir -p bin/x86_64-pc-linux-gnu-gcc-default64
../../bin/x86_64-pc-linux-gnu-gcc-default64/gac -p "" -d -o \
bin/x86_64-pc-linux-gnu-gcc-default64/ncurses.so src/ncurses.c -L " -lpanel -lncurses"
gcc -fPIC -Wall -O2 -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/include -o /tmp/gac42002/42002_ncurses.o -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/../.. -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64 -DCONFIG_H -c src/ncurses.c
gcc -shared -g -o bin/x86_64-pc-linux-gnu-gcc-default64/ncurses.so /tmp/gac42002/42002_ncurses.o -lpanel -lncurses
rm -f /tmp/gac42002/42002_ncurses.o
==== Checking CAP-2017.09.25
No building required for CAP-2017.09.25
==== Checking Convex
No building required for Convex
==== Checking Example-3.5.1
Makefile successfully created.
mkdir -p bin/x86_64-pc-linux-gnu-gcc-default64
cc -o bin/x86_64-pc-linux-gnu-gcc-default64/hello src/hello.c
==== Checking ExamplesForHomalg-2017.09.02
No building required for ExamplesForHomalg-2017.09.02
==== Checking FPLSA-1.2.1
mkdir -p bin/x86_64-pc-linux-gnu-gcc-default64
gcc -o bin/x86_64-pc-linux-gnu-gcc-default64/fplsa4 -O2 -g -Wall src/fplsa4.c
src/fplsa4.c: In function ‘BinaryQuestion’:
src/fplsa4.c:6249:3: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%1s", c);
^
src/fplsa4.c: In function ‘GetInput’:
src/fplsa4.c:6532:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &LimitingWeight);
^
src/fplsa4.c: In function ‘LieSumAddition’:
src/fplsa4.c:1382:51: warning: ‘last’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define LIE_TERM_R(a) (NodeLT[a].rptr)
^
src/fplsa4.c:3485:19: note: ‘last’ was declared here
uint sum = NIL, last, wa, wb;
^
src/fplsa4.c: In function ‘ScalarMonomialMultiplication’:
src/fplsa4.c:1421:46: warning: ‘last’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define SCALAR_FACTOR_R(a) (NodeSF[a].rptr)
^
src/fplsa4.c:4009:20: note: ‘last’ was declared here
uint mc, wa, wb, last;
^
src/fplsa4.c: In function ‘ScalarTermMultiplication’:
src/fplsa4.c:1421:46: warning: ‘last’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define SCALAR_FACTOR_R(a) (NodeSF[a].rptr)
^
src/fplsa4.c:4260:20: note: ‘last’ was declared here
uint ma, mb, mc, last, aa;
^
src/fplsa4.c: In function ‘PolyTermQuotient’:
src/fplsa4.c:1421:46: warning: ‘mae’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define SCALAR_FACTOR_R(a) (NodeSF[a].rptr)
^
src/fplsa4.c:4980:19: note: ‘mae’ was declared here
uint ma, maa, mae, maw;
^
src/fplsa4.c: In function ‘ScalarSumAddition’:
src/fplsa4.c:1415:41: warning: ‘last’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#define SCALAR_TERM_R(a) (NodeST[a].rptr)
^
src/fplsa4.c:4082:19: note: ‘last’ was declared here
uint sum = NIL, last, wa, wb, ma, mb;
^
src/fplsa4.c: In function ‘ReadBooleanFromFile’:
src/fplsa4.c:7027:10: warning: ‘bool’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return bool;
^
src/fplsa4.c: In function ‘PutBlock’:
src/fplsa4.c:7310:28: warning: ‘i’ may be used uninitialized in this function [-Wmaybe-uninitialized]
int xp, yp = MaxLevel, i, prlvl;
^
src/fplsa4.c:7327:13: warning: ‘prlvl’ may be used uninitialized in this function [-Wmaybe-uninitialized]
PutCharacter((char)((prlvl == yp) ? OutLine[i] : ' '));
^
src/fplsa4.c: In function ‘PutStatistics’:
src/fplsa4.c:8172:21: warning: ‘sec_100’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if(sec_100 < 10 && sec_100 > 0)
^
src/fplsa4.c: In function ‘SubstituteRelationInRelationInteger’:
src/fplsa4.c:3060:5: warning: ‘rhs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
LieSumKillInteger(rhs);
^
src/fplsa4.c: In function ‘SubstituteRelationInRelationParametric’:
src/fplsa4.c:3134:5: warning: ‘rhs’ may be used uninitialized in this function [-Wmaybe-uninitialized]
LieSumKillParametric(rhs);
^
==== Checking GAPDoc-1.6.1
No building required for GAPDoc-1.6.1
==== Checking Gauss-2017.12.07
mkdir -p bin/x86_64-pc-linux-gnu-gcc-default64
../../bin/x86_64-pc-linux-gnu-gcc-default64/gac -d -o bin/x86_64-pc-linux-gnu-gcc-default64/gauss.so src/gauss.c
gcc -fPIC -Wall -O2 -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/include -o /tmp/gac42047/42047_gauss.o -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/../.. -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64 -DCONFIG_H -c src/gauss.c
gcc -shared -g -o bin/x86_64-pc-linux-gnu-gcc-default64/gauss.so /tmp/gac42047/42047_gauss.o
rm -f /tmp/gac42047/42047_gauss.o
==== Checking GaussForHomalg-2017.09.10
No building required for GaussForHomalg-2017.09.10
==== Checking GeneralizedMorphismsForCAP-2017.09.09
No building required for GeneralizedMorphismsForCAP-2017.09.09
==== Checking GradedModules-2017.09.10
No building required for GradedModules-2017.09.10
==== Checking GradedRingForHomalg-2017.09.02
No building required for GradedRingForHomalg-2017.09.02
==== Checking HAPcryst
No building required for HAPcryst
==== Checking Hap1.11
No building required for Hap1.11
==== Checking HomalgToCAS-2017.11.26
No building required for HomalgToCAS-2017.11.26
==== Checking IO_ForHomalg-2017.09.02
No building required for IO_ForHomalg-2017.09.02
==== Checking IntPic-0.2.3
No building required for IntPic-0.2.3
==== Checking LinearAlgebraForCAP-2017.09.09
No building required for LinearAlgebraForCAP-2017.09.09
==== Checking LocalizeRingForHomalg-2017.09.02
No building required for LocalizeRingForHomalg-2017.09.02
==== Checking MatricesForHomalg-2017.11.03
No building required for MatricesForHomalg-2017.11.03
==== Checking ModulePresentationsForCAP-2017.09.09
No building required for ModulePresentationsForCAP-2017.09.09
==== Checking Modules-2017.09.10
No building required for Modules-2017.09.10
==== Checking NormalizInterface-1.0.2
Found GAP in directory /home/user/gap4r8
GAParch = x86_64-pc-linux-gnu-gcc-default64
GAP was built with its own GMP
GAP's GMP includes C++ support
Fetching Normaliz source code
Cloning into 'Normaliz.git'...
remote: Counting objects: 1046, done.
WARNING: Some output was deleted.
In [23]:
Out[23]:
4ti2Interface-2017.10.04 automgrp liealgdb
AutoDoc-2017.09.08 autpgrp liepring
Browse carat liering
CAP-2017.09.25 circle-1.6.1 linboxing
Convex cohomolo-1.6.4 loops
Example-3.5.1 congruence-1.2.1 lpres-0.4.2
ExamplesForHomalg-2017.09.02 corelg mapclass
FPLSA-1.2.1 crime matgrp
GAPDoc-1.6.1 crisp-1.4.4 modisom
Gauss-2017.12.07 cryst nilmat-1.3
GaussForHomalg-2017.09.10 crystcat nq-2.5.3
GeneralizedMorphismsForCAP-2017.09.09 ctbllib orb-4.8.0
GradedModules-2017.09.10 cubefree pargap
GradedRingForHomalg-2017.09.02 cvec-2.5.7 permut
HAPcryst design polenta-1.3.8
Hap1.11 digraphs-0.11.0 polycyclic-2.11
HomalgToCAS-2017.11.26 edim polymaking
IO_ForHomalg-2017.09.02 factint-1.6.0 profiling-1.3.0
IntPic-0.2.3 fga qaos-1.5
LinearAlgebraForCAP-2017.09.09 fining qpa-1.27
LocalizeRingForHomalg-2017.09.02 float-0.7.6 quagroup
MatricesForHomalg-2017.11.03 format radiroot
ModulePresentationsForCAP-2017.09.09 forms rcwa-4.6.0
Modules-2017.09.10 fr-2.4.3 rds
NormalizInterface-1.0.2 fwtree recog-1.2.5
NumericalSgps-1.1.5 gbnp recogbase-1.2.5
OpenMath-11.4.2 genss-1.6.5 repsn
PatternClass-2.4.1 grape resclasses-4.7.0
PolymakeInterface groupoids-1.54 semigroups-3.0.7
RingsForHomalg-2017.11.03 grpconst sglppow
SCO-2017.09.10 guarana simpcomp
SCSCP-2.2.3 guava-3.13 singular
SgpViz-0.999.1 happrime sla
SymbCompCC-1.2 hecke smallsemi-0.6.11
ToolsForHomalg-2017.11.05 help sonata
Toric-1.9.4 homalg-2017.10.26 sophus
ToricVarieties idrel-2.38 spinsym
XMod-2.64 io-4.5.0 tomlib
ace-5.2 irredsol-1.4 unipot-1.2
aclib itc unitlib-3.3.0
alnuth-3.1.0 json-1.2.0 utils-0.49
anupq-3.2 kan-1.27 wedderga-4.9.1
atlasrep kbmag-1.5.4 xgap-4.26
automata laguna-3.8.0 xmodalg-1.12
Test
In [13]:
In [14]:
Out[14]:
CITATION appveyor.yml etc small
CONTRIBUTING.md bin extern src
INSTALL.md cnf gap.ini sysinfo.gap
LICENSE config.log gap.shi sysinfo.gap-default64
Makefile config.status grp sysinfo.in
Makefile-default64 configure lib trans
Makefile.in configure.in pkg tst
README.md doc prim
In [15]:
Out[15]:
BuildPackages.sh gap.sh gaprxvt.ico xgap.sh
cygwin.ver gapicon.bmp usemem.bat
gap-default64.sh gapicon.ico x86_64-pc-linux-gnu-gcc-default64
In [16]:
In [17]:
In [18]:
Out[18]:
┌───────┐ GAP 4.8.9, 18-Dec-2017, build of 2017-12-24 21:43:05 (UTC)
│ GAP │ https://www.gap-system.org
└───────┘ Architecture: x86_64-pc-linux-gnu-gcc-default64
Libs used: gmp, readline
Loading the library and packages ...
> Components: trans 1.0, prim 2.1, small* 1.0, id* 1.0
Packages: AClib 1.2, Alnuth 3.1.0, AtlasRep 1.5.1, AutPGrp 1.8,
Browse 1.8.7, CRISP 1.4.4, Cryst 4.1.12, CrystCat 1.1.6,
CTblLib 1.2.2, FactInt 1.6.0, FGA 1.3.1, GAPDoc 1.6.1, IO 4.5.0,
IRREDSOL 1.4, LAGUNA 3.8.0, Polenta 1.3.8, Polycyclic 2.11,
RadiRoot 2.7, ResClasses 4.7.0, Sophus 1.23, SpinSym 1.5,
TomLib 1.2.6, utils 0.49
Try '??help' for help. See also '?copyright', '?cite' and '?authors'
You should start GAP4 using `gap -A -x 80 -r -m 100m -o 1g'.
The more GAP4stones you get, the faster your system is.
The runtime of the following tests (in general) increases.
You should expect the test to take about one minute and show about
100000 GAP4stones on an Intel Core 2 Duo / 2.53 GHz machine.
The `next' time is an approximation of the running time for the next file.
Architecture: x86_64-pc-linux-gnu-gcc-default64
test file GAP4stones time(msec)
-------------------------------------------
testing: /home/user/gap4r8/tst/testinstall/flush.tst
flush.tst 0 68
testing: /home/user/gap4r8/tst/testinstall/read.tst
read.tst 0 72
testing: /home/user/gap4r8/tst/testinstall/infinity.tst
infinity.tst 0 64
testing: /home/user/gap4r8/tst/testinstall/switch.tst
switch.tst 0 76
testing: /home/user/gap4r8/tst/testinstall/boolean.tst
boolean.tst 0 76
testing: /home/user/gap4r8/tst/testinstall/varargs.tst
varargs.tst 0 76
testing: /home/user/gap4r8/tst/testinstall/unknown.tst
unknown.tst 0 60
testing: /home/user/gap4r8/tst/testinstall/longnumber.tst
longnumber.tst 0 64
testing: /home/user/gap4r8/tst/testinstall/atomic_basic.tst
atomic_basic.tst 0 56
testing: /home/user/gap4r8/tst/testinstall/log2.tst
log2.tst 0 60
testing: /home/user/gap4r8/tst/testinstall/zlattice.tst
zlattice.tst 0 52
testing: /home/user/gap4r8/tst/testinstall/dir.tst
dir.tst 0 56
testing: /home/user/gap4r8/tst/testinstall/gaussian.tst
gaussian.tst 0 64
testing: /home/user/gap4r8/tst/testinstall/break.tst
break.tst 0 64
testing: /home/user/gap4r8/tst/testinstall/trace.tst
trace.tst 0 52
testing: /home/user/gap4r8/tst/testinstall/recordname.tst
recordname.tst 0 60
testing: /home/user/gap4r8/tst/testinstall/intarith.tst
intarith.tst 0 60
testing: /home/user/gap4r8/tst/testinstall/bound.tst
bound.tst 0 64
testing: /home/user/gap4r8/tst/testinstall/ratfun.tst
ratfun.tst 0 68
testing: /home/user/gap4r8/tst/testinstall/listindex.tst
listindex.tst 0 64
testing: /home/user/gap4r8/tst/testinstall/grpfree.tst
grpfree.tst 0 64
testing: /home/user/gap4r8/tst/testinstall/cyclotom.tst
cyclotom.tst 0 76
testing: /home/user/gap4r8/tst/testinstall/listgen.tst
listgen.tst 0 76
testing: /home/user/gap4r8/tst/testinstall/mgmring.tst
mgmring.tst 0 84
testing: /home/user/gap4r8/tst/testinstall/eigen.tst
eigen.tst 0 84
testing: /home/user/gap4r8/tst/testinstall/oprt.tst
oprt.tst 0 80
testing: /home/user/gap4r8/tst/testinstall/zmodnz.tst
zmodnz.tst 0 100
testing: /home/user/gap4r8/tst/testinstall/ffe.tst
ffe.tst 0 96
testing: /home/user/gap4r8/tst/testinstall/ctblfuns.tst
ctblfuns.tst 0 96
testing: /home/user/gap4r8/tst/testinstall/modfree.tst
modfree.tst 5462 108 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/strings.tst
strings.tst 0 100 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/alghom.tst
alghom.tst 5500 120 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/set.tst
set.tst 6442 104 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/relation.tst
relation.tst 5468 128 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/combinat.tst
combinat.tst 6923 104 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/semicong.tst
semicong.tst 6048 124 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/vspcmat.tst
vspcmat.tst 6041 144 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/semirel.tst
semirel.tst 5878 148 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/vspchom.tst
vspchom.tst 5277 180 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/vspcmali.tst
vspcmali.tst 6315 152 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/semigrp.tst
semigrp.tst 5797 188 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/vspcrow.tst
vspcrow.tst 6190 252 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/perm.tst
perm.tst 6478 284 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/ctblmono.tst
ctblmono.tst 4851 472 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/grppc.tst
grppc.tst 5459 544 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/ffeconway.tst
ffeconway.tst 6321 492 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/onecohom.tst
onecohom.tst 6144 568 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/ctblsolv.tst
ctblsolv.tst 4764 764 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/rwspcgrp.tst
rwspcgrp.tst 9363 424 ( next ~0 sec )
testing: /home/user/gap4r8/tst/testinstall/algsc.tst
algsc.tst 7178 560 ( next ~1 sec )
testing: /home/user/gap4r8/tst/testinstall/morpheus.tst
morpheus.tst 7587 912 ( next ~1 sec )
testing: /home/user/gap4r8/tst/testinstall/ctblmoli.tst
ctblmoli.tst 7295 1076 ( next ~1 sec )
testing: /home/user/gap4r8/tst/testinstall/grpfp.tst
grpfp.tst 8501 1268 ( next ~1 sec )
testing: /home/user/gap4r8/tst/testinstall/algmat.tst
algmat.tst 7947 1452 ( next ~1 sec )
testing: /home/user/gap4r8/tst/testinstall/mapping.tst
mapping.tst 7361 1804 ( next ~4 sec )
testing: /home/user/gap4r8/tst/testinstall/grpmat.tst
grpmat.tst 11708 2920 ( next ~5 sec )
testing: /home/user/gap4r8/tst/testinstall/pperm.tst
pperm.tst 6627 6444 ( next ~8 sec )
testing: /home/user/gap4r8/tst/testinstall/xgap.tst
xgap.tst 8453 7416 ( next ~8 sec )
testing: /home/user/gap4r8/tst/testinstall/trans.tst
trans.tst 6354 10708 ( next ~18 sec )
testing: /home/user/gap4r8/tst/testinstall/grppcnrm.tst
grppcnrm.tst 8462 15860
-------------------------------------------
total 6602 55720
#I No errors detected while testing
In [0]: