diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-28 20:30:19 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-28 20:30:19 +0000 |
commit | 13139552828c9ff308252b14f1204a00e7befe24 (patch) | |
tree | db6c803379b3619f664fef1502bc9b13f1130293 /sci-libs/superlu/files | |
parent | Version bump. (diff) | |
download | historical-13139552828c9ff308252b14f1204a00e7befe24.tar.gz historical-13139552828c9ff308252b14f1204a00e7befe24.tar.bz2 historical-13139552828c9ff308252b14f1204a00e7befe24.zip |
Fixed patch for missing includes bug #349783. Changed the pkg-config cflags value.
Package-Manager: portage-2.1.9.26/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/superlu/files')
-rw-r--r-- | sci-libs/superlu/files/superlu-4.1-autotools.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/superlu/files/superlu-4.1-autotools.patch b/sci-libs/superlu/files/superlu-4.1-autotools.patch index dab5e4fbf129..e2510234ffe8 100644 --- a/sci-libs/superlu/files/superlu-4.1-autotools.patch +++ b/sci-libs/superlu/files/superlu-4.1-autotools.patch @@ -452,7 +452,7 @@ diff -Nur SuperLU_4.1.orig/SRC/Makefile.am SuperLU_4.1/SRC/Makefile.am + slu_cdefs.h \ + slu_ddefs.h \ + slu_sdefs.h \ -+ slu_zdefs.h ++ slu_zdefs.h \ + slu_Cnames.h \ + slu_dcomplex.h \ + slu_scomplex.h \ @@ -572,4 +572,4 @@ diff -Nur SuperLU_4.1.orig/superlu.pc.in SuperLU_4.1/superlu.pc.in +Libs: -L${libdir} -lsuperlu +Libs.private: -lm @FLIBS@ +Requires: blas -+Cflags: -I${includedir} ++Cflags: -I${includedir}/superlu |