Changeset 568 for branches/f4grobner
- Timestamp:
- 2015-06-06T22:48:01-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r567 r568 40 40 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 41 41 42 #+sbcl(progn (require 'asdf) (load "ngrobner.asd")(asdf:load-system :ngrobner)) 42 43 43 44 44 (eval-when … … 51 51 (use-package :ngrobner) 52 52 53 #+maxima(macsyma-module cgb-maxima) 53 (macsyma-module cgb-maxima) 54 54 55 55 56 (eval-when … … 60 61 61 62 ;;FUNCTS is loaded because it contains the definition of LCM 62 # +maxima($load "functs")63 63 #($load "functs") 64 #+sbcl(progn (require 'asdf) (load "ngrobner.asd")(asdf:load-system :ngrobner)) 64 65 65 66
Note:
See TracChangeset
for help on using the changeset viewer.