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 651 was 651, checked in by Marek Rychlik, 9 years ago |
* empty log message *
|
File size:
933 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")
|
---|
[527] | 29 | (:file "grobner-wrap")
|
---|
[508] | 30 | (:file "ideal")
|
---|
[651] | 31 | (:file "infix")
|
---|
| 32 | (:file "infix-printer")
|
---|
| 33 | (:file "parse")
|
---|
[526] | 34 | (:file "ngrobner-package")
|
---|
[507] | 35 | (:file "ngrobner")
|
---|
[87] | 36 | )
|
---|
[85] | 37 |
|
---|
[194] | 38 | :perform (load-op :after (op ngrobner)
|
---|
| 39 | (pushnew :ngrobner cl:*features*))
|
---|
[88] | 40 |
|
---|
[85] | 41 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats: