Skip to content
This repository was archived by the owner on Dec 7, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 21 additions & 52 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,72 +21,41 @@ makedepends=('findutils' 'gendesk' 'icoutils' 'python')
# For a list of possible dependencies, see here:
# https://hub.docker.com/r/mathworks/matlab-deps/dockerfile.
depends=(
'alsa-lib'
'atk'
'ca-certificates'
'cairo'
'fontconfig'
'gdk-pixbuf2'
'glib2'
'gst-plugins-base'
'gstreamer'
'abseil-cpp'
'c-ares'
'embree'
'gtk2'
'gtk3'
'krb5'
'libcap'
'libcups'
'hunspell'
'lib32-glibc'
'libdbus'
'libdrm'
'libgcrypt'
'libselinux'
'libsm'
'libnet'
'libraw'
'libsndfile'
'libx11'
'libxcb'
'libxcomposite'
'libuv'
'libxcrypt-compat'
'libxcursor'
'libxdamage'
'libxext'
'libxfixes'
'libxft'
'libxi'
'libxmu'
'libxrandr'
'libxrender'
'libxslt'
'libxss'
'libxt'
'libxtst'
'libxxf86vm'
'lsb-release'
'make'
'mesa'
'net-tools'
'nspr'
'minizip'
'nss'
'pam'
'pango'
'procps-ng'
'sudo'
'unzip'
'util-linux-libs'
'wget'
'x11vnc'
'xorg-server-xvfb'
'zlib')
'qt5-xmlpatterns'
'tbb'
'unixodbc')
# We should check even these ones.
# GCC: https://www.mathworks.com/support/requirements/supported-compilers.html
optdepends=(
'cuda'
'java-runtime: java support'
'zsh'
'openal: for Orbisnap'
'openssl-1.0: needed by MATLAB Client for MATLAB Production Server'
'python2: needed by MATLAB Client for MATLAB Production Server'
)
depends+=(
'gconf'
'glu'
'libunwind'
'libxp'
'libxpm'
'portaudio'
'qt5-svg'
'qt5-webkit'
'qt5-websockets'
'qt5-x11extras'
'xerces-c')
provides=('matlab-bin' 'matlab' 'python-matlabengine')
source=(
Expand Down