repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tue Oct 29 10:41:11 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git]
/
config
/
mpich.mpb
blob
c6f3e8216bc23b8c027270713095eabe458300ff
1
// $Id$
2
3
project {
4
includes += $(MPI_ROOT)/include $(MPI_ROOT)/include/mpi
5
libpaths += $(MPI_ROOT)/lib
6
requires += mpi
7
8
specific(prop:windows) {
9
lit_libs += mpi
10
} else {
11
lit_libs += mpich
12
}
13
}