mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/OpenFOAM: Updated for version 7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
da4d084f82
commit
c94abd03f7
3 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for OpenFOAM
|
# Slackware build script for OpenFOAM
|
||||||
|
|
||||||
# Copyright 2017, 2018 Lorenzo Trevisan, Caorle, Venice, Italy
|
# Copyright 2017, 2018, 2019 Lorenzo Trevisan, Caorle, Venice, Italy
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=OpenFOAM
|
PRGNAM=OpenFOAM
|
||||||
VERSION=${VERSION:-6}
|
VERSION=${VERSION:-7}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="OpenFOAM"
|
PRGNAM="OpenFOAM"
|
||||||
VERSION="6"
|
VERSION="7"
|
||||||
HOMEPAGE="https://openfoam.org/"
|
HOMEPAGE="https://openfoam.org/"
|
||||||
DOWNLOAD="https://github.com/OpenFOAM/OpenFOAM-6/archive/version-6/OpenFOAM-6-version-6.tar.gz \
|
DOWNLOAD="https://github.com/OpenFOAM/OpenFOAM-7/archive/version-7/OpenFOAM-7-version-7.tar.gz \
|
||||||
https://github.com/OpenFOAM/ThirdParty-6/archive/version-6/ThirdParty-6-version-6.tar.gz"
|
https://github.com/OpenFOAM/ThirdParty-7/archive/version-7/ThirdParty-7-version-7.tar.gz"
|
||||||
MD5SUM="f40aa39d4d5dfe7ea8d9a58f2625037a \
|
MD5SUM="638b38ae0e80cbb1201abec3f5c88641 \
|
||||||
848652a3eaf8a1a7e17a7ad9655a123c"
|
2a4fe46807730e70ce0b81d4a4dd4fc8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="openmpi CGAL"
|
REQUIRES="openmpi CGAL"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
. /opt/OpenFOAM/OpenFOAM-6/etc/bashrc
|
. /opt/OpenFOAM/OpenFOAM-7/etc/bashrc
|
||||||
|
|
Loading…
Reference in a new issue