Merge branch (bug #4008)
[maxima.git] / share / fftpack5 / load-fftpack5.lisp
blobca57380374b8ad47081cd1be664ffbec8cf6e116
1 (in-package #-gcl #:maxima #+GCL "MAXIMA")
3 #+(or ecl abcl)
4 ($load "lisp-utils/defsystem.lisp")
6 (load (merge-pathnames (make-pathname :name "fftpack5" :type "system")
7 (maxima-load-pathname-directory)))
9 (mk:oos "fftpack5-interface" :compile)