public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/superlu/files: superlu-4.1-autotools.patch
@ 2010-12-28 20:30 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2010-12-28 20:30 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/12/28 20:30:19

  Modified:             superlu-4.1-autotools.patch
  Log:
  Fixed patch for missing includes bug #349783. Changed the pkg-config cflags value.
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-libs/superlu/files/superlu-4.1-autotools.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch?r1=1.1&r2=1.2

Index: superlu-4.1-autotools.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- superlu-4.1-autotools.patch	12 Dec 2010 18:27:42 -0000	1.1
+++ superlu-4.1-autotools.patch	28 Dec 2010 20:30:19 -0000	1.2
@@ -452,7 +452,7 @@
 +	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 @@
 +Libs: -L${libdir} -lsuperlu 
 +Libs.private: -lm @FLIBS@
 +Requires: blas
-+Cflags: -I${includedir}
++Cflags: -I${includedir}/superlu






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/superlu/files: superlu-4.1-autotools.patch
@ 2011-03-21 23:49 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-03-21 23:49 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/03/21 23:49:55

  Modified:             superlu-4.1-autotools.patch
  Log:
  New upstream tar ball, adjusting the autotools patch
  
  (Portage version: 2.1.9.43/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-libs/superlu/files/superlu-4.1-autotools.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch?r1=1.2&r2=1.3

Index: superlu-4.1-autotools.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/superlu/files/superlu-4.1-autotools.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- superlu-4.1-autotools.patch	28 Dec 2010 20:30:19 -0000	1.2
+++ superlu-4.1-autotools.patch	21 Mar 2011 23:49:55 -0000	1.3
@@ -1,6 +1,6 @@
 diff -Nur SuperLU_4.1.orig/ax_blas.m4 SuperLU_4.1/ax_blas.m4
 --- SuperLU_4.1.orig/ax_blas.m4	1970-01-01 01:00:00.000000000 +0100
-+++ SuperLU_4.1/ax_blas.m4	2010-12-12 17:41:08.000000000 +0000
++++ SuperLU_4.1/ax_blas.m4	2011-03-21 23:42:42.000000000 +0000
 @@ -0,0 +1,201 @@
 +# ===========================================================================
 +#          http://www.gnu.org/software/autoconf-archive/ax_blas.html
@@ -205,7 +205,7 @@
 +])dnl AX_BLAS
 diff -Nur SuperLU_4.1.orig/configure.ac SuperLU_4.1/configure.ac
 --- SuperLU_4.1.orig/configure.ac	1970-01-01 01:00:00.000000000 +0100
-+++ SuperLU_4.1/configure.ac	2010-12-12 17:41:31.000000000 +0000
++++ SuperLU_4.1/configure.ac	2011-03-21 23:42:42.000000000 +0000
 @@ -0,0 +1,16 @@
 +# -*- Autoconf -*-
 +AC_PREREQ(2.59)
@@ -224,8 +224,8 @@
 +AC_CONFIG_FILES([Makefile SRC/Makefile superlu.pc])
 +AC_OUTPUT
 diff -Nur SuperLU_4.1.orig/EXAMPLE/Makefile SuperLU_4.1/EXAMPLE/Makefile
---- SuperLU_4.1.orig/EXAMPLE/Makefile	2010-08-11 23:40:19.000000000 +0100
-+++ SuperLU_4.1/EXAMPLE/Makefile	2010-12-12 17:50:34.000000000 +0000
+--- SuperLU_4.1.orig/EXAMPLE/Makefile	2011-03-21 23:42:28.000000000 +0000
++++ SuperLU_4.1/EXAMPLE/Makefile	2011-03-21 23:42:42.000000000 +0000
 @@ -1,4 +1,3 @@
 -include ../make.inc
  
@@ -390,10 +390,11 @@
  clean:	
  	rm -f *.o *linsol *linsol1 *linsolx *linsolx1 *linsolx2 \
 diff -Nur SuperLU_4.1.orig/FORTRAN/Makefile SuperLU_4.1/FORTRAN/Makefile
---- SuperLU_4.1.orig/FORTRAN/Makefile	2010-08-11 23:40:19.000000000 +0100
-+++ SuperLU_4.1/FORTRAN/Makefile	2010-12-12 17:50:23.000000000 +0000
-@@ -1,28 +1,27 @@
+--- SuperLU_4.1.orig/FORTRAN/Makefile	2011-03-21 23:42:29.000000000 +0000
++++ SuperLU_4.1/FORTRAN/Makefile	2011-03-21 23:45:29.000000000 +0000
+@@ -1,12 +1,12 @@
 -include ../make.inc
++#include ../make.inc
  
  #######################################################################
  #  This makefile creates the Fortran example interface to use the
@@ -402,35 +403,38 @@
  
 -HEADER   = ../SRC
 -LIBS	= $(SUPERLULIB) $(BLASLIB) -lm
-+HEADER  = $(shell pkg-config --cflags superlu)
++HEADER   = $(shell pkg-config --cflags superlu)
 +LIBS	= $(shell pkg-config --libs superlu)
  
+ # double real
  F77EXM	= f77_main.o hbcode1.o c_fortran_dgssv.o
+@@ -17,19 +17,19 @@
+ all:	f77exm zf77exm
  
- all:	f77exm
- 
--f77exm: $(F77EXM) $(SUPERLULIB)
+ f77exm: $(F77EXM) $(SUPERLULIB)
 -	$(FORTRAN) $(LOADOPTS) $(F77EXM) $(LIBS) -o $@
-+f77exm: $(F77EXM)
 +	$(FC) $(LDFLAGS) $(F77EXM) $(LIBS) -o $@
  
+ zf77exm: $(ZF77EXM) $(SUPERLULIB)
+ 	$(FORTRAN) $(LOADOPTS) $(ZF77EXM) $(LIBS) -o $@
+ 
  c_fortran_zgssv.o: c_fortran_zgssv.c
 -	$(CC) $(CFLAGS) $(CDEFS) -I$(HEADER) -c $< $(VERBOSE)
 +	$(CC) $(CFLAGS) $(CDEFS) $(HEADER) -c $< $(VERBOSE)
  
  .c.o:
 -	$(CC) $(CFLAGS) $(CDEFS) -I$(HEADER) -c $< $(VERBOSE)
-+	$(CC) $(CFLAGS) $(CDEFS) -c $< $(VERBOSE)
++	$(CC) $(CFLAGS) $(CDEFS) $(HEADER) -c $< $(VERBOSE)
  
  .f.o:
 -	$(FORTRAN) $(FFLAGS) -c $< $(VERBOSE)
 +	$(FC) $(FFLAGS) -c $< $(VERBOSE)
  
  clean:	
- 	rm -f *.o f77exm
+ 	rm -f *.o f77exm zf77exm
 diff -Nur SuperLU_4.1.orig/Makefile.am SuperLU_4.1/Makefile.am
 --- SuperLU_4.1.orig/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ SuperLU_4.1/Makefile.am	2010-12-12 17:47:31.000000000 +0000
++++ SuperLU_4.1/Makefile.am	2011-03-21 23:42:42.000000000 +0000
 @@ -0,0 +1,4 @@
 +SUBDIRS = SRC
 +
@@ -438,7 +442,7 @@
 +pkgconfig_DATA = superlu.pc
 diff -Nur SuperLU_4.1.orig/SRC/Makefile.am SuperLU_4.1/SRC/Makefile.am
 --- SuperLU_4.1.orig/SRC/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ SuperLU_4.1/SRC/Makefile.am	2010-12-12 18:00:18.000000000 +0000
++++ SuperLU_4.1/SRC/Makefile.am	2011-03-21 23:42:42.000000000 +0000
 @@ -0,0 +1,116 @@
 +AM_CPPFLAGS = -DAdd_
 +
@@ -558,7 +562,7 @@
 +##################################
 diff -Nur SuperLU_4.1.orig/superlu.pc.in SuperLU_4.1/superlu.pc.in
 --- SuperLU_4.1.orig/superlu.pc.in	1970-01-01 01:00:00.000000000 +0100
-+++ SuperLU_4.1/superlu.pc.in	2010-12-12 17:44:43.000000000 +0000
++++ SuperLU_4.1/superlu.pc.in	2011-03-21 23:42:42.000000000 +0000
 @@ -0,0 +1,13 @@
 +prefix=@prefix@
 +exec_prefix=@exec_prefix@






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/superlu/files: superlu-4.1-autotools.patch
@ 2015-05-13  7:22 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2015-05-13  7:22 UTC (permalink / raw
  To: gentoo-commits

jlec        15/05/13 07:22:46

  Removed:              superlu-4.1-autotools.patch
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-13  7:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13  7:22 [gentoo-commits] gentoo-x86 commit in sci-libs/superlu/files: superlu-4.1-autotools.patch Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-21 23:49 Sebastien Fabbro (bicatali)
2010-12-28 20:30 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox