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.
Rev | Line | |
---|
[85] | 1 | ;;; -*- mode: lisp -*-
|
---|
| 2 | (in-package :cl-user)
|
---|
| 3 |
|
---|
| 4 | #+sbcl(require :asdf)
|
---|
| 5 |
|
---|
[193] | 6 | (defpackage #:ngrobner-system
|
---|
[85] | 7 | (:use #:asdf #:cl))
|
---|
| 8 |
|
---|
[194] | 9 | (in-package #:ngrobner-system)
|
---|
[85] | 10 |
|
---|
[193] | 11 | (defsystem ngrobner
|
---|
[85] | 12 | :author "Marek Rychlik"
|
---|
| 13 | :licence "LLGPL"
|
---|
[3746] | 14 | :components ((:file "copy")
|
---|
| 15 | (:file "utils")
|
---|
[3744] | 16 | ;;(:file "ring")
|
---|
[1611] | 17 | (:file "monom")
|
---|
[3744] | 18 | ;;(:file "order")
|
---|
| 19 | ;;(:file "term")
|
---|
| 20 | ;;(:file "ring-and-order")
|
---|
| 21 | ;;(:file "termlist")
|
---|
[1074] | 22 | (:file "infix")
|
---|
| 23 | (:file "infix-printer")
|
---|
[87] | 24 | (:file "polynomial")
|
---|
| 25 | (:file "priority-queue")
|
---|
[3752] | 26 | ;;(:file "pair-queue")
|
---|
[3744] | 27 | ;;(:file "grobner-debug")
|
---|
| 28 | ;;(:file "division")
|
---|
| 29 | ;;(:file "criterion")
|
---|
| 30 | ;;(:file "buchberger")
|
---|
| 31 | ;;(:file "gebauer-moeller")
|
---|
| 32 | ;;(:file "gb-postprocessing")
|
---|
| 33 | ;;(:file "grobner-wrap")
|
---|
| 34 | ;;(:file "ideal")
|
---|
| 35 | ;;(:file "ngrobner-package")
|
---|
[3745] | 36 | ;;(:file "ngrobner")
|
---|
[87] | 37 | )
|
---|
[85] | 38 |
|
---|
[194] | 39 | :perform (load-op :after (op ngrobner)
|
---|
| 40 | (pushnew :ngrobner cl:*features*))
|
---|
[88] | 41 |
|
---|
[85] | 42 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats: