Skip to content

Commit

Permalink
[setup] Add nasm to source prereqs (RobotLocomotion#20353)
Browse files Browse the repository at this point in the history
This will be required to build libjpeg-turbo from source.
  • Loading branch information
jwnimmer-tri authored Oct 11, 2023
1 parent 44546f1 commit c0911c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup/mac/source_distribution/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# vi: set ft=ruby :

brew 'bazelisk'
brew 'nasm'
1 change: 1 addition & 0 deletions setup/ubuntu/source_distribution/packages-focal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ libopengl-dev
libtinyxml-dev
libtool
libx11-dev
nasm
ocl-icd-opencl-dev
opencl-headers
openssh-client
Expand Down
1 change: 1 addition & 0 deletions setup/ubuntu/source_distribution/packages-jammy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ libopengl-dev
libtinyxml-dev
libtool
libx11-dev
nasm
ocl-icd-opencl-dev
opencl-headers
openssh-client
Expand Down
1 change: 1 addition & 0 deletions tools/wheel/image/packages-focal
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gcc
g++
gfortran
libgfortran-7-dev
nasm
yasm
# Clang (for mkdoc).
libclang-12-dev
Expand Down
1 change: 1 addition & 0 deletions tools/wheel/image/packages-macos
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# Drake itself. We assume that Drake's own prerequisites are already installed.
brew 'bash'
brew 'coreutils'
brew 'nasm'
brew 'ninja'
brew 'yasm'

0 comments on commit c0911c6

Please sign in to comment.