Skip to content

Commit cecae60

Browse files
committed
moved install of autodoc and utils to gap from gap_packages
1 parent 566625d commit cecae60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/pkgs/gap/spkg-install.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ sdh_install pkg/gapdoc pkg/primgrp pkg/smallgrp pkg/transgrp "$GAP_ROOT"/pkg
5858
# Also include atlasrep which is a dependency of tomlib
5959
sdh_install \
6060
pkg/atlasrep \
61+
pkg/autodoc \
6162
pkg/autpgrp \
6263
pkg/alnuth \
6364
pkg/crisp \
@@ -73,6 +74,7 @@ sdh_install \
7374
pkg/resclasses \
7475
pkg/sophus \
7576
pkg/tomlib \
77+
pkg/utils \
7678
"$GAP_ROOT"/pkg
7779

7880
# Install the GAP startup script; ensure it is executable

build/pkgs/gap_packages/spkg-install.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ cd "$PKG_SRC_DIR"
1212

1313
sdh_install \
1414
aclib \
15-
autodoc \
1615
corelg \
1716
crime \
1817
cryst \
@@ -37,7 +36,6 @@ sdh_install \
3736
sla \
3837
sonata \
3938
toric \
40-
utils \
4139
"$PKG_DIR"
4240

4341
install_compiled_pkg()

0 commit comments

Comments
 (0)