summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23371294df71..5c54879bf893 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Mar 26 01:51:51 UTC 2018
+# Wed Apr 11 05:06:15 UTC 2018
pkgbase = mathematica
pkgdesc = A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing.
pkgver = 11.3.0
@@ -8,6 +8,7 @@ pkgbase = mathematica
arch = i686
arch = x86_64
license = proprietary
+ depends = openmp
optdepends = alsa-lib
optdepends = atk
optdepends = cairo
@@ -54,7 +55,6 @@ pkgbase = mathematica
optdepends = ncurses
optdepends = nvidia-utils
optdepends = opencv
- optdepends = openmp
optdepends = openssl-1.0
optdepends = pango
optdepends = pixman
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'