- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The only binary distribution for 64-bit numpy/scipy that I've been able to find is built using MKL. Is there any problem with distributing programs that I write using these libraries?
I'll mention that I had no idea what MKL was, or that it was included in the distribution, until I stumbled across some of the dll names while debugging and took the time to search out the information. Under Python you generally just install the needed libraries and the dependencies are taken care of by the install tools; in my case I needed matplotlib, which brought along numpy/scipy, which eventually led me here. A request for information from Intel support led to instructions to ask for an official answer here.
My first preference would be to find a 64-bit binary distribution for numpy/scipy that does not use the MKL runtime, or workable instructions for building from source. Second choice, if redistribution is not an issue, would be figuring out how to make my build tools work with the MKL runtime. So far I haven't found anyone who knows anyone who has succeeded in building for 64-bit without using the MKL runtime.
Thanks for any info...
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page