mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/openmodelica: Updated for version svn23571.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c502c74dc1
commit
b0ae183997
3 changed files with 12 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue