1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix the build with mpich2.

Reported by:	pointyhat via Kris
This commit is contained in:
Thierry Thomas 2006-09-15 05:45:32 +00:00
parent 0ac35f5deb
commit 3652f10ed1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173094
2 changed files with 8 additions and 1 deletions

View File

@ -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 |" \

View File

@ -0,0 +1,7 @@
--- wmake/rules/FreeBSD/mplibMPICH.orig Mon Nov 22 18:30:37 2004
+++ wmake/rules/FreeBSD/mplibMPICH Thu Sep 14 22:48:09 2006
@@ -1,3 +1,3 @@
-PFLAGS =
+PFLAGS = -DMPICH_SKIP_MPICXX
PINC = -I$(MPICH_ARCH_PATH)/include
PLIBS = -L$(MPICH_ARCH_PATH)/lib -lmpich