summaryrefslogtreecommitdiff
path: root/pcr/openfoam3.0-git/paraFoam.patch
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/paraFoam.patch
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/paraFoam.patch')
-rw-r--r--pcr/openfoam3.0-git/paraFoam.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/pcr/openfoam3.0-git/paraFoam.patch b/pcr/openfoam3.0-git/paraFoam.patch
deleted file mode 100644
index 1a43d606d..000000000
--- a/pcr/openfoam3.0-git/paraFoam.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- src/OpenFOAM-3.0.x/bin/paraFoam
-+++ src/OpenFOAM-3.0.x/bin/paraFoam
-@@ -124,21 +124,22 @@ done
- # Get the ParaView major version to select the appropriate readers
- version=`echo $ParaView_VERSION | sed -e 's/^\([0-9][0-9]*\).*$/\1/'`
-
--# Check that reader module has been built
--if [ $requirePV -eq 1 -a ! -f $PV_PLUGIN_PATH/libPV${version}FoamReader_SM.so ]
--then
-- cat<< BUILDREADER
-+# NOTE: For OpenFOAM built from AUR, paraview will already be installed
-+# with the required readers. No need to perform this check.
-+#if [ $requirePV -eq 1 -a ! -f $PV_PLUGIN_PATH/libPV${version}FoamReader_SM.so ]
-+#then
-+# cat<< BUILDREADER
-
--FATAL ERROR: ParaView reader module libraries do not exist
-+#FATAL ERROR: ParaView reader module libraries do not exist
-
--Please build the reader module before continuing:
--cd \$FOAM_UTILITIES/postProcessing/graphics/PV${version}Readers
--./Allwclean
--./Allwmake
-+#Please build the reader module before continuing:
-+#cd \$FOAM_UTILITIES/postProcessing/graphics/PV${version}Readers
-+#./Allwclean
-+#./Allwmake
-
--BUILDREADER
-- exit 1
--fi
-+#BUILDREADER
-+# exit 1
-+#fi
-
- # Check for --data=... argument
- hasDataArg()