From 6b9d7114d7b343b6d39a1f44829dc67ec164685e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Dec 20 2006 18:42:12 +0000 Subject: Add new lam-devel header path --- diff --git a/Bmake.inc b/Bmake.inc index 6ffcf01..4cc3b0e 100644 --- a/Bmake.inc +++ b/Bmake.inc @@ -94,7 +94,7 @@ # The directory to find the required communication library include files, # if they are required by your system. # ----------------------------------------------------------------------- - SYSINC = -I$(MPIINCdir) + SYSINC = -I$(MPIINCdir) -I$(MPIINCdir)/32 # --------------------------------------------------------------------------- # The Fortran 77 to C interface to be used. If you are unsure of the correct diff --git a/Bmake.inc.64bit b/Bmake.inc.64bit index 4b1e128..bc90fca 100644 --- a/Bmake.inc.64bit +++ b/Bmake.inc.64bit @@ -94,7 +94,7 @@ # The directory to find the required communication library include files, # if they are required by your system. # ----------------------------------------------------------------------- - SYSINC = -I$(MPIINCdir) + SYSINC = -I$(MPIINCdir) -I$(MPIINCdir)/64 # --------------------------------------------------------------------------- # The Fortran 77 to C interface to be used. If you are unsure of the correct diff --git a/blacs.spec b/blacs.spec index 84392fd..de27342 100644 --- a/blacs.spec +++ b/blacs.spec @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 24%{?dist} +Release: 24%{?dist}.1 License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -109,6 +109,9 @@ rm -fr ${RPM_BUILD_ROOT} %{_libdir}/libmpiblacs*.so %changelog +* Wed Dec 20 2006 Tom "spot" Callaway 1.1-24.1 +- updated bmake files to include new lam-devel header path + * Mon Sep 11 2006 Tom "spot" Callaway 1.1-24 - FC-5+ needs lam-devel as a BR