Changes between Version 1 and Version 2 of Ticket #13397
- Timestamp:
- 08/24/12 12:48:41 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13397
-
Property
Priority
changed from
trivial
tocritical
-
Property
Priority
changed from
-
Ticket #13397 – Description
v1 v2 1 1 `sage-location` currently only handles libraries in `$SAGE_LOCAL/lib`, but should also look in `$SAGE_LOCAL/lib32` and `$SAGE_LOCAL/lib64`. 2 3 On the other hand, since only GCC uses `lib32` and `lib64` and given #13395, this might not actually be needed...