File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,15 @@ sdh_install \
44
44
pkg/tomlib \
45
45
"$GAP_ROOT"/pkg
46
46
47
+ # Finally, install packagemanager for the people who reject both
48
+ # sage's and their system's package managers. We have to create
49
+ # the local bin directory first:
50
+ #
51
+ # https://github.com/gap-packages/PackageManager/issues/105
52
+ #
53
+ mkdir -p "$SAGE_LOCAL/lib/gap/bin"
54
+ sdh_install pkg/packagemanager "$GAP_ROOT"/pkg
55
+
47
56
# TODO: This seems unnecessary--we are already installing all of doc/ to
48
57
# GAP_ROOT, which is necessary for some functionality in GAP to work. Do
49
58
# we need this? Maybe doc/gap could just be a symlink to gap/doc??
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ PKG_DIR="$SAGE_LOCAL/lib/gap/pkg"
33
33
PKG_SRC_DIR="$(pwd)/src/pkg"
34
34
cd "$PKG_SRC_DIR"
35
35
36
- # The 'packagemanager' package expects this https://github.com/gap-packages/PackageManager/issues/105
37
- mkdir -p "$SAGE_LOCAL/lib/gap/bin"
38
-
39
36
# directly install pure GAP packages
40
37
#
41
38
# happrime - no longer distributed, partly merged in Hap,
@@ -61,7 +58,6 @@ sdh_install \
61
58
liering \
62
59
loops \
63
60
mapclass \
64
- packagemanager \
65
61
polymaking \
66
62
qpa \
67
63
quagroup \
You can’t perform that action at this time.
0 commit comments