diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-09-15 05:45:32 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-09-15 05:45:32 +0000 |
commit | 3652f10ed1a6f3e9f08523620954e61ef63a9ea7 (patch) | |
tree | 070873bc4de14914d4289ae7c57cdeb874f21378 /science/openfoam/Makefile | |
parent | 0ac35f5deb8ea1ccac77e8a9c945c7a8fd75cf48 (diff) |
Notes
Diffstat (limited to 'science/openfoam/Makefile')
-rw-r--r-- | science/openfoam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/openfoam/Makefile b/science/openfoam/Makefile index ff2d0e64e6fc..503420a3583e 100644 --- a/science/openfoam/Makefile +++ b/science/openfoam/Makefile @@ -154,7 +154,7 @@ pre-configure: -e "s|2\.3\.11|${MICO_VER}|" \ -e "s|\$$MICO_PATH/platforms/\$$WM_OPTIONS|${LOCALBASE}|" \ -e "s|1\.2\.4|${MPICH_VER}|" \ - -e "s|\$$MPICH_PATH/platforms/\$$WM_OPTIONS|${LOCALBASE}/mpich|"\ + -e "s|\$$MPICH_PATH/platforms/\$$WM_OPTIONS|${LOCALBASE}/mpich2|"\ -e "s|7\.1\.1|${LAM_VER}|" \ -e "s|\$$LAMHOME/platforms/\$$WM_OPTIONS|${LOCALBASE}|" \ -e "s|^SOURCE |source |" \ |