summarylogtreecommitdiffstats
path: root/openfoam-esi.install
diff options
context:
space:
mode:
Diffstat (limited to 'openfoam-esi.install')
-rw-r--r--openfoam-esi.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/openfoam-esi.install b/openfoam-esi.install
new file mode 100644
index 000000000000..53d498aafd68
--- /dev/null
+++ b/openfoam-esi.install
@@ -0,0 +1,19 @@
+# arg 1: the new package version
+post_install() {
+ echo -e ""
+ echo -e "\e[1m\e[31mNOTE:"
+ echo -e " "
+ echo -e "This install of OpenFOAM does NOT include the ThirdParty libraries."
+ echo -e "Known issue: ptscotch does not compile."
+ echo -e ""
+ echo -e "Please use \"of\" to load OpenFOAM."
+ echo -e ""
+ echo -e "paraFoam will automatically be called using the option \"-builtin\"\e[0m".
+ echo -e ""
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ post_install $1
+}