File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ sdh_install pkg/gapdoc pkg/primgrp pkg/smallgrp pkg/transgrp "$GAP_ROOT"/pkg
58
58
# Also include atlasrep which is a dependency of tomlib
59
59
sdh_install \
60
60
pkg/atlasrep \
61
+ pkg/autodoc \
61
62
pkg/autpgrp \
62
63
pkg/alnuth \
63
64
pkg/crisp \
@@ -73,6 +74,7 @@ sdh_install \
73
74
pkg/resclasses \
74
75
pkg/sophus \
75
76
pkg/tomlib \
77
+ pkg/utils \
76
78
"$GAP_ROOT"/pkg
77
79
78
80
# Install the GAP startup script; ensure it is executable
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ cd "$PKG_SRC_DIR"
12
12
13
13
sdh_install \
14
14
aclib \
15
- autodoc \
16
15
corelg \
17
16
crime \
18
17
cryst \
@@ -37,7 +36,6 @@ sdh_install \
37
36
sla \
38
37
sonata \
39
38
toric \
40
- utils \
41
39
"$PKG_DIR"
42
40
43
41
install_compiled_pkg()
You can’t perform that action at this time.
0 commit comments