1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/benchmarks/imb/files/patch-make__mpich
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

19 lines
384 B
Plaintext

--- make_mpich.orig 2016-07-27 14:58:51 UTC
+++ make_mpich
@@ -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 @@ endif
LIB_PATH =
LIBS =
CC = ${MPI_HOME}/bin/mpicc
-OPTFLAGS = -O3
+OPTFLAGS = ${CFLAGS}
CLINKER = ${CC}
LDFLAGS =
CPPFLAGS =