mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/OpenFOAM: Updated for version 8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e5c264b9ef
commit
d43d89830a
3 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for OpenFOAM
|
||||
|
||||
# Copyright 2017, 2018, 2019 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=OpenFOAM
|
||||
VERSION=${VERSION:-7}
|
||||
VERSION=${VERSION:-8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="OpenFOAM"
|
||||
VERSION="7"
|
||||
VERSION="8"
|
||||
HOMEPAGE="https://openfoam.org/"
|
||||
DOWNLOAD="https://github.com/OpenFOAM/OpenFOAM-7/archive/version-7/OpenFOAM-7-version-7.tar.gz \
|
||||
https://github.com/OpenFOAM/ThirdParty-7/archive/version-7/ThirdParty-7-version-7.tar.gz"
|
||||
MD5SUM="638b38ae0e80cbb1201abec3f5c88641 \
|
||||
2a4fe46807730e70ce0b81d4a4dd4fc8"
|
||||
DOWNLOAD="https://github.com/OpenFOAM/OpenFOAM-8/archive/version-8/OpenFOAM-8-version-8.tar.gz \
|
||||
https://github.com/OpenFOAM/ThirdParty-8/archive/version-8/ThirdParty-8-version-8.tar.gz"
|
||||
MD5SUM="261dc0d01c4417b737487a60ab4784aa \
|
||||
a1beb9f9ce9ca547cd458ec6c1472bcd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openmpi CGAL"
|
||||
|
|
|
@ -1 +1 @@
|
|||
. /opt/OpenFOAM/OpenFOAM-7/etc/bashrc
|
||||
. /opt/OpenFOAM/OpenFOAM-8/etc/bashrc
|
||||
|
|
Loading…
Reference in a new issue