Installing OpenBlas on Windows » History » Version 4
John Cary, 04/27/2019 08:57 AM
1 | 1 | John Cary | # Installing OpenBlas on Windows |
---|---|---|---|
2 | |||
3 | 3 | John Cary | These instructions largely derive from "Installing OpenBLAS using Conda":https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio#1-native-msvc-abi. |
4 | 4 | John Cary | |
5 | Install 64bit Miniconda3 with Python-2.7. It should be easily found in your preferred search engine's results. The current link is https://docs.conda.io/en/latest/miniconda.html. Install for user only, |
||
6 | |||
7 | Open the "Anaconda Command Prompt," which should be available in the start menu. Install for |
||
8 | * All users. |
||
9 | * Do not add Anaconda to the system path variable. |
||
10 | * Do not register Python as the system Python 2.7. |
||
11 | |||
12 | |||
13 | Change to a good directory to build |