Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
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
Project: cocalc-sagemath-dev-slelievre
Views: 418346#You must set PKGDIR equal to the directory in which GAP packages are stored1# on your computer.23PKGDIR=/home/graham/pkg;45#You must set GACDIR equal to the directory in which the GAP compiler gac is6#stored on your computer.78GACDIR=/usr/local/lib/gap4r4/bin/i686-pc-linux-gnu-gcc;9101112#####################################################################13#DON'T CHANGE ANYTHING BELOW14#####################################################################151617LIB=$PKGDIR/Hap1.12/lib;1819rm $PKGDIR/Hap1.12/boolean;20echo "COMPILED:=true;" > $PKGDIR/Hap1.12/boolean;2122$GACDIR/gac -d $LIB/CompiledGAP/*.c;23mkdir $LIB/CompiledGAP/Compiled;24mv *.so $LIB/CompiledGAP/Compiled/;252627$GACDIR/gac -d $LIB/ArtinCoxeter/*.gi;28mkdir $LIB/ArtinCoxeter/Compiled;29mv *.so $LIB/ArtinCoxeter/Compiled/;3031$GACDIR/gac -d $LIB/FreeGmodules/*.gi;32mkdir $LIB/FreeGmodules/Compiled;33mv *.so $LIB/FreeGmodules/Compiled/;3435$GACDIR/gac -d $LIB/Functors/*.gi;36mkdir $LIB/Functors/Compiled;37mv *.so $LIB/Functors/Compiled/;3839$GACDIR/gac -d $LIB/Homology/*.gi;40mkdir $LIB/Homology/Compiled;41mv *.so $LIB/Homology/Compiled/;4243$GACDIR/gac -d $LIB/NonabelianTensor/*.gi;44mkdir $LIB/NonabelianTensor/Compiled;45mv *.so $LIB/NonabelianTensor/Compiled/;4647$GACDIR/gac -d $LIB/Perturbations/*.gi;48mkdir $LIB/Perturbations/*.gi;49mkdir $LIB/Perturbations/Compiled/;50mv *.so $LIB/Perturbations/Compiled/;5152$GACDIR/gac -d $LIB/Polycyclic/*.gi;53mkdir $LIB/Polycyclic/Compiled/;54mv *.so $LIB/Polycyclic/Compiled/;5556$GACDIR/gac -d $LIB/Polymake/*.gi;57mkdir $LIB/Polymake/Compiled/;58mv *.so $LIB/Polymake/Compiled/;5960$GACDIR/gac -d $LIB/Resolutions/*.gi;61mkdir $LIB/Resolutions/Compiled/;62mv *.so $LIB/Resolutions/Compiled/;6364$GACDIR/gac -d $LIB/ResolutionsModP/*.gi;65mkdir $LIB/ResolutionsModP/Compiled/;66mv *.so $LIB/ResolutionsModP/Compiled/;6768$GACDIR/gac -d $LIB/Rings/*.gi;69mkdir $LIB/Rings/Compiled/;70mv *.so $LIB/Rings/Compiled/;7172$GACDIR/gac -d $LIB/ModPRings/*.gi;73mkdir $LIB/ModPRings/Compiled/;74mv *.so $LIB/ModPRings/Compiled/;7576$GACDIR/gac -d $LIB/FpGmodules/*.gi;77mkdir $LIB/FpGmodules/Compiled/;78mv *.so $LIB/FpGmodules/Compiled/;7980$GACDIR/gac -d $LIB/PolyComplexes/*.gi;81mkdir $LIB/PolyComplexes/Compiled/;82mv *.so $LIB/PolyComplexes/Compiled/;8384$GACDIR/gac -d $LIB/SimplicialGroups/*.gi;85mkdir $LIB/SimplicialGroups/Compiled/;86mv *.so $LIB/SimplicialGroups/Compiled/;8788$GACDIR/gac -d $LIB/RegularCWComplexes/*.gi;89mkdir $LIB/RegularCWComplexes/Compiled/;90mv *.so $LIB/RegularCWComplexes/Compiled/;919293$GACDIR/gac -d $LIB/GraphsOfGroups/*.gi;94mkdir $LIB/GraphsOfGroups/Compiled/;95mv *.so $LIB/GraphsOfGroups/Compiled/;969798