From d165e6c0f9f89a45265225adf4361b8033751050 Mon Sep 17 00:00:00 2001 From: Elke Flehmig Date: Mon, 22 Apr 2013 09:48:51 +0000 Subject: [PATCH] added patch for Makefile on cray --- packages/numlib/parmetis/4.0.2_Makefile_patch_cray | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/numlib/parmetis/4.0.2_Makefile_patch_cray diff --git a/packages/numlib/parmetis/4.0.2_Makefile_patch_cray b/packages/numlib/parmetis/4.0.2_Makefile_patch_cray new file mode 100644 index 0000000..0633c8d --- /dev/null +++ b/packages/numlib/parmetis/4.0.2_Makefile_patch_cray @@ -0,0 +1,6 @@ +11,12c11,12 +< cc = mpicc +< cxx = mpicxx +--- +> cc = cc +> cxx = CC