File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ case "$CC" in
7878 esac
7979 ;;
8080 clang* )
81- apt_get_install $packages " $CC " yasm
81+ apt_get_install $packages " $CC "
8282 ;;
8383 * )
8484 apt_get_install $packages
Original file line number Diff line number Diff line change 1515 - libssl-dev
1616 - zlib1g-dev
1717 # Extra formats and performance
18- - yasm
1918 - libgmp-dev
2019 - libpcap-dev
2120 - pkg-config
4140 - libssl-dev
4241 - zlib1g-dev
4342 # Extra formats and performance
44- - yasm
4543 - libgmp-dev
4644 - libpcap-dev
4745 - pkg-config
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ build CPU fallback chains for any x86-64 CPU.
3030
3131==== Recommended (extra formats and performance)
3232
33- sudo dnf install yasm gmp-devel libpcap-devel bzip2-devel
33+ sudo dnf install gmp-devel libpcap-devel bzip2-devel
3434
3535==== Optional MPI support
3636
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ build CPU fallback chains for any x86-64 CPU.
2727
2828==== Recommended (extra formats and performance)
2929
30- sudo apt-get -y install yasm pkg-config libgmp-dev libpcap-dev libbz2-dev
30+ sudo apt-get -y install pkg-config libgmp-dev libpcap-dev libbz2-dev
3131
3232==== If you have NVIDIA GPU(s) (OpenCL support)
3333
You can’t perform that action at this time.
0 commit comments