Changeset 1150:0386e2b29b1b
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1133
|
r1150
|
|
| 41 | 41 | (defsystem machar |
| 42 | 42 | :description "F2CL conversion of MACHAR: Determine machine floating-point characteristics" |
| | 43 | :pathname "toms/715/" |
| 43 | 44 | :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"))))) |
| 45 | 54 | |
| 46 | 55 | (defsystem toms715 |