academic/sundials: Updated for version 5.6.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
R. S. Ananda Murthy 2021-01-15 16:44:31 +00:00 committed by Dave Woodfall
parent f680e7e796
commit 602374c80c
2 changed files with 7 additions and 5 deletions

View file

@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sundials
VERSION=${VERSION:-5.3.0}
VERSION=${VERSION:-5.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,6 +82,8 @@ sed -i \
src/*/CMakeLists.txt \
src/*/*/CMakeLists.txt
export PATH=/opt/cmake-202x/bin:$PATH
mkdir -p build
cd build
cmake \

View file

@ -1,10 +1,10 @@
PRGNAM="sundials"
VERSION="5.3.0"
VERSION="5.6.1"
HOMEPAGE="https://computation.llnl.gov/projects/sundials"
DOWNLOAD="https://computing.llnl.gov/projects/sundials/download/sundials-5.3.0.tar.gz"
MD5SUM="4546d887f63e8a5f7b3ba7933d877c83"
DOWNLOAD="https://computing.llnl.gov/projects/sundials/download/sundials-5.6.1.tar.gz"
MD5SUM="a945bf3fa606fb6676ec025723688f15"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="cmake-202x"
MAINTAINER="R. S. Ananda Murthy"
EMAIL="rsamurti@gmail.com"