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.
Last change
on this file since 526 was 526, checked in by Marek Rychlik, 9 years ago |
* empty log message *
|
File size:
842 bytes
|
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"
|
---|
[526] | 14 | :components ((:file "utils")
|
---|
[480] | 15 | (:file "ring")
|
---|
[87] | 16 | (:file "monomial")
|
---|
[196] | 17 | (:file "order")
|
---|
[87] | 18 | (:file "term")
|
---|
| 19 | (:file "termlist")
|
---|
| 20 | (:file "polynomial")
|
---|
| 21 | (:file "priority-queue")
|
---|
| 22 | (:file "pair-queue")
|
---|
[479] | 23 | (:file "grobner-debug")
|
---|
[89] | 24 | (:file "division")
|
---|
[132] | 25 | (:file "criterion")
|
---|
[89] | 26 | (:file "buchberger")
|
---|
| 27 | (:file "gebauer-moeller")
|
---|
| 28 | (:file "gb-postprocessing")
|
---|
[508] | 29 | (:file "ideal")
|
---|
[526] | 30 | (:file "ngrobner-package")
|
---|
[507] | 31 | (:file "ngrobner")
|
---|
[87] | 32 | )
|
---|
[85] | 33 |
|
---|
[194] | 34 | :perform (load-op :after (op ngrobner)
|
---|
| 35 | (pushnew :ngrobner cl:*features*))
|
---|
[88] | 36 |
|
---|
[85] | 37 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats: