-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8759158
commit 78cea72
Showing
1 changed file
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,6 @@ RUN yum -y install createrepo wget bzip2 patch make cmake cmake3 ctags automake | |
#Install scl gcc-toolset-11 | ||
RUN yum -y install gcc-toolset-11 gcc-toolset-11-annobin-plugin-gcc | ||
RUN cd /opt/rh/gcc-toolset-11/root/usr/lib/gcc/x86_64-redhat-linux/11/plugin && ln -s annobin.so gcc-annobin.so | ||
#openssl-devel required for cargo-c | ||
RUN yum -y install openssl-devel | ||
RUN cargo install [email protected]+cargo-0.82.0 --locked | ||
ADD make_openblas_pc.sh /root | ||
RUN chmod +x /root/make_openblas_pc.sh && /root/make_openblas_pc.sh | ||
RUN yum -y install initscripts vim coreutils-common cronie | ||
|