diff options
author | Brad King <brad.king@kitware.com> | 2022-06-21 16:09:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-21 16:27:58 (GMT) |
commit | b97d371007be553d3ce64ef8db3986f8bfa987f7 (patch) | |
tree | 75ad1daf4d70558dafeda989f958c19b91ee171e /.gitlab/ci/docker | |
parent | 27874273061fa74d3bcc860769fb1eae42eba0fe (diff) | |
download | CMake-b97d371007be553d3ce64ef8db3986f8bfa987f7.zip CMake-b97d371007be553d3ce64ef8db3986f8bfa987f7.tar.gz CMake-b97d371007be553d3ce64ef8db3986f8bfa987f7.tar.bz2 |
ci: Add OpenAL to Debian and Fedora base images
Diffstat (limited to '.gitlab/ci/docker')
-rwxr-xr-x | .gitlab/ci/docker/debian10-aarch64/install_deps.sh | 1 | ||||
-rwxr-xr-x | .gitlab/ci/docker/debian10/install_deps.sh | 1 | ||||
-rwxr-xr-x | .gitlab/ci/docker/fedora36/install_deps.sh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/ci/docker/debian10-aarch64/install_deps.sh b/.gitlab/ci/docker/debian10-aarch64/install_deps.sh index f0228f8..3dd814d 100755 --- a/.gitlab/ci/docker/debian10-aarch64/install_deps.sh +++ b/.gitlab/ci/docker/debian10-aarch64/install_deps.sh @@ -64,6 +64,7 @@ apt-get install -y \ libjsoncpp-dev \ liblapack-dev \ liblzma-dev \ + libopenal-dev \ libopenmpi-dev openmpi-bin \ libpng-dev \ libpq-dev postgresql-server-dev-11 \ diff --git a/.gitlab/ci/docker/debian10/install_deps.sh b/.gitlab/ci/docker/debian10/install_deps.sh index 9f50585..f796816 100755 --- a/.gitlab/ci/docker/debian10/install_deps.sh +++ b/.gitlab/ci/docker/debian10/install_deps.sh @@ -68,6 +68,7 @@ apt-get install -y \ libjsoncpp-dev \ liblapack-dev \ liblzma-dev \ + libopenal-dev \ libopenmpi-dev openmpi-bin \ libpng-dev \ libpq-dev postgresql-server-dev-11 \ diff --git a/.gitlab/ci/docker/fedora36/install_deps.sh b/.gitlab/ci/docker/fedora36/install_deps.sh index 13c70e6..b8ddfb9 100755 --- a/.gitlab/ci/docker/fedora36/install_deps.sh +++ b/.gitlab/ci/docker/fedora36/install_deps.sh @@ -84,6 +84,7 @@ dnf install --setopt=install_weak_deps=False -y \ libxml2-devel \ libxslt-devel \ mpich-devel \ + openal-soft-devel \ openmpi-devel \ patch \ perl \ |