1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/math/parmetis/files/patch-ab
Steve Price d6b3478d77 Initial import of ParMetis version 2.0.
A package for parallel (mpi) unstructured graph partitioning.

PR:		11783
Submitted by:	Eoin Lawless <eoin@maths.tcd.ie>
1999-06-09 01:47:33 +00:00

20 lines
386 B
Plaintext

--- Makefile.in.orig Tue Jun 8 02:31:34 1999
+++ Makefile.in Tue Jun 8 02:32:10 1999
@@ -1,6 +1,6 @@
# Which compiler to use
-CC = mpicc
+CC = ${PREFIX}/mpich/bin/mpicc
# What optimization level to use
@@ -13,7 +13,7 @@
COPTIONS =
# Which loader to use
-LD = mpicc
+LD = ${PREFIX}/mpich/bin/mpicc
# In which directories to look for any additional libraries
LIBDIR =