From ef0315e0f53cd7332d8987e8f0ac2844573e3701 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 14 Oct 2010 09:06:51 +0200 Subject: libcap, port nettoƩ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/lapack/blas-link.patch | 24 ------------------- extra/lapack/make.inc.archlinux | 51 ----------------------------------------- 2 files changed, 75 deletions(-) delete mode 100644 extra/lapack/blas-link.patch delete mode 100644 extra/lapack/make.inc.archlinux (limited to 'extra/lapack') diff --git a/extra/lapack/blas-link.patch b/extra/lapack/blas-link.patch deleted file mode 100644 index 7770142be..000000000 --- a/extra/lapack/blas-link.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur lapack-3.2.old/SRC/Makefile lapack-3.2/SRC/Makefile ---- lapack-3.2.old/SRC/Makefile 2009-02-04 11:33:35.006839507 +0100 -+++ lapack-3.2/SRC/Makefile 2009-02-04 11:33:51.987551506 +0100 -@@ -367,7 +367,7 @@ - $(ALLAUX) - - ../$(LAPACKLIB): $(ALLOBJ) $(ALLXOBJ) -- $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ) $(ALLXOBJ) -+ $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ) $(ALLXOBJ) -lblas - $(RANLIB) $@ - - single: $(SLASRC) $(ALLAUX) $(SCLAUX) -diff -Naur lapack-3.2.old/TESTING/MATGEN/Makefile lapack-3.2/TESTING/MATGEN/Makefile ---- lapack-3.2.old/TESTING/MATGEN/Makefile 2009-02-04 11:35:10.426806473 +0100 -+++ lapack-3.2/TESTING/MATGEN/Makefile 2009-02-04 11:34:42.850565181 +0100 -@@ -60,7 +60,7 @@ - - ../../$(TMGLIB): $(SMATGEN) $(CMATGEN) $(SCATGEN) $(DMATGEN) \ - $(ZMATGEN) $(DZATGEN) -- $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ) -+ $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ) -lblas - $(RANLIB) $@ - - single: $(SMATGEN) $(SCATGEN) diff --git a/extra/lapack/make.inc.archlinux b/extra/lapack/make.inc.archlinux deleted file mode 100644 index a26a8cde1..000000000 --- a/extra/lapack/make.inc.archlinux +++ /dev/null @@ -1,51 +0,0 @@ -# make include file addapted for archlinux - damir@archlinux.org 20061212 -#################################################################### -# LAPACK make include file. # -# LAPACK, Version 3.0 # -# June 30, 1999 # -#################################################################### -# -# See the INSTALL/ directory for more examples. -# -SHELL = /bin/sh -# -# The machine (platform) identifier to append to the library names -# -PLAT = -# -# Modify the FORTRAN and OPTS definitions to refer to the -# compiler and desired compiler options for your machine. NOOPT -# refers to the compiler options desired when NO OPTIMIZATION is -# selected. Define LOADER and LOADOPTS to refer to the loader and -# desired load options for your machine. -# -FORTRAN = gfortran -OPTS = -O2 -DRVOPTS = $(OPTS) -NOOPT = -O0 -LOADER = gfortran -LOADOPTS = -# -# Timer for the SECOND and DSECND routines -# -TIMER = INT_ETIME -# -# The archiver and the flag(s) to use when building archive (library) -# If you system has no ranlib, set RANLIB = echo. -# -ARCH = gfortran -# ar -ARCHFLAGS= -shared -o -# cr -RANLIB = echo -# ranlib -# -# The location of the libraries to which you will link. (The -# machine-specific, optimized BLAS library should be used whenever -# possible.) -# -BLASLIB = -lblas -LAPACKLIB = liblapack.so.3 -TMGLIB = libtmglib.so.3 -EIGSRCLIB = libeigsrc.so.3 -LINSRCLIB = liblinsrc.so.3 -- cgit v1.2.3-70-g09d2