Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cl-launch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Gu
cl-launch
Commits
5aadede4
Commit
5aadede4
authored
11 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
4.0.3: ~/common-lisp/ not ~/cl/ is where ASDF 3.1 standardizes CL software.
parent
1ed81107
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cl-launch.sh
+4
-4
4 additions, 4 deletions
cl-launch.sh
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
with
11 additions
and
4 deletions
cl-launch.sh
+
4
−
4
View file @
5aadede4
#!/bin/sh
#| cl-launch.sh -- shell wrapper generator for Common Lisp software -*- Lisp -*-
CL_LAUNCH_VERSION
=
'4.0.2.
2
'
CL_LAUNCH_VERSION
=
'4.0.2.
3
'
license_information
()
{
AUTHOR_NOTE
=
"
\
# Please send your improvements to the author:
...
...
@@ -189,7 +189,7 @@ In the first phase, the Lisp image is initialized:
* loading ASDF3. The cl-launch header will try to load ASDF 3.0.1 or later.
If your implementation does not provide it via (require "asdf"),
you can configure your implementation's ASDF (if any) to find it.
Or you can put it in your home, under ~/c
l
/asdf/ and cl-launch will find it.
Or you can put it in your home, under ~/c
ommon-lip
/asdf/ and cl-launch will find it.
Or it may be installed in /usr/share/common-lisp/source/cl-asdf/
in which case cl-launch will also find it.
Failing any of the above, cl-launch will be unable to proceed.
...
...
@@ -2114,7 +2114,7 @@ NIL
(unless (member :asdf *features*)
(ignore-errors (funcall 'require "asdf")))
(unless (member :asdf *features*)
(ignore-errors (load (merge-pathnames "c
l
/asdf/build/asdf.lisp" (user-homedir-pathname)))))
(ignore-errors (load (merge-pathnames "c
ommon-lisp
/asdf/build/asdf.lisp" (user-homedir-pathname)))))
(unless (member :asdf *features*)
(ignore-errors (load "/usr/share/common-lisp/source/asdf/build/asdf.lisp")))
(unless (member :asdf *features*)
...
...
@@ -2133,7 +2133,7 @@ NIL
(pushnew (merge-pathnames "uiop/" d) *central-registry*))))
(or (let ((asdf (find-system "asdf" nil)))
(and asdf #+asdf2 (version-satisfies asdf "3.0.1")))
(maybe-register (merge-pathnames "c
l
/asdf/" (user-homedir-pathname)))
(maybe-register (merge-pathnames "c
ommon-lisp
/asdf/" (user-homedir-pathname)))
(maybe-register "/usr/share/common-lisp/source/asdf/"))))
;; Make sure we use the latest ASDF available, if not 3.0.1
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
7
−
0
View file @
5aadede4
cl-launch (4.0.3-1) unstable; urgency=low
* ~/common-lisp/ not ~/cl/ is where ASDF 3.1 standardizes
the location of per-user CL software.
-- Francois-Rene Rideau <fare@tunes.org> Sun, 23 Mar 2014 18:13:21 -0400
cl-launch (4.0.2.2-1) unstable; urgency=low
* Package control via --package and --system-package
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment