summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2016-11-14 13:11:08 +0100
committereolianoe2016-11-14 13:11:08 +0100
commitbae71ce702c5aca21cb5a812089a9176ac6eda5f (patch)
treeac84b7da64f17501e13ac06377a614cb24708c23
parent063783da82c1ef9e4aeb25fd9ad6c60f7d55fabe (diff)
downloadaur-bae71ce702c5aca21cb5a812089a9176ac6eda5f.tar.gz
enable modelica
Need to be compiled with '-j1' in order to avoid compilation errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 588ca91b390c..a42e07bb3a55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Oct 12 14:00:09 UTC 2016
+# Mon Nov 14 12:10:56 UTC 2016
pkgbase = scilab
pkgdesc = A scientific software package for numerical computations.
pkgver = 5.5.2
- pkgrel = 12
+ pkgrel = 13
url = https://www.scilab.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 53ab7fc94920..5f1c435780b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=scilab
pkgver=5.5.2
-pkgrel=12
+pkgrel=13
pkgdesc='A scientific software package for numerical computations.'
arch=('i686' 'x86_64')
url='https://www.scilab.org'
@@ -69,14 +69,14 @@ build() {
--with-matio \
--with-umfpack \
--with-fftw \
- --without-modelica \
+ --with-modelica \
--without-emf \
--with-install-help-xml \
--enable-build-help \
--enable-build-localization \
--disable-static-system-lib
- make all
+ make all -j1
make doc
}