close
Warning:
Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.
Line | |
---|
1 | (defun compile-ngrobner ()
|
---|
2 | "Compile/load NGROBNER package files without ASDF. The order of files is
|
---|
3 | important!"
|
---|
4 | (dolist (file '("utils" "monomial" "ring"
|
---|
5 | "order" "term" "termlist" "polynomial" "priority-queue"
|
---|
6 | "pair-queue" "division" "criterion" "buchberger" "gebauer-moeller"
|
---|
7 | "gb-postprocessing" "grobner-wrap" "ideal" "ngrobner-package" "ngrobner"))
|
---|
8 | (compile-file file :verbose t :print t)))
|
---|
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats: