Skip to content

Commit ca14fd5

Browse files
author
Release Manager
committed
gh-37044: update ECL to 23.9.9, remove obsolete stuff from spkg-install ECL 23.9.9 has been released in Sept 2023, 2.5 years after 21.2.1 we have. Time to upgrade. See the announcement for [ECL](https://ecl.common- lisp.dev/posts/ECL-2399-release.html) URL: #37044 Reported by: Dima Pasechnik Reviewer(s): Michael Orlitzky
2 parents b74c8ca + 81cd662 commit ca14fd5

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

build/pkgs/ecl/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=ecl-VERSION.tgz
2-
sha1=c41838960964c6e0b9b83a08bca1f717ccc6951e
3-
md5=0c9e0437dbf3a7f1b00da32b7794a3b0
4-
cksum=1854014871
2+
sha1=612f61f87eedb271025095306eca78d19f3991db
3+
md5=16bcfd2ce9730691f88e74edaab790af
4+
cksum=1542706373
55
upstream_url=https://common-lisp.net/project/ecl/static/files/release/ecl-VERSION.tgz

build/pkgs/ecl/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.2.1
1+
23.9.9

build/pkgs/ecl/spkg-install.in

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,3 @@ exec </dev/null
3838

3939
sdh_make
4040
sdh_make_install
41-
42-
# Create symbolic link to lib/ecl-version directory.
43-
# Also create a symbolic link lib/ecl/ecl -> include/ecl.
44-
# This is important when the Sage install is moved, see Trac #14662.
45-
cd "$SAGE_DESTDIR$SAGE_LOCAL/lib/" && rm -f ecl && ln -s ecl-* ecl
46-
if [ $? -ne 0 ]; then
47-
echo >&2 "Error - Failed to create symbolic link to ECL library"
48-
echo >&2 "directory ... exiting"
49-
exit 1
50-
fi
51-
cd "$SAGE_DESTDIR$SAGE_LOCAL/lib/ecl" && rm -f ecl && ln -s ../../include/ecl ecl
52-
if [ $? -ne 0 ]; then
53-
echo >&2 "Error - Failed to create symbolic link to ECL include"
54-
echo >&2 "directory ... exiting"
55-
exit 1
56-
fi

0 commit comments

Comments
 (0)