Closed
Description
Currently installing hmatrix with stack is difficult. The advice is to download some files then do:
stack install hmatrix --flag hmatrix:openblas --extra-lib-dirs=C:\...\OpenBLAS\lib --extra-include-dir=C:\...\OpenBLAS\include
Alas, that doesn't work because extra-include-dir
is not a valid flag anymore. But either way, it would be nice if it was simpler and didn't require any download or complex messing around.