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
Removed svn Id tag
[MPC.git]
/
config
/
mpich.mpb
blob
539242ef29d899d6ec6b07e1ccbb765711c44d5a
1
project {
2
includes += $(MPI_ROOT)/include $(MPI_ROOT)/include/mpi
3
libpaths += $(MPI_ROOT)/lib
4
requires += mpi
5
6
specific(prop:windows) {
7
lit_libs += mpi
8
} else {
9
lit_libs += mpich
10
}
11
}