1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-10-03 23:18:01 +03:00

Fix dependencies for blas

This commit is contained in:
sdiehl 2020-02-26 17:36:22 +00:00
parent b3c98b034d
commit 7e6a8eaa3c

View File

@ -16,7 +16,7 @@ script:
- stack $ARGS --no-terminal --install-ghc ghc includes.hs -- -o includes
- stack $ARGS --no-terminal --install-ghc exec make html
# Run the example test suite
- sudo apt-get install libblas liblapack
- sudo apt-get install libblas-dev liblapack-dev
- cd src && bash ./ci
cache:
directories: