From 2ce442dac2a1b2b50791bb9083a3b298712e1ed1 Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Wed, 4 Jun 2008 14:52:25 +0100
Subject: [PATCH] removing references to mico

---
 bin/foamDiffSourceList   | 1 -
 bin/foamInstallationTest | 1 -
 bin/foamPack             | 1 -
 bin/foamPackBin          | 2 +-
 bin/foamPackChanged      | 1 -
 bin/foamPackSource       | 1 -
 wmake/wcleanAll          | 1 -
 wmake/wcleanMachine      | 4 ----
 8 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/bin/foamDiffSourceList b/bin/foamDiffSourceList
index 104a322bdc9..a517fdc033c 100755
--- a/bin/foamDiffSourceList
+++ b/bin/foamDiffSourceList
@@ -85,7 +85,6 @@ find -H $newDir                \
 | sed                          \
  -e "\@$newDir/.git/@d"        \
  -e "\@$newDir/lib/@d"         \
- -e "\@$newDir/src/other/mico-*/platforms@d"  \
  -e "\@$newDir/src/other/mpich-*/platforms@d" \
  -e "\@$newDir/src/other/mpich-*/lib@d"       \
  -e "\@$newDir/src/other/lam-*/platforms@d"   \
diff --git a/bin/foamInstallationTest b/bin/foamInstallationTest
index 49329c11ca9..72fc06e112f 100755
--- a/bin/foamInstallationTest
+++ b/bin/foamInstallationTest
@@ -532,7 +532,6 @@ reportEnv '$WM_DIR'           '$PATH' "yes"
 reportEnv '$CEI_HOME'         '$PATH' "no"
 echo ""
 reportEnv '$JAVA_PATH'        '$PATH' "no"
-reportEnv '$MICO_ARCH_PATH'   '$PATH' "yes"
 reportEnv '$LAM_ARCH_PATH'    '$PATH' "yes"
 reportEnv '$MPICH_ARCH_PATH'  '$PATH' "no"
 hline #--------------------
diff --git a/bin/foamPack b/bin/foamPack
index fcf6df3d81f..ee2dfaf6308 100755
--- a/bin/foamPack
+++ b/bin/foamPack
@@ -87,7 +87,6 @@ find -H $packDir               \
 | sed                          \
  -e "\@$packDir/.git/@d"       \
  -e "\@$packDir/lib/@d"        \
- -e "\@$packDir/src/other/mico-*/platforms@d"  \
  -e "\@$packDir/src/other/mpich-*/platforms@d" \
  -e "\@$packDir/src/other/mpich-*/lib@d"       \
  -e "\@$packDir/src/other/lam-*/platforms@d"   \
diff --git a/bin/foamPackBin b/bin/foamPackBin
index fbe80f0fc3f..f597a30dcdd 100755
--- a/bin/foamPackBin
+++ b/bin/foamPackBin
@@ -73,7 +73,7 @@ dirList=$(
       $packDir/lib/$arch \
       $packDir/applications/bin/$arch \
       $packDir/wmake/rules \
-      $packDir/src/other/{mico,mpich,lam,openmpi}-*/platforms/$arch \
+      $packDir/src/other/{mpich,lam,openmpi}-*/platforms/$arch \
       ;
    do
       [ -d $dir ] && echo $dir
diff --git a/bin/foamPackChanged b/bin/foamPackChanged
index 38fbb385519..0fa188d34ab 100755
--- a/bin/foamPackChanged
+++ b/bin/foamPackChanged
@@ -61,7 +61,6 @@ find -H $packDir               \
     -name "*.orig"             \
 | sed                          \
  -e "\@$packDir/lib/@d"        \
- -e "\@$packDir/src/other/mico-*/platforms@d"  \
  -e "\@$packDir/src/other/mpich-*/platforms@d" \
  -e "\@$packDir/src/other/mpich-*/lib@d"       \
  -e "\@$packDir/src/other/lam-*/platforms@d"   \
diff --git a/bin/foamPackSource b/bin/foamPackSource
index 3fa602cf1bd..46c2fee474a 100755
--- a/bin/foamPackSource
+++ b/bin/foamPackSource
@@ -76,7 +76,6 @@ find -H $packDir               \
 | sed                          \
  -e "\@$packDir/.git/@d"       \
  -e "\@$packDir/lib/@d"        \
- -e "\@$packDir/src/other/mico-*/platforms@d"  \
  -e "\@$packDir/src/other/mpich-*/platforms@d" \
  -e "\@$packDir/src/other/mpich-*/lib@d"       \
  -e "\@$packDir/src/other/lam-*/platforms@d"   \
diff --git a/wmake/wcleanAll b/wmake/wcleanAll
index b2354bac64d..4b8fc3cbb03 100755
--- a/wmake/wcleanAll
+++ b/wmake/wcleanAll
@@ -59,6 +59,5 @@ find . -depth -type d \( -name lnInclude -o -name ii_files -o -name Templates.DB
 find . \( -name exe -o -name log -o -name so_locations \) -exec rm {} \;
 
 # rm -rf src/mpich-${MPICH_VERSION}/platforms
-# rm -rf src/mico-${MICO_VERSION}/platforms
 
 #------------------------------------------------------------------------------
diff --git a/wmake/wcleanMachine b/wmake/wcleanMachine
index 57c9e91a9be..235964f2a50 100755
--- a/wmake/wcleanMachine
+++ b/wmake/wcleanMachine
@@ -72,9 +72,5 @@ fi
 #   rm -rf src/mpich-${MPICH_VERSION}/platforms/$1
 #fi
 
-#if [ src/mico-${MICO_VERSION}/platforms/$1 ]
-#then
-#   rm -rf src/mico-${MICO_VERSION}/platforms/$1
-#fi
 
 #------------------------------------------------------------------------------
-- 
GitLab