summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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'