1 | initial version |
For the above problem, I used the Ubuntu 16.04 binary x86_64 distribution of sage 7.4 (from the sage web site).
Then I compiled sage 7.4 (2 hours 43 minutes with 4 Intel 6600k cpus @ 4.4 GHz with solid state drives), then did a
./sage -i database_gap
which completed ok, and was able to access the SmallGroup database with
gap.eval ("SmallGroup (1,1)").
So it looks like a problem in the binary distribution.
2 | No.2 Revision |
For the above problem, I used the Ubuntu 16.04 binary x86_64 distribution of sage 7.4 (from the sage web site).
Then I compiled sage 7.4 (2 hours 43 minutes with 4 Intel 6600k cpus cores @ 4.4 GHz with solid state drives), then did a
./sage -i database_gap
which completed ok, and was able to access the SmallGroup database with
gap.eval ("SmallGroup (1,1)").
So it looks like a problem in the binary distribution.