Skip to content

Commit 14481f5

Browse files
committed
Allwmake: create /home/MMAuser/OpenFOAM/MMAuser-v2412/platforms/linux64GccDPInt32Debug/lib if not available
1 parent 2c26ab4 commit 14481f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Allwmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
orig_dit="$(pwd)"
44

5+
# Create the $FOAM_USER_LIBBIN if not existing.
6+
# - This happens with a fresh OpenFOAM installation.
7+
# - openfoam-smartsim libraries are placed into $FOAM_USER_LIBBIN
8+
if [ ! -d "$FOAM_USER_LIBBIN" ];
9+
then
10+
mkdir -p $FOAM_USER_LIBBIN
11+
fi
12+
513
## Compile SmartRedis libs
614
export _REPO_ROOT="$(git rev-parse --show-toplevel)"
715
cd "$_REPO_ROOT" || exit 1

0 commit comments

Comments
 (0)