Skip to content

Commit 30ec12f

Browse files
authored
update readme for source installs to make magma dependency optional
1 parent 269ec05 commit 30ec12f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,11 @@ If you want to compile with CUDA support, install
145145

146146
```bash
147147
export CMAKE_PREFIX_PATH=[anaconda root directory]
148+
149+
# Install basic dependencies
148150
conda install numpy mkl setuptools cmake gcc cffi
151+
152+
# On Linux, add LAPACK support for the GPU
149153
conda install -c soumith magma-cuda75 # or magma-cuda80 if CUDA 8.0
150154
```
151155

0 commit comments

Comments
 (0)