Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16184

Modified Files:
        suitesparse.patch 
Log Message:
update to 4.0.2 and implement sharedlibs ala Fedora

Index: suitesparse.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/suitesparse.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- suitesparse.patch   30 Jun 2012 18:59:06 -0000      1.3
+++ suitesparse.patch   2 Apr 2013 14:56:46 -0000       1.4
@@ -18,19 +18,18 @@
  
  #undef ASSERT
  #ifndef NDEBUG
-diff -Nurd SuiteSparse/UFconfig/UFconfig.mk 
SuiteSparse.patched/UFconfig/UFconfig.mk
---- SuiteSparse/UFconfig/UFconfig.mk   2011-12-08 12:19:48.000000000 -0700
-+++ SuiteSparse.patched/UFconfig/UFconfig.mk   2012-06-22 09:08:56.000000000 
-0700
-@@ -71,7 +71,7 @@
+--- SuiteSparse/SuiteSparse_config/SuiteSparse_config.mk.orig  2013-03-31 
12:47:50.000000000 -0400
++++ SuiteSparse/SuiteSparse_config/SuiteSparse_config.mk       2013-03-31 
12:57:59.000000000 -0400
+@@ -77,7 +77,7 @@
  F77LIB =
  
- # C and Fortran libraries
--LIB = -lm
-+# LIB = -lm
+ # C and Fortran libraries.  Remove -lrt if you don't have it.
+-  LIB = -lm -lrt
++#  LIB = -lm -lrt
+ # Using the following requires CF = ... -DNTIMER on POSIX C systems.
+ # LIB = -lm
  
- # For "make install"
- INSTALL_LIB = /usr/local/lib
-@@ -108,8 +108,8 @@
+@@ -106,8 +106,8 @@
  # naming the BLAS and LAPACK library (*.a or *.so) files.
  
  # This is probably slow ... it might connect to the Standard Reference BLAS:
@@ -41,23 +40,23 @@
  
  # NOTE: this next option for the "Goto BLAS" has nothing to do with a "goto"
  # statement.  Rather, the Goto BLAS is written by Dr. Kazushige Goto.
-@@ -148,8 +148,8 @@
+@@ -162,8 +162,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 = 
-+METIS = 
++METIS_PATH =
++METIS =
  
  
#------------------------------------------------------------------------------
  # UMFPACK configuration:
-@@ -211,10 +211,10 @@
+@@ -222,10 +222,10 @@
  # -DNSUNPERF      for Solaris only.  If defined, do not use the Sun
  #                     Performance Library
  
--CHOLMOD_CONFIG =
-+# CHOLMOD_CONFIG =
+-CHOLMOD_CONFIG = $(GPU_CONFIG)
++# CHOLMOD_CONFIG = $(GPU_CONFIG)
  
  # uncomment this line to compile CHOLMOD without METIS:
 -# CHOLMOD_CONFIG = -DNPARTITION
@@ -65,24 +64,22 @@
  
  
#------------------------------------------------------------------------------
  # SuiteSparseQR configuration:
-@@ -228,7 +228,7 @@
+@@ -238,9 +238,10 @@
  # -DHAVE_TBB        enable the use of Intel's Threading Building Blocks (TBB)
  
  # default, without timing, without TBB:
 -SPQR_CONFIG =
++# SPQR_CONFIG =
+ # with TBB:
+ # SPQR_CONFIG = -DHAVE_TBB
 +SPQR_CONFIG = -DNPARTITION
- # with timing and TBB:
- # SPQR_CONFIG = -DTIMING -DHAVE_TBB
- # with timing
-@@ -348,11 +348,11 @@
- # Macintosh
- 
#------------------------------------------------------------------------------
  
--# CC = gcc
--# CFLAGS = -O3 -fno-common -no-cpp-precomp -fexceptions
--# LIB = -lstdc++
--# BLAS = -framework Accelerate
--# LAPACK = -framework Accelerate
+ # This is needed for IBM AIX: (but not for and C codes, just C++)
+ # SPQR_CONFIG = -DBLAS_NO_UNDERSCORE
+@@ -314,6 +315,11 @@
+ # BLAS = -framework Accelerate
+ # LAPACK = -framework Accelerate
+ # LIB = -lm
 +CC = gcc
 +CFLAGS = -O3 -fno-common -no-cpp-precomp -fexceptions
 +LIB = -lstdc++
@@ -90,4 +87,4 @@
 +LAPACK = -framework Accelerate
  
  
#------------------------------------------------------------------------------
- # IBM RS 6000
+ # Solaris


------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to