GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
1#The directory PKGDIR should be the directory in which GAP packages are stored on your computer. 2 3PKGDIR=/home/graham/pkg; 4 5rm $PKGDIR/Hap1.12/boolean; 6 7rm -rf $PKGDIR/Hap1.12/lib/*/Compiled 8echo "COMPILED:=false;" > $PKGDIR/Hap1.12/boolean; 9 10 11 12 13 14