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 87


Ignore:
Timestamp:
2015-06-05T11:42:01-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/grobner.asd

    r86 r87  
    1212    :author "Marek Rychlik"
    1313    :licence "LLGPL"
    14     :components ((:file "gauss-package")
    15                  (:file "gauss-config")
    16                  (:file "request-parser")
    17                  (:file "complex-number-parser")
    18                  (:file "matlab-matrix-parser")
    19                  (:file "gauss")
    20                  (:file "gauss-html-report-gen")
    21                  (:file "gauss-text-report-gen")
    22                  (:file "gauss-demo"))
     14    :components ((:file "grobner")
     15                 (:file "monomial")
     16                 (:file "term")
     17                 (:file "termlist")
     18                 (:file "polynomial")
     19                 (:file "order")
     20                 (:file "order-mk")
     21                 (:file "priority-queue")
     22                 (:file "pair-queue")
     23                 )
    2324
    24     :perform     (load-op :after (op gauss)
    25                           (pushnew :gauss cl:*features*))
     25    :perform     (load-op :after (op grobner)
     26                          (pushnew :grobner cl:*features*))
    2627   
    2728    :depends-on (:cl-ppcre)
Note: See TracChangeset for help on using the changeset viewer.