mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/dakota: Updated for version 6.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
ff950db3e4
commit
8d4d67691d
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dakota
|
||||
VERSION=${VERSION:-6.7}
|
||||
VERSION=${VERSION:-6.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION-release-public.src-UI
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-release-public-src-UI.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-release-public.src-UI.tar.gz
|
||||
cd $PRGNAM-$VERSION-release-public.src-UI
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dakota"
|
||||
VERSION="6.7"
|
||||
HOMEPAGE="http://dakota.sandia.gov/"
|
||||
DOWNLOAD="http://dakota.sandia.gov/sites/default/files/distributions/public/dakota-6.7-release-public-src-UI.tar.gz"
|
||||
MD5SUM="be1f372e7457281a7aafc887789cb199"
|
||||
VERSION="6.8"
|
||||
HOMEPAGE="https://dakota.sandia.gov/"
|
||||
DOWNLOAD="https://dakota.sandia.gov/sites/default/files/distributions/public/dakota-6.8-release-public.src-UI.tar.gz"
|
||||
MD5SUM="85375e8c4df406fe017beda63ab28215"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="blas lapack"
|
||||
|
|
Loading…
Reference in a new issue