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.

Changeset 568


Ignore:
Timestamp:
2015-06-06T22:48:01-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r567 r568  
    4040;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    4141
    42 #+sbcl(progn (require 'asdf) (load "ngrobner.asd")(asdf:load-system :ngrobner))
     42
    4343
    4444(eval-when
     
    5151(use-package :ngrobner)
    5252
    53 #+maxima(macsyma-module cgb-maxima)
     53(macsyma-module cgb-maxima)
     54
    5455
    5556(eval-when
     
    6061
    6162;;FUNCTS is loaded because it contains the definition of LCM
    62 #+maxima($load "functs")
    63 
     63#($load "functs")
     64#+sbcl(progn (require 'asdf) (load "ngrobner.asd")(asdf:load-system :ngrobner))
    6465
    6566
Note: See TracChangeset for help on using the changeset viewer.