Skip to content

Commit

Permalink
MKL on Fedora 36, R build first
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 7, 2023
1 parent 265d619 commit 20d89c2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builder/Dockerfile.fedora-mkl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ RUN dnf -y upgrade \
zlib-devel \
&& dnf clean all

COPY containers/mkl/oneAPI.repo /etc/yum.repos.d

RUN dnf install -y intel-oneapi-mkl-devel-2023.2.0.x86_64

RUN if [ "$(arch)" == "aarch64" ]; then echo arm64; else echo amd64; fi > /tmp/arch

RUN curl -LO "https://github.com/goreleaser/nfpm/releases/download/v2.18.1/nfpm_$(cat /tmp/arch).rpm" && \
Expand Down
Binary file removed builder/intel-graphics-archive-keyring.gpg
Binary file not shown.
Binary file removed builder/intel-oneapi-archive-keyring.gpg
Binary file not shown.
Binary file removed containers/mkl/intel-graphics-archive-keyring.gpg
Binary file not shown.
Binary file removed containers/mkl/intel-oneapi-archive-keyring.gpg
Binary file not shown.
7 changes: 7 additions & 0 deletions containers/mkl/oneAPI.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[oneAPI]
name=Intel® oneAPI repository
baseurl=https://yum.repos.intel.com/oneapi
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB

0 comments on commit 20d89c2

Please sign in to comment.