stanford-ppl / Delite

The Delite Git Repo
http://ppl.stanford.edu
216 stars 43 forks source link

make Delite cross-platform #6

Closed michaelmwu closed 12 years ago

michaelmwu commented 13 years ago

Neither external libraries nor current scripts will work with Windows right now. We also need to have Delite working on Mac OS X.

xeno-by commented 13 years ago

Scripts have been working on Windows since the following issue was closed: https://github.com/stanford-ppl/Delite/issues/5. They also work on Macs in a similar fashion to Linux (though, I had to make some minor amendments).

xeno-by commented 13 years ago

BLAS now also works on Windows and Mac OS X. Also, here's the doc for this functionality: http://stanford-ppl.github.com/Delite/using_blas.html.

xeno-by commented 13 years ago

After Arvind has refactored external library infrastructure, implemented stuff has to be reconsidered. I'm on it.

xeno-by commented 13 years ago

BLAS works again on Windows and Mac OS X (https://github.com/stanford-ppl/Delite/tree/xplatform/framework/src/ppl/delite/framework/extern). The doc has been updated as well: http://stanford-ppl.github.com/Delite/using_blas.html.