BUGFIX: Fixed libccmio link
This commit is contained in:
parent
5832cfe256
commit
322d20b1a1
1 changed files with 1 additions and 1 deletions
2
ThirdParty/AllMake.stage3
vendored
2
ThirdParty/AllMake.stage3
vendored
|
@ -92,7 +92,7 @@ then
|
||||||
#
|
#
|
||||||
[ ! -z "$WM_THIRD_PARTY_USE_LIBCCMIO_261" ] && {
|
[ ! -z "$WM_THIRD_PARTY_USE_LIBCCMIO_261" ] && {
|
||||||
echo "Building Libccmio 2.6.1"
|
echo "Building Libccmio 2.6.1"
|
||||||
( rpm_make -p libccmio-2.6.1 -s libccmio-2.6.1.spec -u http://portal.nersc.gov/project/visit/third_party/libccmio-2.6.1.tar.gz )
|
( rpm_make -p libccmio-2.6.1 -s libccmio-2.6.1.spec -u http://downloads.sourceforge.net/project/foam-extend/ThirdParty/libccmio-2.6.1.tar.gz )
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
echo "Using system installed Libccmio"
|
echo "Using system installed Libccmio"
|
||||||
|
|
Reference in a new issue