summaryrefslogtreecommitdiff
path: root/pcr/openfoam3.0-git/openfoam.install
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-05-23 13:25:00 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-05-23 22:13:15 -0400
commit4c932f5681f154e2b9cd329a9b982d76642318fb (patch)
treec96463aee73d9b19075a6bd962956b9cf56588f8 /pcr/openfoam3.0-git/openfoam.install
parent78ec6d42322a48553456dfb54d0a2d2728c92e7c (diff)
downloadabslibre-4c932f5681f154e2b9cd329a9b982d76642318fb.tar.gz
abslibre-4c932f5681f154e2b9cd329a9b982d76642318fb.tar.bz2
abslibre-4c932f5681f154e2b9cd329a9b982d76642318fb.zip
[openfoam][openfoam3.0-git]: replace VCS package with versioned release v7
Diffstat (limited to 'pcr/openfoam3.0-git/openfoam.install')
-rw-r--r--pcr/openfoam3.0-git/openfoam.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/openfoam3.0-git/openfoam.install b/pcr/openfoam3.0-git/openfoam.install
deleted file mode 100644
index 939247c8f..000000000
--- a/pcr/openfoam3.0-git/openfoam.install
+++ /dev/null
@@ -1,20 +0,0 @@
-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 standard arch Paraview"
- echo "package is recommended."
- 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."
- echo ""
- echo "Also, to avoid conflict with 'R' from r-project.org, please"
- echo "type 'ofoam-3.0' to initialize the environment."
-}