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
Simpilify how print-help-string works and support gcl
[maxima.git]
/
share
/
minpack
/
load-minpack.lisp
blob
b1e857b57386022592b61a7029a8ea0e14ef0fb7
1
(
in-package
#:
maxima
)
2
3
#+(
or
ecl abcl
) (
$load
"lisp-utils/defsystem.lisp"
)
4
5
(
load
(
merge-pathnames
(
make-pathname
:
name
"minpack"
:
type
"system"
) (
maxima-load-pathname-directory
)))
6
7
(
mk
:
oos
"minpack-interface"
:
compile
)