mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/openmodelica: Updated for version svn25917.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
81906175dd
commit
cccb82c427
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openmodelica
|
||||
VERSION=${VERSION:-svn25500}
|
||||
VERSION=${VERSION:-svn25917}
|
||||
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}_25500
|
||||
tar xvf $CWD/${PRGNAM}_25500.orig.tar.gz
|
||||
cd ${PRGNAM}_25500
|
||||
rm -rf ${PRGNAM}_25917
|
||||
tar xvf $CWD/${PRGNAM}_25917.orig.tar.gz
|
||||
cd ${PRGNAM}_25917
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openmodelica"
|
||||
VERSION="svn25500"
|
||||
VERSION="svn25917"
|
||||
HOMEPAGE="https://openmodelica.org/"
|
||||
DOWNLOAD="https://build.openmodelica.org/apt/pool/contrib/openmodelica_25500.orig.tar.gz"
|
||||
MD5SUM="4922615bbe766bfc0cd88540bc8bbed3"
|
||||
DOWNLOAD="https://build.openmodelica.org/apt/pool/contrib/openmodelica_25917.orig.tar.gz"
|
||||
MD5SUM="3bef29aa3b36da0289163372a1b3dd0f"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk rmlmmc omniORB lpsolve sundials metis lapack"
|
||||
|
|
Loading…
Reference in a new issue