Changes between Version 1 and Version 2 of Ticket #10508, comment 362
- Timestamp:
- 03/14/13 20:29:12 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10508, comment 362
v1 v2 76 76 for now, hopefully that will work... 77 77 78 Has this ticket removed the following? Or does it check for lapack earlier? 78 This ticket still has 79 79 {{{ 80 80 # On Cygwin we simply require that the system-wide lapack is installed. … … 91 91 sys.exit(0) 92 92 }}} 93 but I think that now we'll have to add to it to copy liblapack.a (or build lapack, of course). 94 93 95 So I think that probably some update to this needs to be included. Maybe this would still be enough?