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
/
fftpack5
/
load-fftpack5.lisp
blob
fc7f0b170825193d32911682c59671e81fea58ba
1
(
in-package
#:
maxima
)
2
3
#+(
or
ecl abcl
)
4
(
$load
"lisp-utils/defsystem.lisp"
)
5
6
(
load
(
merge-pathnames
(
make-pathname
:
name
"fftpack5"
:
type
"system"
)
7
(
maxima-load-pathname-directory
)))
8
9
(
mk
:
oos
"fftpack5-interface"
:
compile
)