diff options
author | lorenzotrevisan <40457641+lorenzotrevisan@users.noreply.github.com> | 2020-07-23 14:52:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:02 +0700 |
commit | e5c264b9efb5b92ae5d4ff77884c1d27bcd13980 (patch) | |
tree | 307e0093ac0e5072c0fc6674e2403da8d53f09ce /academic/dakota | |
parent | f993b8d9eb7cc7e808982ce774abb7bbdd5a39ca (diff) |
academic/dakota: Updated for version 6.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/dakota')
-rw-r--r-- | academic/dakota/README | 4 | ||||
-rw-r--r-- | academic/dakota/dakota.SlackBuild | 4 | ||||
-rw-r--r-- | academic/dakota/dakota.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/academic/dakota/README b/academic/dakota/README index 01d05fcdecc2..452cf802eab6 100644 --- a/academic/dakota/README +++ b/academic/dakota/README @@ -9,4 +9,6 @@ their own or as components within advanced strategies such as surrogate-based optimization, mixed integer nonlinear programming, or optimization under uncertainty. -Optional dependency: openmpi +Optional dependency: openmpi (for distributed memory parallel capabilities) + +You can build with multiple jobs by setting the MAKEFLAGS environment variable. diff --git a/academic/dakota/dakota.SlackBuild b/academic/dakota/dakota.SlackBuild index cc8e00e755a8..bd119d0e0db7 100644 --- a/academic/dakota/dakota.SlackBuild +++ b/academic/dakota/dakota.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Dakota -# Copyright 2017 Lorenzo Trevisan, Caorle, Venice, Italy +# Copyright 2017, 2018, 2019, 2020 Lorenzo Trevisan, Caorle, Venice, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dakota -VERSION=${VERSION:-6.8} +VERSION=${VERSION:-6.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/dakota/dakota.info b/academic/dakota/dakota.info index f20e72ed14e6..80d0d1cd0188 100644 --- a/academic/dakota/dakota.info +++ b/academic/dakota/dakota.info @@ -1,8 +1,8 @@ PRGNAM="dakota" -VERSION="6.8" +VERSION="6.11.0" 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="https://dakota.sandia.gov/sites/default/files/distributions/public/dakota-6.11.0-release-public.src-UI.tar.gz" +MD5SUM="3a81ce3f6b0c3a9087a0cd8f53e16249" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="blas lapack" |