We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3c4ec commit 494eaebCopy full SHA for 494eaeb
build/pkgs/gap/spkg-install.in
@@ -20,10 +20,10 @@ fi
20
sdh_configure $SAGE_CONFIGURE_GMP LDFLAGS="-pthread" --prefix=$SAGE_LOCAL
21
sdh_make
22
23
-# GAP's "make install" is work in progress; we use bits and pieces of it
24
-# but we install many things manually.
25
sdh_make install
26
# sdh_make install-headers install-libgap
+# The 'packagemanager' package expects this https://github.com/gap-packages/PackageManager/issues/105
+mkdir -p "$SAGE_LOCAL/lib/gap/bin"
27
28
# Install only the minimal packages GAP needs to run
29
sdh_install pkg/gapdoc pkg/primgrp pkg/smallgrp pkg/transgrp "$GAP_ROOT"/pkg
0 commit comments