summarylogtreecommitdiffstats
path: root/openfoam.install
diff options
context:
space:
mode:
authorGeorge Eleftheriou2015-07-16 11:10:23 +0200
committerGeorge Eleftheriou2015-07-16 11:10:23 +0200
commite667a7260a317df2c8079263808cafbf5177656a (patch)
tree9365c3889d3d76fd0bc531665444274bb6c2ff76 /openfoam.install
downloadaur-e667a7260a317df2c8079263808cafbf5177656a.tar.gz
Initial import
Diffstat (limited to 'openfoam.install')
-rw-r--r--openfoam.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/openfoam.install b/openfoam.install
new file mode 100644
index 000000000000..b37ae23a2c4d
--- /dev/null
+++ b/openfoam.install
@@ -0,0 +1,17 @@
+post_install() {
+ echo "NOTE:"
+ echo "This install of OpenFOAM does NOT include the"
+ echo "ThirdParty libraries from openfoam's website."
+ echo "It simply creates a stub OpenFOAM/ThirdParty"
+ echo "directory to keep the OpenFOAM bashrc happy."
+ echo ""
+ echo "The most common use of ThirdParty is to get Paraview."
+ echo "Modern versions of Paraview include an OpenFOAM"
+ echo "case file viewer. Instead of installing the ThirdParty"
+ echo "build of Paraview, using the AUR paraview package is"
+ echo "advised. https://aur.archlinux.org/packages/paraview"
+ echo ""
+ echo "If you need other components of the ThirdParty bundle"
+ echo "it will have to be installed manually."
+ echo "See http://www.openfoam.com/download/source.php for details."
+}