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