9 lines
154 B
Makefile
9 lines
154 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../mumps
|
|
|
|
WITH_MPI= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "../mumps/Makefile"
|