add Fedora

This commit is contained in:
Benson Muite 2021-07-10 20:38:10 +03:00 committed by GitHub
parent 292489e306
commit 1005123f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -189,6 +189,11 @@ Ubuntu:
$ sudo apt-get install libopenblas-dev liblapacke-dev
```
Fedora:
```bash
$ sudo dnf install openblas-devel lapack-devel
```
Windows (MSYS2):
```bash
@ -226,6 +231,12 @@ Ubuntu:
$ sudo apt-get install gcc gfortran make
```
Fedora:
```bash
$ sudo dnf install gcc gcc-gfortran make
```
Install Numo::OpenBLAS gem.
```bash