summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2018-04-11 15:06:24 +1000
committerJP-Ellis2018-04-11 15:06:24 +1000
commitd27d8f9b31b605a02836b0380dbebcce90c51a30 (patch)
treef500c28c3f9fb0fdcb71f82562ae1d79ed13c0b2 /PKGBUILD
parent1139d2ce0da8bf67e42ae78adc5dcc5bab4b8830 (diff)
downloadaur-d27d8f9b31b605a02836b0380dbebcce90c51a30.tar.gz
Mark `openmp` as a required dependency
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8d259ec3e4b..1f07e3871bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,9 @@ pkgdesc="A computational software program used in scientific, engineering, and m
arch=('i686' 'x86_64')
url="http://www.wolfram.com/mathematica/"
license=('proprietary')
+depends=(
+ 'openmp'
+)
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
@@ -63,7 +66,6 @@ optdepends=(
'ncurses'
'nvidia-utils'
'opencv'
- 'openmp'
'openssl-1.0'
'pango'
'pixman'