Skip to content

Commit

Permalink
Changes for oneMKL 2025.0
Browse files Browse the repository at this point in the history
  • Loading branch information
randef1ned authored Nov 1, 2024
1 parent eda2f17 commit 5501fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ repo_gpgcheck=1
gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
EOF
sudo mv /tmp/oneAPI.repo /etc/yum.repos.d
# Install the latest oneMKL (version 2024.0)
sudo dnf install intel-oneapi-mkl
# Install the latest oneMKL (version 2025.0)
sudo dnf install intel-oneapi-mkl intel-oneapi-mkl-devel intel-oneapi-mkl-core
```


Expand All @@ -90,7 +90,7 @@ Install `labyrinth` using:

``` r
install.packages(c('devtools', 'BiocManager'))
remotes::install_github("randef1ned/labyrinth")
remotes::install_github("randef1ned/labyrinth", upgrade = "always", build_vignettes = TRUE, build_manual = TRUE)
```

Or you can download the pre-built binary packages from [Releases](https://github.com/randef1ned/labyrinth/releases).
Expand Down

0 comments on commit 5501fb9

Please sign in to comment.