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

Modified Files:
        atlas.info 
Log Message:
get testscript working also for mono-processors.
(had not been adjusted in a previous change)

Index: atlas.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/atlas.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- atlas.info  18 Aug 2008 01:32:28 -0000      1.17
+++ atlas.info  28 Aug 2008 22:49:53 -0000      1.18
@@ -45,7 +45,7 @@
 sed -i.bak -e '/PowerBook/,/RackMac/s,"c,"k,g' 
CONFIG/src/backend/archinfo_freebsd.c
 cd ..; ln -s lapack-3.1.1 LAPACK
 cd LAPACK
-sed -e 's,\.\./\.\./blas\$(PLAT)\.a,%b/../bld/lib/libptf77blas.a 
%b/../bld/lib/libptcblas.a %b/../bld/lib/libatlas.a,' \
+sed -e 's,\.\./\.\./blas\$(PLAT)\.a,%b/../bld/lib/libf77blas.a 
%b/../bld/lib/libcblas.a %b/../bld/lib/libatlas.a,' \
     -e 's|g77|gfortran|g' -e 's,^TIMER,\#TIMER,' -e '/INT_ETIME/s,^\# *,,' < 
INSTALL/make.inc.LINUX > make.inc
 <<
 CompileScript: <<
@@ -118,7 +118,10 @@
  # to get timing uncluttered by compilation times, we'll repeat the tests at 
the end of the log:
  rm {BLAS,TESTING}/*.out
  cd ../bld
- make -k test pttest time
+ if test -f libptcblas.a
+       then make -k test pttest time
+       else make -k test time
+ fi
  cd ../LAPACK
  time { make -k blas_testing; cd TESTING; make -k ; } || :
 # here: real 3m10.903s; user 2m55.622s; sys 0m15.570s  (average of 3)


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to