From 80a8867c54b1d215bcd7e9be3e0469d2977cd5cf Mon Sep 17 00:00:00 2001 From: Jay Fenlason Date: Tue, 9 Mar 2010 21:37:54 +0000 Subject: [PATCH] Forgot to remove the .pc.in file. --- openmpi.pc.in | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 openmpi.pc.in diff --git a/openmpi.pc.in b/openmpi.pc.in deleted file mode 100644 index 43b05d3..0000000 --- a/openmpi.pc.in +++ /dev/null @@ -1,7 +0,0 @@ -# pkg-config file for openmpi -Name: @NAME@ -Description: Open Message Passing Interface headers and libraries -URL: http://www.open-mpi.org/ -Version: @VERSION@-@CC@ -Libs: -L@LIBDIR@ -lmpi -Cflags: -I@INCDIR@ @MODEFLAG@