forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
404 B
Text
18 lines
404 B
Text
--- make_mpich.orig Thu Jun 22 09:43:10 2006
|
|
+++ make_mpich Sun Nov 19 14:11:11 2006
|
|
@@ -1,5 +1,5 @@
|
|
# Enter root directory of mpich install
|
|
-MPI_HOME=
|
|
+#MPI_HOME=
|
|
|
|
MPICC=$(shell find ${MPI_HOME} -name mpicc -print)
|
|
|
|
@@ -12,7 +12,7 @@
|
|
LIB_PATH =
|
|
LIBS =
|
|
CC = ${MPI_HOME}/bin/mpicc
|
|
-OPTFLAGS = -O3
|
|
+OPTFLAGS = ${CFLAGS}
|
|
CLINKER = ${CC}
|
|
LDFLAGS =
|
|
CPPFLAGS =
|