Skip to content

Commit 823d93c

Browse files
committed
Drop yasm from dependencies and installation instructions
1 parent c7465ee commit 823d93c

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.ci/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- libssl-dev
1616
- zlib1g-dev
1717
# Extra formats and performance
18-
- yasm
1918
- libgmp-dev
2019
- libpcap-dev
2120
- pkg-config
@@ -41,7 +40,6 @@ jobs:
4140
- libssl-dev
4241
- zlib1g-dev
4342
# Extra formats and performance
44-
- yasm
4543
- libgmp-dev
4644
- libpcap-dev
4745
- pkg-config

doc/INSTALL-FEDORA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

doc/INSTALL-UBUNTU

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)