summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2017-04-01 17:07:27 +1100
committerJP-Ellis2017-04-01 17:07:59 +1100
commit02651242ef981020261f014862d89c58e2b91c5b (patch)
treec496411efafcbf935ca9038c010e26d0e7ed7b4d /PKGBUILD
parent6f75052b8e2d89d68121aa7ca13b24a45095ddaf (diff)
downloadaur-02651242ef981020261f014862d89c58e2b91c5b.tar.gz
Update optional dependencies
Use `namcap` in order to see what dependencies might be needed. This should be a complete list of all dependencies. Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD65
1 files changed, 61 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02347d89f0cc..f91fae769dfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,71 @@
pkgname=mathematica
pkgver=11.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing."
arch=('i686' 'x86_64')
url="http://www.wolfram.com/mathematica/"
license=('proprietary')
-depends=('libxml2')
-optdepends=('mesa-demos: for "fully optimized graphics capabilities"'
- 'alsa-lib: for sound support')
+optdepends=(
+ # The following list of dependencies was inferred from namcap's output. If
+ # you believe there is an error, please let me know. Also feel free to
+ # contribute description to dependencies if you know what they do.
+ 'alsa-lib'
+ 'atk'
+ 'cairo'
+ 'clucene'
+ 'cuda'
+ 'curl'
+ 'espeak'
+ 'ffmpeg'
+ 'fluidsynth'
+ 'fontconfig'
+ 'freetype2'
+ 'gdk-pixbuf2'
+ 'glib2'
+ 'glu'
+ 'gmime'
+ 'gmp'
+ 'gmp'
+ 'gtk2'
+ 'harfbuzz'
+ 'icu'
+ 'intel-mkl'
+ 'java-environment'
+ 'lame'
+ 'lcms2'
+ 'leptonica'
+ 'libbson'
+ 'libffi'
+ 'libjpeg-turbo'
+ 'libmad'
+ 'libmongoc'
+ 'libnet'
+ 'libogg'
+ 'libpng12'
+ 'libselinux'
+ 'libsm'
+ 'libssh2'
+ 'libutil-linux'
+ 'libwebp'
+ 'libx11'
+ 'libxml2'
+ 'libxslt'
+ 'libxtst'
+ 'libxxf86vm'
+ 'mesa-demos: for improved graphics output'
+ 'ncurses'
+ 'nvidia-utils'
+ 'opencv'
+ 'openmp'
+ 'openssl'
+ 'pango'
+ 'pixman'
+ 'portaudio'
+ 'r'
+ 'tesseract'
+ 'zlib'
+)
source=("local://Mathematica_${pkgver}_LINUX.sh")
sha256sums=('3a866cc1b49dc06ec11f7d7288051916b7aa1959ae2f32f96dd1780ad228ca4d')
options=("!strip")