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.

Changeset 546


Ignore:
Timestamp:
2015-06-06T22:12:49-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/compile-me.lisp

    r545 r546  
    44    "pair-queue" "grobner-debug" "division" "criterion" "buchberger" "gebauer-moeller"
    55    "gb-postprocessing" "grobner-wrap" "ideal" "ngrobner-package" "ngrobner")
    6   "All Lisp files needed")
     6  "All Lisp files needed. The order of files is important!")
    77
    88(defun compile-ngrobner ()
    9   "Compile/load NGROBNER package files without ASDF. The order of files is
     9  "Compile/load NGROBNER package files without ASDF."
     10  (dolist (file *files*)
     11    (compile-file file :verbose t :print t)))
     12
     13(defun load-ngrobner ()
     14  "Load NGROBNER package files without ASDF. The order of files is
    1015 important!"
    11   (dolist (file files)
     16  (dolist (file *files*)
    1217    (compile-file file :verbose t :print t)))
Note: See TracChangeset for help on using the changeset viewer.