File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 20
20
sdh_configure $SAGE_CONFIGURE_GMP LDFLAGS="-pthread" --prefix=$SAGE_LOCAL
21
21
sdh_make
22
22
23
- sdh_make install
23
+ sdh_make_install
24
24
# sdh_make install-headers install-libgap
25
25
# The 'packagemanager' package expects this https://github.com/gap-packages/PackageManager/issues/105
26
26
mkdir -p "$SAGE_LOCAL/lib/gap/bin"
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ rm -rf "$SAGE_LOCAL/gap/gap-4."*
4
4
rm -rf " $SAGE_SHARE /gap"
5
5
rm -f " $SAGE_LOCAL /gap/latest"
6
6
rm -f " $SAGE_LOCAL /bin/gap"
7
+ rm -f " $SAGE_LOCAL /bin/gac"
7
8
8
- # Remove old libgap headers
9
+ # Remove old libgap headers and library
9
10
rm -rf " $SAGE_LOCAL /include/gap"
11
+ rm -rf " $SAGE_LOCAL /lib/gap"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments