]> git.pld-linux.org Git - packages/SuiteSparse_config.git/commitdiff
- teach UFconfig about system blas, fortran and metis
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 7 Dec 2007 01:34:48 +0000 (01:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SuiteSparse_config-config.patch -> 1.1

SuiteSparse_config-config.patch [new file with mode: 0644]

diff --git a/SuiteSparse_config-config.patch b/SuiteSparse_config-config.patch
new file mode 100644 (file)
index 0000000..3d65fc3
--- /dev/null
@@ -0,0 +1,32 @@
+diff -ur UFconfig/UFconfig.mk UFconfig-config/UFconfig.mk
+--- UFconfig/UFconfig.mk       2006-12-12 19:52:47.000000000 +0100
++++ UFconfig-config/UFconfig.mk        2007-12-07 02:27:46.000000000 +0100
+@@ -43,7 +43,7 @@
+ MV = mv -f
+ # Fortran compiler (not normally required)
+-F77 = f77
++F77 = gfortran
+ F77FLAGS = -O
+ F77LIB =
+@@ -73,7 +73,7 @@
+ # These settings will probably not work, since there is no fixed convention for
+ # naming the BLAS and LAPACK library (*.a or *.so) files.  Assume the Goto
+ # BLAS are available.
+-BLAS = -lgoto -lgfortran -lgfortranbegin
++BLAS = -lblas
+ LAPACK = -llapack
+ # The BLAS might not contain xerbla, an error-handling routine for LAPACK and
+@@ -102,8 +102,8 @@
+ # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
+ # You may wish to use an absolute path.  METIS is optional.  Compile
+ # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
+-METIS_PATH = ../../metis-4.0
+-METIS = ../../metis-4.0/libmetis.a
++METIS_PATH = /usr/include/metis
++METIS = -lmetis
+ # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
+ # options:
This page took 0.067391 seconds and 4 git commands to generate.