From 39e3b28f5a6da9aa8c39143b003471136eeb2488 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Mon, 7 Nov 2022 23:31:59 -0600 Subject: math/octave-forge-mpi: New port. Octave bindings for basic Message Passing Interface (MPI) functions for parallel computing. --- math/octave-forge-mpi/files/patch-Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/octave-forge-mpi/files/patch-Makefile (limited to 'math/octave-forge-mpi/files/patch-Makefile') diff --git a/math/octave-forge-mpi/files/patch-Makefile b/math/octave-forge-mpi/files/patch-Makefile new file mode 100644 index 000000000000..3c0b0f293782 --- /dev/null +++ b/math/octave-forge-mpi/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig 2019-03-06 23:19:54 UTC ++++ Makefile +@@ -1,7 +1,7 @@ + MPICC ?= mpicxx +-OFMPIINC ?= $(shell $(MPICC) -showme:compile | sed -e "s/-pthread/ /g") ++OFMPIINC ?= $(shell $(MPICC) -compile_info | sed -e "s/c++ //g") + MPIINC := $(OFMPIINC) +-OFMPILIBS ?= $(shell $(MPICC) -showme:link | sed -e "s/-pthread/ /g") ++OFMPILIBS ?= $(shell $(MPICC) -link_info | sed -e "s/c++ //g") + MPILIBS := $(OFMPILIBS) + MKOCTFILE ?= mkoctfile + -- cgit v1.2.3