Skip to content

Commit

Permalink
Add yasm via powertools
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Nov 3, 2023
1 parent cd82dd4 commit a475457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@ RUN case "${LINUX_VER}" in \
&& dnf install -y \
epel-release which wget gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite \
sqlite-devel xz xz-devel libffi-devel curl git ncurses-devel numactl \
numactl-devel openssh-clients libcudnn8-devel zip jq yasm openslide-devel \
numactl-devel openssh-clients libcudnn8-devel zip jq openslide-devel \
protobuf-compiler autoconf automake libtool dnf-plugins-core cmake \
&& dnf config-manager --set-enabled powertools \
&& dnf install -y blas-devel lapack-devel \
&& dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ \
&& dnf -y yasm \
&& dnf clean all \
&& echo -e ' \
#!/bin/bash\n \
Expand Down

0 comments on commit a475457

Please sign in to comment.