academic/openmodelica: Updated for version svn24695.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
R. S. Ananda Murthy 2015-02-24 06:33:36 +07:00 committed by Willy Sudiarto Raharjo
parent 32c6c0843b
commit b96ae94ba1
2 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openmodelica
VERSION=${VERSION:-svn24350}
VERSION=${VERSION:-svn24695}
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}_24350
tar xvf $CWD/${PRGNAM}_24350.orig.tar.gz
cd ${PRGNAM}_24350
rm -rf ${PRGNAM}_24695
tar xvf $CWD/${PRGNAM}_24695.orig.tar.gz
cd ${PRGNAM}_24695
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,8 @@
PRGNAM="openmodelica"
VERSION="svn24350"
VERSION="svn24695"
HOMEPAGE="https://openmodelica.org/"
DOWNLOAD="https://build.openmodelica.org/apt/pool/contrib/openmodelica_24350.orig.tar.gz"
MD5SUM="647ba7481fe8efd712633d58eaed8caa"
DOWNLOAD="https://build.openmodelica.org/apt/pool/contrib/openmodelica_24695.orig.tar.gz"
MD5SUM="cef544e91b8d33380d68d0fea5c306cf"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
REQUIRES="jdk rmlmmc omniORB lpsolve sundials metis lapack"