mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/OpenFOAM: Updated for version 10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
850702d90d
commit
103e41bdab
4 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=OpenFOAM
|
||||
VERSION=${VERSION:-9}
|
||||
VERSION=${VERSION:-10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="OpenFOAM"
|
||||
VERSION="9"
|
||||
VERSION="10"
|
||||
HOMEPAGE="https://openfoam.org/"
|
||||
DOWNLOAD="https://github.com/OpenFOAM/OpenFOAM-9/archive/version-9/OpenFOAM-9-version-9.tar.gz \
|
||||
https://github.com/OpenFOAM/ThirdParty-9/archive/version-9/ThirdParty-9-version-9.tar.gz"
|
||||
MD5SUM="c588fcabc7a8b48cd9677411a6c8cb0e \
|
||||
5fd71fcb1dedc7c55a539fd2173f58d3"
|
||||
DOWNLOAD="https://github.com/OpenFOAM/OpenFOAM-10/archive/version-10/OpenFOAM-10-version-10.tar.gz \
|
||||
https://github.com/OpenFOAM/ThirdParty-10/archive/version-10/ThirdParty-10-version-10.tar.gz"
|
||||
MD5SUM="96e4487ae774a0b50d4f502491fe285f \
|
||||
1bedab7e721bbdcc5062f7b29f68184d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openmpi CGAL"
|
||||
|
|
|
@ -1 +1 @@
|
|||
. /opt/OpenFOAM/OpenFOAM-9/etc/bashrc
|
||||
. /opt/OpenFOAM/OpenFOAM-10/etc/bashrc
|
||||
|
|
|
@ -10,4 +10,4 @@ multi-core processors and multi-processor computers.
|
|||
Optional dependency: graphviz (for documentation with graphs)
|
||||
|
||||
You can build with multiple jobs by setting the MAKEFLAGS environment
|
||||
variable.
|
||||
variable (e.g. export MAKEFLAGS="-j$(nproc)" at bash prompt).
|
||||
|
|
Loading…
Reference in a new issue