summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-11-06 03:40:35 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-11-06 03:40:35 +0000
commit3396b6e16eb09839a83ba31587d0cb7d2f91f95d (patch)
tree909b4875d5da450a3d6a237b3ec94165adb87810
parent932e59a9c71137692c46f926f4362da1444756d5 (diff)
downloadMPC-3396b6e16eb09839a83ba31587d0cb7d2f91f95d.tar.gz
ChangeLogTag: Fri Nov 6 03:39:51 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--config/mpich.mpb4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 882dff77..67c752ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Nov 6 03:39:51 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
+
+ * config/mpich.mpb:
+
+ Added an include path and remove an unnecessary library (for
+ non-windows project types).
+
Thu Nov 5 19:39:35 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
* modules/ProjectCreator.pm:
diff --git a/config/mpich.mpb b/config/mpich.mpb
index 69bb8f9c..c6f3e821 100644
--- a/config/mpich.mpb
+++ b/config/mpich.mpb
@@ -1,13 +1,13 @@
// $Id$
project {
- includes += $(MPI_ROOT)/include
+ includes += $(MPI_ROOT)/include $(MPI_ROOT)/include/mpi
libpaths += $(MPI_ROOT)/lib
requires += mpi
specific(prop:windows) {
lit_libs += mpi
} else {
- lit_libs += mpich pmpich
+ lit_libs += mpich
}
}