mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Mark's correction to the building of libccmio.so
This commit is contained in:
@ -2,11 +2,18 @@
|
||||
# Build optional components (eg, may depend on third-party libraries)
|
||||
set -x
|
||||
|
||||
# if the library exists, assume there are headers too
|
||||
# build libccmio if required
|
||||
if [ ! -e $FOAM_LIBBIN/libccmio.so ]
|
||||
then
|
||||
(
|
||||
cd $WM_PROJECT_DIR/../ThirdParty && ./AllwmakeLibccmio
|
||||
)
|
||||
fi
|
||||
|
||||
# if the library built okay, the headers must exist too
|
||||
if [ -e $FOAM_LIBBIN/libccmio.so ]
|
||||
then
|
||||
( cd $WM_PROJECT_DIR/../ThirdParty && ./AllwmakeLibccmio ) \
|
||||
&& wmake ccm26ToFoam
|
||||
wmake ccm26ToFoam
|
||||
fi
|
||||
|
||||
# end
|
||||
|
||||
Reference in New Issue
Block a user