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")
|
---|
[1611] | 16 | (:file "monom")
|
---|
[3772] | 17 | (:file "polynomial")
|
---|
[1074] | 18 | (:file "infix")
|
---|
| 19 | (:file "infix-printer")
|
---|
[3783] | 20 | (:file "symbolic-polynomial")
|
---|
[87] | 21 | (:file "priority-queue")
|
---|
[3752] | 22 | ;;(:file "pair-queue")
|
---|
[3744] | 23 | ;;(:file "grobner-debug")
|
---|
| 24 | ;;(:file "division")
|
---|
| 25 | ;;(:file "criterion")
|
---|
| 26 | ;;(:file "buchberger")
|
---|
| 27 | ;;(:file "gebauer-moeller")
|
---|
| 28 | ;;(:file "gb-postprocessing")
|
---|
| 29 | ;;(:file "grobner-wrap")
|
---|
| 30 | ;;(:file "ideal")
|
---|
| 31 | ;;(:file "ngrobner-package")
|
---|
[3745] | 32 | ;;(:file "ngrobner")
|
---|
[87] | 33 | )
|
---|
[85] | 34 |
|
---|
[194] | 35 | :perform (load-op :after (op ngrobner)
|
---|
| 36 | (pushnew :ngrobner cl:*features*))
|
---|
[88] | 37 |
|
---|
[85] | 38 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats: