Changeset 1150:0386e2b29b1b

Show
Ignore:
Timestamp:
03/31/13 17:46:22 (8 weeks ago)
Author:
Raymond Toy <toy.raymond@…>
Branch:
default
Tags:
tip
Message:

Update the defsystem for machar because machar needs to be in the toms715
package.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • packages/toms715.asd

    r1133 r1150  
    4141(defsystem machar 
    4242  :description "F2CL conversion of MACHAR:  Determine machine floating-point characteristics" 
     43  :pathname "toms/715/" 
    4344  :components 
    44   ((:file "machar"))) 
     45  ((:module package 
     46            :pathname "" 
     47            :components 
     48            ((:file "package"))) 
     49   (:module machar 
     50            :pathname "" 
     51            :default-component-class toms715-fortran-file 
     52            :components 
     53            ((:file "machar"))))) 
    4554 
    4655(defsystem toms715