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.

source: branches/f4grobner/compile-me.lisp@ 544

Last change on this file since 544 was 544, checked in by Marek Rychlik, 9 years ago

* empty log message *

File size: 431 bytes
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" "grobner-debug" "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.