repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rename *ll* and *ul* to ll and ul in defint
[maxima.git]
/
share
/
hompack
/
load-hompack.lisp
blob
551a74d29903a8b1bb202e5035cfc52ecaa1c095
1
(
in-package
#:
maxima
)
2
3
#+(
or
ecl abcl
) (
$load
"lisp-utils/defsystem.lisp"
)
4
5
(
load
(
merge-pathnames
(
make-pathname
:
name
"hompack"
:
type
"system"
) (
maxima-load-pathname-directory
)))
6
7
(
mk
:
oos
"hompack-interface"
:
compile
)