Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv29994

Modified Files:
        qrupdate.info 
Log Message:
sync with akh, use -framework Accelerate, FFLAGS += -ff2c


Index: qrupdate.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/qrupdate.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- qrupdate.info       25 Aug 2011 21:55:14 -0000      1.3
+++ qrupdate.info       26 Aug 2011 20:48:13 -0000      1.4
@@ -2,7 +2,7 @@
 Package: qrupdate%type_pkg[-shlibs]
 Type: -shlibs (-shlibs)
 Version: 1.1.1
-Revision: 0.06
+Revision: 0.07
 Source: mirror:sourceforge:%{Ni}/1.1/%{Ni}-%v.tar.gz
 Source-MD5: 7782c7ee6c234e56a72d6b86c1856fa0
 Description: QR and Cholesky decomposition library
@@ -27,18 +27,16 @@
        #!/bin/sh -ev
        sed -i.orig -e 's|/usr/local|%p|g' \
                -e '/FC/s|gfortran|&-fsf-4.6|' \
+               -e '/FFLAGS/s|-O3|-ff2c -g &|' \
+               -e 's|-lblas||' \
+               -e 's|-llapack||' \
                Makeconf
        sed -i.orig -e 's|install -D|install|g' src/Makefile
        # recursive parallel Makefiles please -- fangism
        sed -i.orig -e '/make -C/s|make|+&|' Makefile
-       darwin_vers=`uname -r | cut -d. -f1`
-       if [ $darwin_vers = 8 -o $darwin_vers = 9 ]
-       then
        sed -i.orig2 -e '/BLAS=/i\
-ATLAS_HOME=/Developer/SDKs/MacOSX10.4u.sdk/usr\
-LDFLAGS=-L$(ATLAS_HOME)/lib' Makeconf
+LDFLAGS=-framework Accelerate' Makeconf
        sed -i.orig -e '/FFLAGS.*LIBS/s|(FFLAGS)|& $(LDFLAGS)|' test/Makefile
-       fi
 <<
 
 CompileScript: <<
@@ -54,15 +52,15 @@
        make -j1 install-shlib install-staticlib DESTDIR=%d
 <<
 
-Shlibs:  %p/lib/libqrupdate.1.dylib 0.0.0 %n (>= 1.1.1-1)
+Shlibs:  %p/lib/lib%{Ni}.1.dylib 0.0.0 %n (>= 1.1.1-1)
 
 DocFiles: COPYING README
 
 SplitOff: <<
        Package: qrupdate-dev
+       Depends: %N (= %v-%r)
        Files: lib/*a lib/lib%{Ni}.dylib
        DocFiles: COPYING README
-       Depends: qrupdate-shlibs
        DescUsage: <<
                This package contains a static library, header, and 
                unversioned dylib.


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to