Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv10994

Modified Files:
        atlas.info 
Log Message:
for now rename the dylib to some
unrecognisable name, to avoid octave linking to it, and becoming a different 
package

Index: atlas.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/atlas.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- atlas.info  6 Nov 2007 02:07:29 -0000       1.5
+++ atlas.info  7 Nov 2007 04:23:06 -0000       1.6
@@ -1,6 +1,6 @@
 Package: atlas
 Version: 3.8.0
-Revision: 1
+Revision: 2
 Description: Portably optimal linear algebra software
 DescDetail: <<
 The current version provides a complete BLAS and LAPACK API.
@@ -97,7 +97,7 @@
  ###
  # for now, we make an exported symbols list out of the external symbols of 
liblapack, libptcblas and libptf77blas
   nm -mfg  liblapack.a libptf77blas.a libptcblas.a|fgrep ' (__TEXT,__text) 
external '|cut -f4 -d' ' > lst
-  gfortran -dynamiclib -single_module -all_load -install_name 
%p/lib/libatlas.dylib -o libatlas.dylib \
+  gfortran -dynamiclib -single_module -all_load -install_name 
%p/lib/liblapack_atlas.dylib -o liblapack_atlas.dylib \
        liblapack.a libptf77blas.a libptcblas.a libatlas.a -Wl,-x -dead_strip 
-exported_symbols_list lst -m
  # lib still has %p/lib/gcc4.2/lib/libgcc_s.1.dylib unnecessarily among its 
load commands _
  # don't know yet how to remove that cleanly (except by issuing the ld command 
myself ..)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to