We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c26ab4 commit 14481f5Copy full SHA for 14481f5
Allwmake
@@ -2,6 +2,14 @@
2
3
orig_dit="$(pwd)"
4
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
+
13
## Compile SmartRedis libs
14
export _REPO_ROOT="$(git rev-parse --show-toplevel)"
15
cd "$_REPO_ROOT" || exit 1
0 commit comments