Last change
on this file since 545 was 545, checked in by Marek Rychlik, 9 years ago |
* empty log message *
|
File size:
484 bytes
|
Line | |
---|
1 | (defvar *files*
|
---|
2 | '("utils" "monomial" "ring"
|
---|
3 | "order" "term" "termlist" "polynomial" "priority-queue"
|
---|
4 | "pair-queue" "grobner-debug" "division" "criterion" "buchberger" "gebauer-moeller"
|
---|
5 | "gb-postprocessing" "grobner-wrap" "ideal" "ngrobner-package" "ngrobner")
|
---|
6 | "All Lisp files needed")
|
---|
7 |
|
---|
8 | (defun compile-ngrobner ()
|
---|
9 | "Compile/load NGROBNER package files without ASDF. The order of files is
|
---|
10 | important!"
|
---|
11 | (dolist (file files)
|
---|
12 | (compile-file file :verbose t :print t)))
|
---|
Note:
See
TracBrowser
for help on using the repository browser.