mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/OpenFOAM: Updated for version 11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6753613d42
commit
0901df5be8
3 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for OpenFOAM
|
||||
|
||||
# Copyright 2017, 2018, 2019, 2020, 2021, 2022 Lorenzo Trevisan, Caorle, Venice, Italy
|
||||
# Copyright 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Lorenzo Trevisan, Caorle, Venice, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=OpenFOAM
|
||||
VERSION=${VERSION:-10}
|
||||
VERSION=${VERSION:-11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="OpenFOAM"
|
||||
VERSION="10"
|
||||
VERSION="11"
|
||||
HOMEPAGE="https://openfoam.org/"
|
||||
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="https://github.com/OpenFOAM/OpenFOAM-11/archive/version-11/OpenFOAM-11-version-11.tar.gz \
|
||||
https://github.com/OpenFOAM/ThirdParty-11/archive/version-11/ThirdParty-11-version-11.tar.gz"
|
||||
MD5SUM="81862ded202dc13eb285d399e2ce1741 \
|
||||
fcd80fb7fa8d011d1a055cd30323ae58"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openmpi CGAL"
|
||||
|
|
|
@ -1 +1 @@
|
|||
. /opt/OpenFOAM/OpenFOAM-10/etc/bashrc
|
||||
. /opt/OpenFOAM/OpenFOAM-11/etc/bashrc
|
||||
|
|
Loading…
Reference in a new issue