summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author R. S. Ananda Murthy2014-11-28 00:40:48 +0100
committer Willy Sudiarto Raharjo2014-11-28 00:40:48 +0100
commitb0ae1839976efbd3aa597aa6930a0f1b8187a1dd (patch)
tree3b54c08bb43a432ae8501a49b1bee550007c1dcb
parentc502c74dc16f6d4f5d05abaf1b348f23c9483c49 (diff)
downloadslackbuilds-b0ae1839976efbd3aa597aa6930a0f1b8187a1dd.tar.gz
academic/openmodelica: Updated for version svn23571.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/openmodelica/README2
-rw-r--r--academic/openmodelica/openmodelica.SlackBuild11
-rw-r--r--academic/openmodelica/openmodelica.info8
3 files changed, 12 insertions, 9 deletions
diff --git a/academic/openmodelica/README b/academic/openmodelica/README
index c818f83bc5..79f7fcca57 100644
--- a/academic/openmodelica/README
+++ b/academic/openmodelica/README
@@ -2,3 +2,5 @@ OPENMODELICA is an open-source Modelica-based modeling and simulation
environment intended for industrial and academic usage. Its long-term
development is supported by a non-profit organization
– the Open Source Modelica Consortium (OSMC).
+
+Note: Remove any previous installed version before building this.
diff --git a/academic/openmodelica/openmodelica.SlackBuild b/academic/openmodelica/openmodelica.SlackBuild
index faa0abd501..925542b0a7 100644
--- a/academic/openmodelica/openmodelica.SlackBuild
+++ b/academic/openmodelica/openmodelica.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openmodelica
-VERSION=${VERSION:-svn22822}
+VERSION=${VERSION:-svn23571}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf ${PRGNAM}_22822
-tar xvf $CWD/${PRGNAM}_22822.orig.tar.gz
-cd ${PRGNAM}_22822
+rm -rf ${PRGNAM}_23571
+tar xvf $CWD/${PRGNAM}_23571.orig.tar.gz
+cd ${PRGNAM}_23571
fakeroot chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -83,11 +83,12 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-modelica3d \
--disable-omshell-terminal \
--without-paradiseo \
- --disable-rml-trace \
+ --without-omc \
--with-lapack="-llapack -lblas" \
--with-METIS=/usr \
--disable-python-interface
+#make NOLIBRARIES=Yes all-runtimeCPPinstall
make NOLIBRARIES=Yes all
make install DESTDIR=$PKG
diff --git a/academic/openmodelica/openmodelica.info b/academic/openmodelica/openmodelica.info
index c6b1087baf..572230d7b2 100644
--- a/academic/openmodelica/openmodelica.info
+++ b/academic/openmodelica/openmodelica.info
@@ -1,10 +1,10 @@
PRGNAM="openmodelica"
-VERSION="svn22802"
+VERSION="svn23571"
HOMEPAGE="https://openmodelica.org/"
-DOWNLOAD="https://build.openmodelica.org/apt/pool/contrib/openmodelica_22822.orig.tar.gz"
-MD5SUM="62d44196ae8e20b944da1edb47772f02"
+DOWNLOAD="https://build.openmodelica.org/apt/pool/contrib/openmodelica_23571.orig.tar.gz"
+MD5SUM="6b8932ba0f93314666b88c07862fe39d"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
-REQUIRES="jdk fakeroot rmlmmc omniORB lpsolve sundials metis lapack"
+REQUIRES="jdk rmlmmc omniORB lpsolve sundials metis lapack"
MAINTAINER="R. S. Ananda Murthy"
EMAIL="rsamurti@gmail.com"