mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/openmodelica: Updated for version svn23908.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
34993fdffb
commit
40c2cb1bcf
2 changed files with 7 additions and 9 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openmodelica
|
||||
VERSION=${VERSION:-svn23571}
|
||||
VERSION=${VERSION:-svn23908}
|
||||
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}_23571
|
||||
tar xvf $CWD/${PRGNAM}_23571.orig.tar.gz
|
||||
cd ${PRGNAM}_23571
|
||||
rm -rf ${PRGNAM}_23908
|
||||
tar xvf $CWD/${PRGNAM}_23908.orig.tar.gz
|
||||
cd ${PRGNAM}_23908
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -85,7 +85,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--without-paradiseo \
|
||||
--without-omc \
|
||||
--with-lapack="-llapack -lblas" \
|
||||
--with-METIS=/usr \
|
||||
--disable-python-interface
|
||||
|
||||
make NOLIBRARIES=Yes all
|
||||
|
@ -163,5 +162,4 @@ Categories=Development;IDE;
|
|||
EOF
|
||||
|
||||
cd $PKG
|
||||
#fakeroot /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openmodelica"
|
||||
VERSION="svn23571"
|
||||
VERSION="svn23908"
|
||||
HOMEPAGE="https://openmodelica.org/"
|
||||
DOWNLOAD="https://build.openmodelica.org/apt/pool/contrib/openmodelica_23571.orig.tar.gz"
|
||||
MD5SUM="6b8932ba0f93314666b88c07862fe39d"
|
||||
DOWNLOAD="https://build.openmodelica.org/apt/pool/contrib/openmodelica_23908.orig.tar.gz"
|
||||
MD5SUM="a20b55459d2ac12bf3fe218916e8e16b"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk rmlmmc omniORB lpsolve sundials metis lapack"
|
||||
|
|
Loading…
Reference in a new issue