File tree Expand file tree Collapse file tree 3 files changed +4
-20
lines changed Expand file tree Collapse file tree 3 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 1
1
tarball =ecl-VERSION.tgz
2
- sha1 =c41838960964c6e0b9b83a08bca1f717ccc6951e
3
- md5 =0c9e0437dbf3a7f1b00da32b7794a3b0
4
- cksum =1854014871
2
+ sha1 =612f61f87eedb271025095306eca78d19f3991db
3
+ md5 =16bcfd2ce9730691f88e74edaab790af
4
+ cksum =1542706373
5
5
upstream_url =https://common-lisp.net/project/ecl/static/files/release/ecl-VERSION.tgz
Original file line number Diff line number Diff line change 1
- 21.2.1
1
+ 23.9.9
Original file line number Diff line number Diff line change @@ -38,19 +38,3 @@ exec </dev/null
38
38
39
39
sdh_make
40
40
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
You can’t perform that action at this time.
0 commit comments