<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-3907</id>
	<title>Nabble - math-atlas-devel</title>
	<updated>2009-12-05T18:31:47Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/math-atlas-devel-f3907.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/math-atlas-devel-f3907.html" />
	<subtitle type="html">Mailing list archive for math-atlas-devel</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26661673</id>
	<title>3.9.18</title>
	<published>2009-12-05T18:31:47Z</published>
	<updated>2009-12-05T18:31:47Z</updated>
	<author>
		<name>Clint Whaley</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;&lt;br&gt;OK, a *lot* later than I'd hoped, I have released 3.9.18. &amp;nbsp;There are
&lt;br&gt;a lot of bug fixes (including a bug in GEMM threading), and I have also
&lt;br&gt;made the QR tuning automatic, since QR is built into ATLAS now. &amp;nbsp;This adds
&lt;br&gt;something like an hour to the install if you don't use arch defs. &amp;nbsp;We may be
&lt;br&gt;able to improve this further later (the QR tuning has already been sped up
&lt;br&gt;quite a bit for most platforms). &amp;nbsp;You can still turn of all lapack tuning
&lt;br&gt;by throwing the -Si latune 0 flag to configure.
&lt;br&gt;&lt;br&gt;ChangeLog is below.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Clint
&lt;br&gt;&lt;br&gt;ATLAS 3.9.18 released 12/05/09, changes from 3.9.17
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Found &amp; fixed error in threaded GEMM
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Fixed bug where lanbtst_pt didn't set NB
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Modified mmksearch_sse.c to try gcc &amp; sse flags if native compiler
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;can't handle the generated files.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Rewrote LAPACK/QR NB tuning
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- now uses ATLAS/tune/lapack/lanbsrch rather than bin/lanbtst (faster)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Now done by default
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Numerous errors fixed involving architecture default timing (all levels)
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Modified atlas_install to keep track of times for every part of install,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;so we can see where time is spent
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Architectural default related changes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Fixed ArchNew target in building arch defs to negate .sum files
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Core264SSE &amp; AMD64K10h64SSE needed negative values in .sum files
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Updated Core264SSE, AMD64K10h64SSE, HAMMER64SSE3 to get new threaded
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lapack, and full .sum support
&lt;br&gt;&lt;br&gt;&lt;br&gt;**************************************************************************
&lt;br&gt;** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
&lt;br&gt;**************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Join us December 9, 2009 for the Red Hat Virtual Experience,
&lt;br&gt;a free event focused on virtualization and cloud computing. 
&lt;br&gt;Attend in-depth sessions from your desk. Your couch. Anywhere.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/redhat-sfdev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/redhat-sfdev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26661673&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.9.18-tp26661673p26661673.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26364532</id>
	<title>QR &amp; ATLAS 3.9.17</title>
	<published>2009-11-15T14:56:15Z</published>
	<updated>2009-11-15T14:56:15Z</updated>
	<author>
		<name>Clint Whaley</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;&lt;br&gt;I am very happy to announce the release of ATLAS 3.9.17. &amp;nbsp;This is the first
&lt;br&gt;release to feature full support for two projects being worked on by MS
&lt;br&gt;students here at UTSA. &amp;nbsp;
&lt;br&gt;&lt;br&gt;The first you know about from previous releases: the SSE GEMM generator. &amp;nbsp;
&lt;br&gt;However, in prior releases it did not work for CGEMM. &amp;nbsp;Chad Zalkin (the author)
&lt;br&gt;has fixed, and so now ATLAS can generate SSE code in all four precisions. &amp;nbsp;This
&lt;br&gt;produces a noticable speedup on the Core2 (and, I suspect, all SSE3-enabled
&lt;br&gt;Intel chips). &amp;nbsp;I have updated the Core264SSE3 arch defs to use this new
&lt;br&gt;kernel.
&lt;br&gt;&lt;br&gt;Totally new in this release is that ATLAS now has native support for all
&lt;br&gt;QR factorization variants (QR, QL, RQ, LQ). &amp;nbsp;This code was written by
&lt;br&gt;Siju Samuel (based on work by Elmroth &amp; Gustavson), with some help from
&lt;br&gt;Tony Castaldo &amp; myself. &amp;nbsp;ATLAS's new implementation improves over LAPACK
&lt;br&gt;by using recursion within the panel factorization and in the formation of T.
&lt;br&gt;This helps a lot for strongly overdetermined systems, relatively small
&lt;br&gt;problems, or parallel runs. &amp;nbsp;To give you an idea what it does for large
&lt;br&gt;problems (usually its worst case), the following table shows % improvement from
&lt;br&gt;3.9.16 in QR performance, for M=N=2000 for serial, and M=N=4000 for parallel
&lt;br&gt;(AMD is 4-processor, intel is 8):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SREAL &amp;nbsp; DREAL &amp;nbsp; SCPLX &amp;nbsp; DCPLX
&lt;br&gt;core2_1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1% &amp;nbsp; &amp;nbsp; &amp;nbsp;3% &amp;nbsp; &amp;nbsp; 15% &amp;nbsp; &amp;nbsp; &amp;nbsp;4%
&lt;br&gt;core2_8 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 13% &amp;nbsp; &amp;nbsp; 20% &amp;nbsp; &amp;nbsp; 62% &amp;nbsp; &amp;nbsp; 38%
&lt;br&gt;k10h_1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2% &amp;nbsp; &amp;nbsp; &amp;nbsp;2% &amp;nbsp; &amp;nbsp; &amp;nbsp;9% &amp;nbsp; &amp;nbsp; &amp;nbsp;3%
&lt;br&gt;k10h_4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20% &amp;nbsp; &amp;nbsp; 16% &amp;nbsp; &amp;nbsp; 36% &amp;nbsp; &amp;nbsp; 22%
&lt;br&gt;&lt;br&gt;&lt;br&gt;The huge 62% improvement on the 8-processor core2 is so much large than
&lt;br&gt;the AMD machines because Chad's generator speeds the CGEMM kernel up on
&lt;br&gt;intels, in addition to the QR improvements that everyone else got.
&lt;br&gt;&lt;br&gt;The QR routines have both F77 and C interfaces, and for C it supports both
&lt;br&gt;row- and column-major. &amp;nbsp;However, most people will still need to install
&lt;br&gt;LAPACK, because while we have all the factorizations, we are still working
&lt;br&gt;on the higher level GELS, which is how most people call the Householder
&lt;br&gt;factorizations.
&lt;br&gt;&lt;br&gt;We are still working on QR, and this is definitely a BETA release. &amp;nbsp;Please
&lt;br&gt;let me know what performance you see. &amp;nbsp;If you are not on an AMD64K10h64SSE3
&lt;br&gt;or Core264SSE3, then you'll need to retune your QR NB to get maximum
&lt;br&gt;performance (a process that can take hours). &amp;nbsp;If you want to do this,
&lt;br&gt;after your install replace all BLDdir/include/atlas_*GetNB_geqrf.h 
&lt;br&gt;with empty files (0 lines, 0 characters), and then issue:
&lt;br&gt;&amp;nbsp; &amp;nbsp;make ILATune pre=d ; make ILATune pre=s ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp;make ILATune pre=z ; make ILATune pre=c
&lt;br&gt;in your BLDdir/bin directory.
&lt;br&gt;&lt;br&gt;I also put in some workarounds for the gcc compiler error that was killing
&lt;br&gt;the windows (and a few unix) folks, and fixed several reported bugs.
&lt;br&gt;The ChangeLog is included below.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Clint
&lt;br&gt;&lt;br&gt;ATLAS 3.9.17 released 11/15/09, changes from 3.9.16
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Chad's SSE GEMM generator now works for CGEMM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Provides faster (CGEMM) arch defs for Core264SSE3
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Addition of householder factorizations (mostly written by Siju Samuel):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- F77 &amp; C interface, C supports row/col- major
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- GEQRF GEQLF GERQF GELQF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- tester is qrtst.c in ATLAS/bin/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Retuned LAPACK's QR NB arch defs for AMD64K10h64SSE3 &amp; Core264SSE3
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Fixed seg fault in ummsearch caused by mmksearch_sse failure
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Rewrote Write[MM,MV,R1]File to get around gcc bug
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Fixed bugs in ATLAS/src/auxil/[ge,tr]collapse
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Fixed bug in ATLAS/tune/blas/ger/CASES/ATL_zgerk_1x4_sse3.c
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Renamed xatlas_install -&amp;gt; xatlas_build, to get around Windows 7
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;security-through-stupidity&amp;quot; misfeature
&lt;br&gt;&lt;br&gt;**************************************************************************
&lt;br&gt;** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
&lt;br&gt;**************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26364532&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/QR---ATLAS-3.9.17-tp26364532p26364532.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26161552</id>
	<title>Re: Building libblas.so.3</title>
	<published>2009-11-02T02:17:31Z</published>
	<updated>2009-11-02T02:17:31Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">On 30/10/09 15:35, Clint Whaley wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jess,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Would it be possible to have the default ATLAS build create the 
&lt;br&gt;&amp;gt;&amp;gt; libblas.a and libblas.so libraries? &amp;nbsp;The easy fix is to create a dummy 
&lt;br&gt;&amp;gt;&amp;gt; libblas.so that is linked against the required ATLAS libraries, 
&lt;br&gt;&amp;gt;&amp;gt; presumably libatlas.so and lib(pt)cblas.so. &amp;nbsp;This is so that several 
&lt;br&gt;&amp;gt;&amp;gt; other projects that rely on on BLAS/LAPACK can use ATLAS without changes 
&lt;br&gt;&amp;gt;&amp;gt; to their build process.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This would be particularly useful for me as, as previously mentioned, 
&lt;br&gt;&amp;gt;&amp;gt; we're distributing (internally) a very boring generic i386 SSE3 build of 
&lt;br&gt;&amp;gt;&amp;gt; ATLAS in place of the reference BLAS and LAPACK libraries, and this 
&lt;br&gt;&amp;gt;&amp;gt; change would allow us to drop ATLAS in easily as a replacement for a lot 
&lt;br&gt;&amp;gt;&amp;gt; of scientific libraries and desktop programs that often have very badly 
&lt;br&gt;&amp;gt;&amp;gt; written build systems, making it very hard to change anything that they 
&lt;br&gt;&amp;gt;&amp;gt; do by default.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Would anyone be opposed to this change?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I oppose it on the ground of incompetence! &amp;nbsp;:)
&lt;/div&gt;&lt;br&gt;Damn, have you found me out? &amp;nbsp;Oh ..
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Building .a's I know how to do, and make work everywhere, and the build
&lt;br&gt;&amp;gt; process is almost the same on all OS. &amp;nbsp;Building dynamic libs is different
&lt;br&gt;&amp;gt; on every machine, fragile, and when anything at all changes, seem to fail
&lt;br&gt;&amp;gt; spuriously. &amp;nbsp;I have spent a lot of effort getting ATLAS able to build the
&lt;br&gt;&amp;gt; dynamic libs as good as it presently does, and yet it presently fails
&lt;br&gt;&amp;gt; about as often as it succeeds.
&lt;br&gt;&lt;br&gt;I guess I'm fairly privileged here in that in my use case the target 
&lt;br&gt;system is always some breed of x86 or x86_64 Linux, and with the various 
&lt;br&gt;packaging systems specifying dependencies on particular versions of 
&lt;br&gt;other libraries and executables (including the compiler) is generally 
&lt;br&gt;quite trivial.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;Therefore, I don't see dynamic libs being built by default anytime soon.
&lt;br&gt;&lt;br&gt;I don't need them to be built by default, but a specific target that 
&lt;br&gt;created the dummy lib would be nice. &amp;nbsp;I'm really only trying to make my 
&lt;br&gt;life easier here though - I can just as easily provide this target for 
&lt;br&gt;myself with a patch rolled into the source package.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now, you seem also to be suggesting combining three libs to one, which
&lt;br&gt;&amp;gt; will not work.
&lt;br&gt;&lt;br&gt;Sorry - I was just being unclear in my notation as I intended to imply 
&lt;br&gt;an or with the ( ) around the pt. &amp;nbsp;I'd actually expect to use the 
&lt;br&gt;threaded version, rather than the unthreaded one.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;libcblas and libptcblas provide *the same API*, one giving
&lt;br&gt;&amp;gt; threaded and one giving serial interfaces. &amp;nbsp;If you combine them, you
&lt;br&gt;&amp;gt; will lose either the threaded or serial BLAS (depending on the order
&lt;br&gt;&amp;gt; you attempt to combine them). &amp;nbsp;You can see some of this at:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://math-atlas.sourceforge.net/errata.html#LINK&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://math-atlas.sourceforge.net/errata.html#LINK&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;I thought that was fairly obvious from the description of the ptshared 
&lt;br&gt;make target, but I can see how someone might be confused.
&lt;br&gt;&lt;br&gt;&amp;gt; You could build a single blas and ptblas, but then of course you would
&lt;br&gt;&amp;gt; duplicate the huge size of the present libatlas in them if they are supposed
&lt;br&gt;&amp;gt; to be standalone.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Far from library fusion, I am planning further fission: it is very likely
&lt;br&gt;&amp;gt; I will be forced to create a libptlapack for best threaded performance.
&lt;br&gt;&lt;br&gt;In that case, I should be able to get what I want from a 'dummy' library 
&lt;br&gt;called libblas.so.3 linked against the threaded BLAS and LAPACK 
&lt;br&gt;libraries and against libatlas, sort of like this:
&lt;br&gt;&lt;br&gt;-lptlapack -lptf77blas -lptcblas -latlas
&lt;br&gt;&lt;br&gt;I'll just keep the patch local since it is really probably only wanted 
&lt;br&gt;by me for now.
&lt;br&gt;&lt;br&gt;Many thanks
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26161552&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-libblas.so.3-tp26130415p26161552.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26132152</id>
	<title>Re: Building libblas.so.3</title>
	<published>2009-10-30T08:35:21Z</published>
	<updated>2009-10-30T08:35:21Z</updated>
	<author>
		<name>Clint Whaley</name>
	</author>
	<content type="html">Jess,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Would it be possible to have the default ATLAS build create the 
&lt;br&gt;&amp;gt;libblas.a and libblas.so libraries? &amp;nbsp;The easy fix is to create a dummy 
&lt;br&gt;&amp;gt;libblas.so that is linked against the required ATLAS libraries, 
&lt;br&gt;&amp;gt;presumably libatlas.so and lib(pt)cblas.so. &amp;nbsp;This is so that several 
&lt;br&gt;&amp;gt;other projects that rely on on BLAS/LAPACK can use ATLAS without changes 
&lt;br&gt;&amp;gt;to their build process.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;This would be particularly useful for me as, as previously mentioned, 
&lt;br&gt;&amp;gt;we're distributing (internally) a very boring generic i386 SSE3 build of 
&lt;br&gt;&amp;gt;ATLAS in place of the reference BLAS and LAPACK libraries, and this 
&lt;br&gt;&amp;gt;change would allow us to drop ATLAS in easily as a replacement for a lot 
&lt;br&gt;&amp;gt;of scientific libraries and desktop programs that often have very badly 
&lt;br&gt;&amp;gt;written build systems, making it very hard to change anything that they 
&lt;br&gt;&amp;gt;do by default.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Would anyone be opposed to this change?
&lt;/div&gt;&lt;br&gt;I oppose it on the ground of incompetence! &amp;nbsp;:)
&lt;br&gt;&lt;br&gt;Building .a's I know how to do, and make work everywhere, and the build
&lt;br&gt;process is almost the same on all OS. &amp;nbsp;Building dynamic libs is different
&lt;br&gt;on every machine, fragile, and when anything at all changes, seem to fail
&lt;br&gt;spuriously. &amp;nbsp;I have spent a lot of effort getting ATLAS able to build the
&lt;br&gt;dynamic libs as good as it presently does, and yet it presently fails
&lt;br&gt;about as often as it succeeds. &amp;nbsp;Therefore, I don't see dynamic libs
&lt;br&gt;being built by default anytime soon.
&lt;br&gt;&lt;br&gt;Now, you seem also to be suggesting combining three libs to one, which
&lt;br&gt;will not work. &amp;nbsp;libcblas and libptcblas provide *the same API*, one giving
&lt;br&gt;threaded and one giving serial interfaces. &amp;nbsp;If you combine them, you
&lt;br&gt;will lose either the threaded or serial BLAS (depending on the order
&lt;br&gt;you attempt to combine them). &amp;nbsp;You can see some of this at:
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://math-atlas.sourceforge.net/errata.html#LINK&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://math-atlas.sourceforge.net/errata.html#LINK&lt;/a&gt;&lt;br&gt;&lt;br&gt;You could build a single blas and ptblas, but then of course you would
&lt;br&gt;duplicate the huge size of the present libatlas in them if they are supposed
&lt;br&gt;to be standalone.
&lt;br&gt;&lt;br&gt;Far from library fusion, I am planning further fission: it is very likely
&lt;br&gt;I will be forced to create a libptlapack for best threaded performance.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Clint
&lt;br&gt;&lt;br&gt;**************************************************************************
&lt;br&gt;** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
&lt;br&gt;**************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26132152&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-libblas.so.3-tp26130415p26132152.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26130415</id>
	<title>Building libblas.so.3</title>
	<published>2009-10-30T06:31:38Z</published>
	<updated>2009-10-30T06:31:38Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">Would it be possible to have the default ATLAS build create the 
&lt;br&gt;libblas.a and libblas.so libraries? &amp;nbsp;The easy fix is to create a dummy 
&lt;br&gt;libblas.so that is linked against the required ATLAS libraries, 
&lt;br&gt;presumably libatlas.so and lib(pt)cblas.so. &amp;nbsp;This is so that several 
&lt;br&gt;other projects that rely on on BLAS/LAPACK can use ATLAS without changes 
&lt;br&gt;to their build process.
&lt;br&gt;&lt;br&gt;This would be particularly useful for me as, as previously mentioned, 
&lt;br&gt;we're distributing (internally) a very boring generic i386 SSE3 build of 
&lt;br&gt;ATLAS in place of the reference BLAS and LAPACK libraries, and this 
&lt;br&gt;change would allow us to drop ATLAS in easily as a replacement for a lot 
&lt;br&gt;of scientific libraries and desktop programs that often have very badly 
&lt;br&gt;written build systems, making it very hard to change anything that they 
&lt;br&gt;do by default.
&lt;br&gt;&lt;br&gt;Would anyone be opposed to this change?
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26130415&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-libblas.so.3-tp26130415p26130415.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25960456</id>
	<title>Help with Windows</title>
	<published>2009-10-19T08:33:55Z</published>
	<updated>2009-10-19T08:33:55Z</updated>
	<author>
		<name>Clint Whaley</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;&lt;br&gt;OK, a couple of people at least have expressed a willingness to help, so
&lt;br&gt;I have created a couple of things to aid in this.
&lt;br&gt;&lt;br&gt;The first thing I have done is create a forum for people using ATLAS on
&lt;br&gt;windows to exchange information, as well as for me to ask questions of
&lt;br&gt;people who have more Windows-fu than I. &amp;nbsp;If you know something about
&lt;br&gt;Windows, I hope you will monitor the forum:
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;https://sourceforge.net/projects/math-atlas/forums/forum/1026734&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/projects/math-atlas/forums/forum/1026734&lt;/a&gt;&lt;br&gt;And reply to any questions that you know. &amp;nbsp;
&lt;br&gt;&lt;br&gt;I have opened up some topics for things that I want to know (mostly newbie
&lt;br&gt;Windows questions to make it quicker for me to get working on ATLAS rather than
&lt;br&gt;Windows stuff when investigating ATLAS on Windows problems). &amp;nbsp;Please post
&lt;br&gt;any relavent info you have!
&lt;br&gt;&lt;br&gt;If there are other things you have had to do to get things working, please open
&lt;br&gt;up additional topics.
&lt;br&gt;&lt;br&gt;The other thing I have done to allow for external help is to open up a 
&lt;br&gt;special ATLAS on Windows support tracker:
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;https://sourceforge.net/tracker/?group_id=23725&amp;atid=1202777&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/?group_id=23725&amp;atid=1202777&lt;/a&gt;&lt;br&gt;&lt;br&gt;As support questions come in, any that involve unsolved Windows-specific
&lt;br&gt;problems will be moved here. &amp;nbsp;What I would like to ask of you windows-savvy
&lt;br&gt;users is that you monitor this tracker list, and post any workarounds/fixes
&lt;br&gt;that you know to user-reported problems. &amp;nbsp;Even in the absence of a fix,
&lt;br&gt;having multiple people confirm the bug, and perhaps give additional info,
&lt;br&gt;can be very helpful in finding the problem quickly. &amp;nbsp;
&lt;br&gt;&lt;br&gt;As I said before, probably at least half of all Windows problems are already
&lt;br&gt;solved by other users; I think the separate tracker will just make it easier
&lt;br&gt;for people to find and support these windows-specific issues.
&lt;br&gt;&lt;br&gt;So, please scope the new forum and sign up to monitor it if you are a 
&lt;br&gt;Windows user (I am monitoring it), add your $.02 to any topic, and
&lt;br&gt;create any useful topics you know about, as well as scoping the new
&lt;br&gt;support tracker.
&lt;br&gt;&lt;br&gt;If there are additional things I can do to help with Windows collaboration,
&lt;br&gt;let me know (possibly on the windows forum!).
&lt;br&gt;&lt;br&gt;Many thanks,
&lt;br&gt;Clint
&lt;br&gt;&lt;br&gt;**************************************************************************
&lt;br&gt;** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
&lt;br&gt;**************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25960456&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help-with-Windows-tp25960456p25960456.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25941246</id>
	<title>ATLAS 3.9.16</title>
	<published>2009-10-17T12:45:52Z</published>
	<updated>2009-10-17T12:45:52Z</updated>
	<author>
		<name>Clint Whaley</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;&lt;br&gt;I have released ATLAS 3.9.16. &amp;nbsp;It is mainly a bunch of bug fixes on top of .15,
&lt;br&gt;but also has new arch defs that provide some lapack speedup on my machines
&lt;br&gt;at least.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Clint
&lt;br&gt;&lt;br&gt;ATLAS 3.9.16 released 10/17/09 (bugfix release), changes from 3.9.15
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Fixed bugs in mmksearch_sse.c for machines w/o SSE3
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Fixed errors in C2F preventing full lapack install
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Fixed error in atlas_install trying to open wrong filename in latune
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Fixed error in mmsearch's FindNoCopyNB where latency computed incorrectly
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Numerous errors related to new architectural default handling
&lt;br&gt;&amp;nbsp; &amp;nbsp;* New architectural defaults for:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- AMD64K10h64SSE3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Core264SSE3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Corei764SSE3
&lt;br&gt;&lt;br&gt;**************************************************************************
&lt;br&gt;** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
&lt;br&gt;**************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25941246&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ATLAS-3.9.16-tp25941246p25941246.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25930775</id>
	<title>HELP with ATLAS &amp; Windows</title>
	<published>2009-10-16T12:11:08Z</published>
	<updated>2009-10-16T12:11:08Z</updated>
	<author>
		<name>Clint Whaley</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;&lt;br&gt;I really need some help with ATLAS on windows. &amp;nbsp;I am pretty overwhelmed
&lt;br&gt;just trying to keep the package moving towards stable and answer unix
&lt;br&gt;support questions. &amp;nbsp;I am hoping the community can help me with Windows
&lt;br&gt;support and development, where I believe ATLAS is falling further and
&lt;br&gt;further behind.
&lt;br&gt;&lt;br&gt;I'm a far from expert windows guy, and there seems always to be windows-
&lt;br&gt;specific problems. &amp;nbsp;More than half the time when a fix is found for a 
&lt;br&gt;windows-specific problem, it is pointed out to me by a windows user.
&lt;br&gt;&lt;br&gt;What I would like to do is create a Wiki about installing ATLAS on windows, and
&lt;br&gt;have all you guys who successfully install on windows post any
&lt;br&gt;tricks/techniques there, as well as links to prebuilt binaries, etc., for other
&lt;br&gt;users. &amp;nbsp;I would also like to open up a support tracker, perhaps with more open
&lt;br&gt;admin-style stuff, specifically for windows issues. &amp;nbsp;Also, perhaps a mailing
&lt;br&gt;list for windows stuff. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Are any of you who use ATLAS on windows willing to contribute towards
&lt;br&gt;this idea?
&lt;br&gt;&lt;br&gt;It is not only that I need help in providing Windows support, but also
&lt;br&gt;that I could use a forum to ask questions to help me improve Windows
&lt;br&gt;support. &amp;nbsp;For instance, I've been asked to help adapt the ATLAS
&lt;br&gt;installer to MinGW. &amp;nbsp;I tried to do this once, and spent 4 hours failing
&lt;br&gt;to install a working MinGW, and had to return to problems I could make
&lt;br&gt;progress on. &amp;nbsp;I'd like to be able to correspond with someone who has already
&lt;br&gt;done this, so I can spend my time working on the ATLAS code. &amp;nbsp;There have been a
&lt;br&gt;bunch of things like this: I have a bunch of noobie questions in regards to
&lt;br&gt;something under windows, and a very small amount of time to address a
&lt;br&gt;windows-specific issue, and since I don't know anybody to ask the windows
&lt;br&gt;questions to, I never even get to try to figure out the ATLAS problem.
&lt;br&gt;&lt;br&gt;So, before I take the time to create a wiki, amiling list, etc., I'd like
&lt;br&gt;to see who would contribute in this effort. &amp;nbsp;Please e-mail me if you are
&lt;br&gt;interested in helping me improve ATLAS on windows.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Clint
&lt;br&gt;&lt;br&gt;**************************************************************************
&lt;br&gt;** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
&lt;br&gt;**************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25930775&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/HELP-with-ATLAS---Windows-tp25930775p25930775.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25843800</id>
	<title>3.9.15</title>
	<published>2009-10-11T07:22:14Z</published>
	<updated>2009-10-11T07:22:14Z</updated>
	<author>
		<name>Clint Whaley</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;&lt;br&gt;I've been quiet recently; I have been overwhelmed at work. &amp;nbsp;However, I have
&lt;br&gt;been working every spare moment on ATLAS. &amp;nbsp;The task I've been working
&lt;br&gt;on is changing the ATLAS matmul search to incorporate a new code generator!
&lt;br&gt;&lt;br&gt;Chad Zalkin (student at UTSA working with me on his MS) created a SSE-enabled
&lt;br&gt;code generator for ATLAS this summer, and I have just finished getting 
&lt;br&gt;ATLAS's framework to utilize it. &amp;nbsp;The code generator uses gcc/icc intrinsics
&lt;br&gt;to vectorize the main GEMM kernel. &amp;nbsp;The SSE generator's main purpose is to
&lt;br&gt;ease ATLAS's reliance on hand-tuning for vectorized kernels. &amp;nbsp;On some
&lt;br&gt;machines, it provides speedup over existing hand-tuned kernels (eg., my
&lt;br&gt;Core2 system gets about 8% speedup for single precision). &amp;nbsp;I haven't
&lt;br&gt;tracked it down yet, but the code generator seems to never provide speedup
&lt;br&gt;on the AMD systems I have access to, but does seem to help Intel systems.
&lt;br&gt;I'm guessing gcc is generating an instruction stream that intel likes but
&lt;br&gt;that is not OK on AMDs, but it'll have to be looked into . . .
&lt;br&gt;&lt;br&gt;Chad is still working on the code generator: right now it does not work
&lt;br&gt;for single precision complex; I tend not to work very hard on hand-tuning
&lt;br&gt;single precision, so performance should probably go up even further when
&lt;br&gt;this is fixed.
&lt;br&gt;&lt;br&gt;I have not provided architectural defaults for the new search, so the
&lt;br&gt;install can be quite long in 3.9.15. &amp;nbsp;However, I thought people would
&lt;br&gt;be interested to see the new code generator; if you want a faster install,
&lt;br&gt;just continue using 3.9.14 for now.
&lt;br&gt;&lt;br&gt;I have also started the process of rationalizing ATLAS's search. &amp;nbsp;ATLAS
&lt;br&gt;is now built so that others can easily plug in their own searches and/or
&lt;br&gt;code generators into the ATLAS framework. &amp;nbsp;I still need to produce some
&lt;br&gt;documentation explaining how to do this, but you can find most things
&lt;br&gt;you need in ATLAS/include/atlas_mm[parse,testtime].h. &amp;nbsp;The other nice
&lt;br&gt;thing that I think people will like is that I have quietened down the
&lt;br&gt;GEMM search. &amp;nbsp;All the compilation and so forth goes to /dev/null, so
&lt;br&gt;that it is easier to see the timing results as they are searched . . .
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Clint
&lt;br&gt;&lt;br&gt;ATLAS 3.9.15 released 10/10/09, changes from 3.9.14
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Addition of Chad Zalkin's SSE GEMM generator to ATLAS
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Support for external searches and use of standard matmul search routs in:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- include/atlas_mmparse.h
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- include/atlas_mmtesttime.h
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Numerous search changes to incorporate above in ATLAS matmul install
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Changed matmul install to be much quieter
&lt;br&gt;&lt;br&gt;**************************************************************************
&lt;br&gt;** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
&lt;br&gt;**************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25843800&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/3.9.15-tp25843800p25843800.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25817262</id>
	<title>Re: *** No rule to make target `libptf77blas.a', needed by `libptf77blas.so'. Stop.</title>
	<published>2009-10-09T01:18:19Z</published>
	<updated>2009-10-09T01:18:19Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">On 08/10/09 14:51, Sascha Manns wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Jesscia,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Am Donnerstag 08 Oktober 2009 15:08:52 wrote Jessica Jones:
&lt;br&gt;&amp;gt;&amp;gt; This is an error from make, telling you that it doesn't know how to
&lt;br&gt;&amp;gt;&amp;gt; create libptf77blas.a, based on the information in the Makefiles. &amp;nbsp;This
&lt;br&gt;&amp;gt;&amp;gt; is required for the 'make ptshared' step, so you're failing to build the
&lt;br&gt;&amp;gt;&amp;gt; threaded, shared libraries.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It is hard to say what is causing it without seeing more detail. &amp;nbsp;I
&lt;br&gt;&amp;gt;&amp;gt; would have to dig through the source at this point to see what is
&lt;br&gt;&amp;gt;&amp;gt; happening. &amp;nbsp;Are you building using rpmbuild or mock for this?
&lt;br&gt;&amp;gt; Yes, i'm using rpmbuild.
&lt;br&gt;&amp;gt; BTW: In the Patch i've found: 
&lt;br&gt;&amp;gt; libptf77blas.so : libptf77blas.a
&lt;br&gt;&amp;gt; -	ld $(LDFLAGS) -shared -soname $(LIBINSTdir)/libptf77blas.so \
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libptf77blas.so -rpath-link $(LIBINSTdir) \
&lt;br&gt;&amp;gt; +	ld $(LDFLAGS) -shared \
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -soname $(LIBINSTdir)/libptf77blas.so.$(so_ver_major) \
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libptf77blas.so.$(so_ver) \
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -rpath-link $(LIBINSTdir) \
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --whole-archive libptf77blas.a --no-whole-archive $(F77SYSLIB)
&lt;br&gt;&amp;gt; +	ln -s ./libptf77blas.so.$(so_ver) libptf77blas.so.$(so_ver_major)
&lt;br&gt;&amp;gt; +	ln -s ./libptf77blas.so.$(so_ver) libptf77blas.so
&lt;br&gt;&amp;gt; So normally he must find the Rule...
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Well, it doesn't fail when I build it in mock, so presumably there is 
&lt;br&gt;something different with your environment (mock runs rpmbuild within a 
&lt;br&gt;chroot, to keep things clean)?
&lt;br&gt;&lt;br&gt;If you go through the build steps yourself manually, do you see the same 
&lt;br&gt;error?
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25817262&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/***-No-rule-to-make-target-%60libptf77blas.a%27%2C-needed-by-%60libptf77blas.so%27.--Stop.-tp25803374p25817262.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25804555</id>
	<title>Re: *** No rule to make target `libptf77blas.a', 	needed by `libptf77blas.so'. Stop.</title>
	<published>2009-10-08T06:51:34Z</published>
	<updated>2009-10-08T06:51:34Z</updated>
	<author>
		<name>Sascha Manns-3</name>
	</author>
	<content type="html">Hi Jesscia,
&lt;br&gt;&lt;br&gt;Am Donnerstag 08 Oktober 2009 15:08:52 wrote Jessica Jones:
&lt;br&gt;&amp;gt; This is an error from make, telling you that it doesn't know how to
&lt;br&gt;&amp;gt; create libptf77blas.a, based on the information in the Makefiles. &amp;nbsp;This
&lt;br&gt;&amp;gt; is required for the 'make ptshared' step, so you're failing to build the
&lt;br&gt;&amp;gt; threaded, shared libraries.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It is hard to say what is causing it without seeing more detail. &amp;nbsp;I
&lt;br&gt;&amp;gt; would have to dig through the source at this point to see what is
&lt;br&gt;&amp;gt; happening. &amp;nbsp;Are you building using rpmbuild or mock for this?
&lt;br&gt;Yes, i'm using rpmbuild.
&lt;br&gt;BTW: In the Patch i've found: 
&lt;br&gt;libptf77blas.so : libptf77blas.a
&lt;br&gt;-	ld $(LDFLAGS) -shared -soname $(LIBINSTdir)/libptf77blas.so \
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libptf77blas.so -rpath-link $(LIBINSTdir) \
&lt;br&gt;+	ld $(LDFLAGS) -shared \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -soname $(LIBINSTdir)/libptf77blas.so.$(so_ver_major) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libptf77blas.so.$(so_ver) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -rpath-link $(LIBINSTdir) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --whole-archive libptf77blas.a --no-whole-archive $(F77SYSLIB)
&lt;br&gt;+	ln -s ./libptf77blas.so.$(so_ver) libptf77blas.so.$(so_ver_major)
&lt;br&gt;+	ln -s ./libptf77blas.so.$(so_ver) libptf77blas.so
&lt;br&gt;So normally he must find the Rule...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sincerely Yours
&lt;br&gt;&lt;br&gt;Sascha Manns
&lt;br&gt;openSUSE Member
&lt;br&gt;openSUSE Ambassador
&lt;br&gt;openSUSE Build Service
&lt;br&gt;openSUSE Marketing Team
&lt;br&gt;Maifeldstrasse 10
&lt;br&gt;D-56 727 Mayen
&lt;br&gt;&lt;br&gt;Phone: +49 2651 4014045
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25804555&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://saschamanns.gulli.to&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saschamanns.gulli.to&lt;/a&gt;&lt;br&gt;Blog: &lt;a href=&quot;http://saigkill.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saigkill.wordpress.com&lt;/a&gt;&lt;br&gt;Twitter: &lt;a href=&quot;http://twitter.com/saigkill&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/saigkill&lt;/a&gt;&lt;br&gt;ClaimID: &lt;a href=&quot;http://claimid.com/saigkill&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://claimid.com/saigkill&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25804555&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/***-No-rule-to-make-target-%60libptf77blas.a%27%2C-needed-by-%60libptf77blas.so%27.--Stop.-tp25803374p25804555.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25803846</id>
	<title>Re: *** No rule to make target `libptf77blas.a', needed by `libptf77blas.so'.  Stop.</title>
	<published>2009-10-08T06:08:52Z</published>
	<updated>2009-10-08T06:08:52Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">On 08/10/09 13:39, Sascha Manns wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello Mates,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; first of all i would like to thank Jesica Jones for helping me (Spec &amp; Patch). 
&lt;br&gt;&amp;gt; Now the Buildprocess is longer :-)
&lt;br&gt;&amp;gt; ATM i'm getting:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; + make ptshared &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; rm -f libatlas.so* liblapack.so* \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lib*blas.so* libclapack.so* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; make libatlas.so libptf77blas.so libf77blas.so \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; libptcblas.so libcblas.so liblapack.so &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; make[1]: Entering directory `/usr/src/packages/BUILD/ATLAS/x86_64_base/lib' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; ld -melf_x86_64 -shared \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-soname 
&lt;br&gt;&amp;gt; /usr/src/packages/BUILDROOT/libatlas3-3.9.14-1.x86_64/usr/lib64/atlas/libatlas.so.3 
&lt;br&gt;&amp;gt; \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-o libatlas.so.3.0 \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-rpath-link 
&lt;br&gt;&amp;gt; /usr/src/packages/BUILDROOT/libatlas3-3.9.14-1.x86_64/usr/lib64/atlas \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--whole-archive libatlas.a --no-whole-archive -lc -lm
&lt;br&gt;&amp;gt; ln -s ./libatlas.so.3.0 libatlas.so.3
&lt;br&gt;&amp;gt; ln -s ./libatlas.so.3.0 libatlas.so
&lt;br&gt;&amp;gt; make[1]: *** No rule to make target `libptf77blas.a', needed by 
&lt;br&gt;&amp;gt; `libptf77blas.so'. &amp;nbsp;Stop.
&lt;br&gt;&amp;gt; make[1]: Leaving directory `/usr/src/packages/BUILD/ATLAS/x86_64_base/lib'
&lt;br&gt;&amp;gt; make: *** [ptshared] Error 2
&lt;br&gt;&amp;gt; error: Bad exit status from /var/tmp/rpm-tmp.NuktA1 (%build)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Has anyone an Idea to fix it?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;This is an error from make, telling you that it doesn't know how to 
&lt;br&gt;create libptf77blas.a, based on the information in the Makefiles. &amp;nbsp;This 
&lt;br&gt;is required for the 'make ptshared' step, so you're failing to build the 
&lt;br&gt;threaded, shared libraries.
&lt;br&gt;&lt;br&gt;It is hard to say what is causing it without seeing more detail. &amp;nbsp;I 
&lt;br&gt;would have to dig through the source at this point to see what is 
&lt;br&gt;happening. &amp;nbsp;Are you building using rpmbuild or mock for this?
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25803846&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/***-No-rule-to-make-target-%60libptf77blas.a%27%2C-needed-by-%60libptf77blas.so%27.--Stop.-tp25803374p25803846.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25803374</id>
	<title>*** No rule to make target `libptf77blas.a', needed by `libptf77blas.so'.  Stop.</title>
	<published>2009-10-08T05:39:34Z</published>
	<updated>2009-10-08T05:39:34Z</updated>
	<author>
		<name>Sascha Manns-3</name>
	</author>
	<content type="html">Hello Mates,
&lt;br&gt;&lt;br&gt;first of all i would like to thank Jesica Jones for helping me (Spec &amp; Patch). 
&lt;br&gt;Now the Buildprocess is longer :-)
&lt;br&gt;ATM i'm getting:
&lt;br&gt;&lt;br&gt;+ make ptshared &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;rm -f libatlas.so* liblapack.so* \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lib*blas.so* libclapack.so* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;make libatlas.so libptf77blas.so libf77blas.so \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; libptcblas.so libcblas.so liblapack.so &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;make[1]: Entering directory `/usr/src/packages/BUILD/ATLAS/x86_64_base/lib' &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;ld -melf_x86_64 -shared \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-soname 
&lt;br&gt;/usr/src/packages/BUILDROOT/libatlas3-3.9.14-1.x86_64/usr/lib64/atlas/libatlas.so.3 
&lt;br&gt;\ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-o libatlas.so.3.0 \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-rpath-link 
&lt;br&gt;/usr/src/packages/BUILDROOT/libatlas3-3.9.14-1.x86_64/usr/lib64/atlas \ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--whole-archive libatlas.a --no-whole-archive -lc -lm
&lt;br&gt;ln -s ./libatlas.so.3.0 libatlas.so.3
&lt;br&gt;ln -s ./libatlas.so.3.0 libatlas.so
&lt;br&gt;make[1]: *** No rule to make target `libptf77blas.a', needed by 
&lt;br&gt;`libptf77blas.so'. &amp;nbsp;Stop.
&lt;br&gt;make[1]: Leaving directory `/usr/src/packages/BUILD/ATLAS/x86_64_base/lib'
&lt;br&gt;make: *** [ptshared] Error 2
&lt;br&gt;error: Bad exit status from /var/tmp/rpm-tmp.NuktA1 (%build)
&lt;br&gt;&lt;br&gt;Has anyone an Idea to fix it?
&lt;br&gt;-- 
&lt;br&gt;Sincerely Yours
&lt;br&gt;&lt;br&gt;Sascha Manns
&lt;br&gt;openSUSE Member
&lt;br&gt;openSUSE Ambassador
&lt;br&gt;openSUSE Build Service
&lt;br&gt;openSUSE Marketing Team
&lt;br&gt;Maifeldstrasse 10
&lt;br&gt;D-56 727 Mayen
&lt;br&gt;&lt;br&gt;Phone: +49 2651 4014045
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25803374&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://saschamanns.gulli.to&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saschamanns.gulli.to&lt;/a&gt;&lt;br&gt;Blog: &lt;a href=&quot;http://saigkill.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saigkill.wordpress.com&lt;/a&gt;&lt;br&gt;Twitter: &lt;a href=&quot;http://twitter.com/saigkill&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/saigkill&lt;/a&gt;&lt;br&gt;ClaimID: &lt;a href=&quot;http://claimid.com/saigkill&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://claimid.com/saigkill&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[atlas-bladudd_shared.patch]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;diff -rau ATLAS.o/makes/Make.lib ATLAS/makes/Make.lib
&lt;br&gt;--- ATLAS.o/makes/Make.lib	2009-04-07 15:11:39.000000000 +0100
&lt;br&gt;+++ ATLAS/makes/Make.lib	2009-08-04 11:57:46.000000000 +0100
&lt;br&gt;@@ -3,6 +3,9 @@
&lt;br&gt;&amp;nbsp;#
&lt;br&gt;&amp;nbsp;# override with libatlas.so only when atlas is built to one lib
&lt;br&gt;&amp;nbsp;#
&lt;br&gt;+so_ver_major=3
&lt;br&gt;+so_ver = $(so_ver_major).0
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;DYNlibs = liblapack.so libf77blas.so libcblas.so libatlas.so 
&lt;br&gt;&amp;nbsp;PTDYNlibs = liblapack.so libptf77blas.so libptcblas.so libatlas.so 
&lt;br&gt;&amp;nbsp;CDYNlibs = liblapack.so libcblas.so libatlas.so 
&lt;br&gt;@@ -36,47 +39,82 @@
&lt;br&gt;&amp;nbsp;# The following commands are to build dynamic/shared objects on Linux
&lt;br&gt;&amp;nbsp;# ===================================================================
&lt;br&gt;&amp;nbsp;ptshared :
&lt;br&gt;-	- rm -f libatlas.so liblapack.so
&lt;br&gt;+	- rm -f libatlas.so* liblapack.so* \
&lt;br&gt;+				lib*blas.so* libclapack.so*
&lt;br&gt;&amp;nbsp;	$(MAKE) libatlas.so libptf77blas.so libf77blas.so \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;libptcblas.so libcblas.so liblapack.so
&lt;br&gt;&amp;nbsp;shared :
&lt;br&gt;-	- rm -f libatlas.so liblapack.so
&lt;br&gt;+	- rm -f libatlas.so* liblapack.so*
&lt;br&gt;&amp;nbsp;	$(MAKE) libatlas.so libf77blas.so libcblas.so liblapack.so
&lt;br&gt;&amp;nbsp;cptshared :
&lt;br&gt;-	- rm -f libatlas.so libclapack.so
&lt;br&gt;+	- rm -f libatlas.so* libclapack.so*
&lt;br&gt;&amp;nbsp;	$(MAKE) libatlas.so libclapack.so libptcblas.so libcblas.so
&lt;br&gt;&amp;nbsp;cshared :
&lt;br&gt;-	- rm -f libatlas.so libclapack.so
&lt;br&gt;+	- rm -f libatlas.so* libclapack.so*
&lt;br&gt;&amp;nbsp;	$(MAKE) libatlas.so libclapack.so libcblas.so
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;libatlas.so : libatlas.a
&lt;br&gt;-	ld $(LDFLAGS) -shared -soname $(LIBINSTdir)/libatlas.so -o libatlas.so \
&lt;br&gt;+	ld $(LDFLAGS) -shared \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -soname $(LIBINSTdir)/libatlas.so.$(so_ver_major) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libatlas.so.$(so_ver) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -rpath-link $(LIBINSTdir) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --whole-archive libatlas.a --no-whole-archive -lc $(LIBS)
&lt;br&gt;+	ln -s ./libatlas.so.$(so_ver) libatlas.so.$(so_ver_major)
&lt;br&gt;+	ln -s ./libatlas.so.$(so_ver) libatlas.so
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;liblapack.so : liblapack.a
&lt;br&gt;-	ld $(LDFLAGS) -shared -soname $(LIBINSTdir)/liblapack.so \
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-o liblapack.so &amp;nbsp;-rpath-link $(LIBINSTdir) --whole-archive \
&lt;br&gt;+	ld $(LDFLAGS) -shared \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-soname $(LIBINSTdir)/liblapack.so.$(so_ver_major) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-o liblapack.so.$(so_ver) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-rpath-link $(LIBINSTdir) --whole-archive \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; liblapack.a --no-whole-archive $(F77SYSLIB)
&lt;br&gt;+	ln -s ./liblapack.so.$(so_ver) liblapack.so.$(so_ver_major)
&lt;br&gt;+	ln -s ./liblapack.so.$(so_ver) liblapack.so
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;libclapack.so : libclapack.a
&lt;br&gt;-	ld $(LDFLAGS) -shared -soname $(LIBINSTdir)/libclapack.so \
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libclapack.so -rpath-link $(LIBINSTdir) \
&lt;br&gt;+	ld $(LDFLAGS) -shared \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -soname $(LIBINSTdir)/libclapack.so.$(so_ver_major) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libclapack.so.$(so_ver) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -rpath-link $(LIBINSTdir) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --whole-archive libclapack.a --no-whole-archive -lc $(LIBS)
&lt;br&gt;+	ln -s ./libclapack.so.$(so_ver) libclapack.so.$(so_ver_major)
&lt;br&gt;+	ln -s ./libclapack.so.$(so_ver) libclapack.so
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;libptf77blas.so : libptf77blas.a
&lt;br&gt;-	ld $(LDFLAGS) -shared -soname $(LIBINSTdir)/libptf77blas.so \
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libptf77blas.so -rpath-link $(LIBINSTdir) \
&lt;br&gt;+	ld $(LDFLAGS) -shared \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -soname $(LIBINSTdir)/libptf77blas.so.$(so_ver_major) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libptf77blas.so.$(so_ver) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -rpath-link $(LIBINSTdir) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --whole-archive libptf77blas.a --no-whole-archive $(F77SYSLIB)
&lt;br&gt;+	ln -s ./libptf77blas.so.$(so_ver) libptf77blas.so.$(so_ver_major)
&lt;br&gt;+	ln -s ./libptf77blas.so.$(so_ver) libptf77blas.so
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;libf77blas.so : libf77blas.a
&lt;br&gt;-	ld $(LDFLAGS) -shared -soname $(LIBINSTdir)/libf77blas.so \
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libf77blas.so -rpath-link $(LIBINSTdir) \
&lt;br&gt;+	ld $(LDFLAGS) -shared \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -soname $(LIBINSTdir)/libf77blas.so.$(so_ver_major) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libf77blas.so.$(so_ver) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -rpath-link $(LIBINSTdir) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --whole-archive libf77blas.a --no-whole-archive $(F77SYSLIB)
&lt;br&gt;+	ln -s ./libf77blas.so.$(so_ver) libf77blas.so.$(so_ver_major)
&lt;br&gt;+	ln -s ./libf77blas.so.$(so_ver) libf77blas.so
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;libptcblas.so : libptcblas.a
&lt;br&gt;-	ld $(LDFLAGS) -shared -soname $(LIBINSTdir)/libptcblas.so \
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libptcblas.so -rpath-link $(LIBINSTdir) \
&lt;br&gt;+	ld $(LDFLAGS) -shared \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -soname $(LIBINSTdir)/libptcblas.so.$(so_ver_major) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libptcblas.so.$(so_ver) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -rpath-link $(LIBINSTdir) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--whole-archive libptcblas.a --no-whole-archive -lc $(LIBS)
&lt;br&gt;+	ln -s ./libptcblas.so.$(so_ver) libptcblas.so.$(so_ver_major)
&lt;br&gt;+	ln -s ./libptcblas.so.$(so_ver) libptcblas.so
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;libcblas.so : libcblas.a
&lt;br&gt;-	ld $(LDFLAGS) -shared -soname $(LIBINSTdir)/libcblas.so \
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libcblas.so -rpath-link $(LIBINSTdir) \
&lt;br&gt;+	ld $(LDFLAGS) -shared \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -soname $(liBINSTdir)/libcblas.so.$(so_ver_major) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -o libcblas.so.$(so_ver) \
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -rpath-link $(LIBINSTdir) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--whole-archive libcblas.a --no-whole-archive -lc $(LIBS)
&lt;br&gt;+	ln -s ./libcblas.so.$(so_ver) libcblas.so.$(so_ver_major)
&lt;br&gt;+	ln -s ./libcblas.so.$(so_ver) libcblas.so
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;#
&lt;br&gt;&amp;nbsp;# Builds one shared lib from all ATLAS files
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25803374&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/***-No-rule-to-make-target-%60libptf77blas.a%27%2C-needed-by-%60libptf77blas.so%27.--Stop.-tp25803374p25803374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25785990</id>
	<title>Re: atlas 3.9.14: GEMV TUNE Build Error</title>
	<published>2009-10-07T05:43:38Z</published>
	<updated>2009-10-07T05:43:38Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">On 07/10/09 12:12, Jessica Jones wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 07/10/09 09:29, Jessica Jones wrote:
&lt;br&gt;&amp;gt;&amp;gt; On 06/10/09 19:05, Sascha Manns wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hello Mates,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; i've tried to Build the 3.9.14 Version. But i get:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;STAGE 2-3-5: GEMV TUNE
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make -f Makefile INSTALL_LOG/zMVRES pre=z 2&amp;gt;&amp;1 | ./xatlas_tee 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; INSTALL_LOG/zMVTUNE.LOG
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make[1]: *** [build] Error 255
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make[1]: Leaving directory `/usr/src/packages/BUILD/ATLAS/x86_64_base'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; make: *** [build] Error 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; error: Bad exit status from /var/tmp/rpm-tmp.DkaQoT (%build)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Anyone know how to fix it?
&lt;br&gt;&amp;gt;&amp;gt; Sascha
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I don't get this error, but I'll make my SPEC file and SRPM available to 
&lt;br&gt;&amp;gt;&amp;gt; you shortly - it is currently going through koji and the only bit I need 
&lt;br&gt;&amp;gt;&amp;gt; to check now is that all the built files are included.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You can now get the spec file that we are using here:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://people.bath.ac.uk/cs1jrj/software/atlas.spec&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.bath.ac.uk/cs1jrj/software/atlas.spec&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please be aware that (a) the build is not optimised - it is only 
&lt;br&gt;&amp;gt; intended to be used for development and for some packages that would 
&lt;br&gt;&amp;gt; otherwise be using the reference BLAS - and (b) I have not tested it 
&lt;br&gt;&amp;gt; yet, only ensured that it builds. &amp;nbsp;The results from the make tests look 
&lt;br&gt;&amp;gt; promising though, so I am optimistic so far.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you can wait for a little while (I am off to lunch now) I will make 
&lt;br&gt;&amp;gt; sure that the SRPM is up there too.
&lt;/div&gt;&lt;br&gt;Here it is:
&lt;br&gt;&lt;a href=&quot;http://people.bath.ac.uk/cs1jrj/software/atlas-3.9.14-1.cb1.1.src.rpm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.bath.ac.uk/cs1jrj/software/atlas-3.9.14-1.cb1.1.src.rpm&lt;/a&gt;&lt;br&gt;&lt;br&gt;This builds in koji against RHEL 5.3. &amp;nbsp;I don't know enough about how 
&lt;br&gt;SUSE compares to say whether or not it will build there also.
&lt;br&gt;&lt;br&gt;It is probably worth noting that the current GCC on RHEL 5.3 is 4.1.x. 
&lt;br&gt;4.3.x is available as the package gcc43 (also gcc43-gfortran, etc), but 
&lt;br&gt;I've not built using that. &amp;nbsp;I'm in two minds about whether to supply the 
&lt;br&gt;static libraries, so I've not stopped them being built with -fPIC. &amp;nbsp;(I'd 
&lt;br&gt;prefer it if the users we are supplying this to linked dynamically with 
&lt;br&gt;ATLAS so that at least when they copy their binaries to our HPC they are 
&lt;br&gt;using the properly optimised version.)
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25785990&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/atlas-3.9.14%3A-GEMV-TUNE-Build-Error-tp25773805p25785990.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25784766</id>
	<title>Re: atlas 3.9.14: GEMV TUNE Build Error</title>
	<published>2009-10-07T04:12:04Z</published>
	<updated>2009-10-07T04:12:04Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">On 07/10/09 09:29, Jessica Jones wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 06/10/09 19:05, Sascha Manns wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello Mates,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; i've tried to Build the 3.9.14 Version. But i get:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;STAGE 2-3-5: GEMV TUNE
&lt;br&gt;&amp;gt;&amp;gt; make -f Makefile INSTALL_LOG/zMVRES pre=z 2&amp;gt;&amp;1 | ./xatlas_tee 
&lt;br&gt;&amp;gt;&amp;gt; INSTALL_LOG/zMVTUNE.LOG
&lt;br&gt;&amp;gt;&amp;gt; make[1]: *** [build] Error 255
&lt;br&gt;&amp;gt;&amp;gt; make[1]: Leaving directory `/usr/src/packages/BUILD/ATLAS/x86_64_base'
&lt;br&gt;&amp;gt;&amp;gt; make: *** [build] Error 2
&lt;br&gt;&amp;gt;&amp;gt; error: Bad exit status from /var/tmp/rpm-tmp.DkaQoT (%build)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Anyone know how to fix it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sascha
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't get this error, but I'll make my SPEC file and SRPM available to 
&lt;br&gt;&amp;gt; you shortly - it is currently going through koji and the only bit I need 
&lt;br&gt;&amp;gt; to check now is that all the built files are included.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;You can now get the spec file that we are using here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://people.bath.ac.uk/cs1jrj/software/atlas.spec&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.bath.ac.uk/cs1jrj/software/atlas.spec&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please be aware that (a) the build is not optimised - it is only 
&lt;br&gt;intended to be used for development and for some packages that would 
&lt;br&gt;otherwise be using the reference BLAS - and (b) I have not tested it 
&lt;br&gt;yet, only ensured that it builds. &amp;nbsp;The results from the make tests look 
&lt;br&gt;promising though, so I am optimistic so far.
&lt;br&gt;&lt;br&gt;If you can wait for a little while (I am off to lunch now) I will make 
&lt;br&gt;sure that the SRPM is up there too.
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25784766&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/atlas-3.9.14%3A-GEMV-TUNE-Build-Error-tp25773805p25784766.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25782510</id>
	<title>Re: atlas 3.9.14: GEMV TUNE Build Error</title>
	<published>2009-10-07T01:29:54Z</published>
	<updated>2009-10-07T01:29:54Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On 06/10/09 19:05, Sascha Manns wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello Mates,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; i've tried to Build the 3.9.14 Version. But i get:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;STAGE 2-3-5: GEMV TUNE
&lt;br&gt;&amp;gt; make -f Makefile INSTALL_LOG/zMVRES pre=z 2&amp;gt;&amp;1 | ./xatlas_tee 
&lt;br&gt;&amp;gt; INSTALL_LOG/zMVTUNE.LOG
&lt;br&gt;&amp;gt; make[1]: *** [build] Error 255
&lt;br&gt;&amp;gt; make[1]: Leaving directory `/usr/src/packages/BUILD/ATLAS/x86_64_base'
&lt;br&gt;&amp;gt; make: *** [build] Error 2
&lt;br&gt;&amp;gt; error: Bad exit status from /var/tmp/rpm-tmp.DkaQoT (%build)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Anyone know how to fix it?
&lt;/div&gt;&lt;br&gt;Sascha
&lt;br&gt;&lt;br&gt;I don't get this error, but I'll make my SPEC file and SRPM available to 
&lt;br&gt;you shortly - it is currently going through koji and the only bit I need 
&lt;br&gt;to check now is that all the built files are included.
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25782510&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/atlas-3.9.14%3A-GEMV-TUNE-Build-Error-tp25773805p25782510.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25773805</id>
	<title>atlas 3.9.14: GEMV TUNE Build Error</title>
	<published>2009-10-06T11:05:03Z</published>
	<updated>2009-10-06T11:05:03Z</updated>
	<author>
		<name>Sascha Manns-3</name>
	</author>
	<content type="html">Hello Mates,
&lt;br&gt;&lt;br&gt;i've tried to Build the 3.9.14 Version. But i get:
&lt;br&gt;&lt;br&gt;&amp;nbsp;STAGE 2-3-5: GEMV TUNE
&lt;br&gt;make -f Makefile INSTALL_LOG/zMVRES pre=z 2&amp;gt;&amp;1 | ./xatlas_tee 
&lt;br&gt;INSTALL_LOG/zMVTUNE.LOG
&lt;br&gt;make[1]: *** [build] Error 255
&lt;br&gt;make[1]: Leaving directory `/usr/src/packages/BUILD/ATLAS/x86_64_base'
&lt;br&gt;make: *** [build] Error 2
&lt;br&gt;error: Bad exit status from /var/tmp/rpm-tmp.DkaQoT (%build)
&lt;br&gt;&lt;br&gt;Anyone know how to fix it?
&lt;br&gt;-- 
&lt;br&gt;Sincerely Yours
&lt;br&gt;&lt;br&gt;Sascha Manns
&lt;br&gt;openSUSE Member
&lt;br&gt;openSUSE Ambassador
&lt;br&gt;openSUSE Build Service
&lt;br&gt;openSUSE Marketing Team
&lt;br&gt;Maifeldstrasse 10
&lt;br&gt;D-56 727 Mayen
&lt;br&gt;&lt;br&gt;Phone: +49 2651 4014045
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25773805&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://saschamanns.gulli.to&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saschamanns.gulli.to&lt;/a&gt;&lt;br&gt;Blog: &lt;a href=&quot;http://saigkill.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saigkill.wordpress.com&lt;/a&gt;&lt;br&gt;Twitter: &lt;a href=&quot;http://twitter.com/saigkill&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/saigkill&lt;/a&gt;&lt;br&gt;ClaimID: &lt;a href=&quot;http://claimid.com/saigkill&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://claimid.com/saigkill&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25773805&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/atlas-3.9.14%3A-GEMV-TUNE-Build-Error-tp25773805p25773805.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25771318</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-10-06T08:46:20Z</published>
	<updated>2009-10-06T08:46:20Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">On 06/10/09 16:14, Clint Whaley wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jess,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Are the instructions in the INSTALL.txt that is supplied with the 3.9.14 
&lt;br&gt;&amp;gt;&amp;gt; tarball accurate? &amp;nbsp;Particularly the section entitled: &amp;quot;NOTE ON BUILDING 
&lt;br&gt;&amp;gt;&amp;gt; A FULL LAPACK LIBRARY&amp;quot;. &amp;nbsp;I'm a little confused as to exactly how much 
&lt;br&gt;&amp;gt;&amp;gt; building of LAPACK is now included in ATLAS without my having to do 
&lt;br&gt;&amp;gt;&amp;gt; anything.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Good catch: the instructions in INSTALL.txt are out of date. &amp;nbsp;I believe the 
&lt;br&gt;&amp;gt; instructions in ATLAS/doc/atlas_install.pdf are up-to-date. &amp;nbsp;As long
&lt;br&gt;&amp;gt; as you use the --with-netlib-lapack-tarfile= configure flag, ATLAS
&lt;br&gt;&amp;gt; should handle the install of the mixed ATLAS/LAPACK library for you.
&lt;/div&gt;&lt;br&gt;Thanks, I'll try that.
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25771318&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25771318.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25770736</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-10-06T08:14:57Z</published>
	<updated>2009-10-06T08:14:57Z</updated>
	<author>
		<name>Clint Whaley</name>
	</author>
	<content type="html">Jess,
&lt;br&gt;&lt;br&gt;&amp;gt;Are the instructions in the INSTALL.txt that is supplied with the 3.9.14 
&lt;br&gt;&amp;gt;tarball accurate? &amp;nbsp;Particularly the section entitled: &amp;quot;NOTE ON BUILDING 
&lt;br&gt;&amp;gt;A FULL LAPACK LIBRARY&amp;quot;. &amp;nbsp;I'm a little confused as to exactly how much 
&lt;br&gt;&amp;gt;building of LAPACK is now included in ATLAS without my having to do 
&lt;br&gt;&amp;gt;anything.
&lt;br&gt;&lt;br&gt;Good catch: the instructions in INSTALL.txt are out of date. &amp;nbsp;I believe the 
&lt;br&gt;instructions in ATLAS/doc/atlas_install.pdf are up-to-date. &amp;nbsp;As long
&lt;br&gt;as you use the --with-netlib-lapack-tarfile= configure flag, ATLAS
&lt;br&gt;should handle the install of the mixed ATLAS/LAPACK library for you.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Clint
&lt;br&gt;&lt;br&gt;**************************************************************************
&lt;br&gt;** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
&lt;br&gt;**************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25770736&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25770736.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25769981</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-10-06T07:35:51Z</published>
	<updated>2009-10-06T07:35:51Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">On 04/09/09 23:28, Clint Whaley wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Guys,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Can we reimplement in configure &amp;nbsp;--with-netlib 
&lt;br&gt;&amp;gt;&amp;gt; lapack=%{buildroot}%{_libdir}/liblapack_pic.a?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; All things are possible. &amp;nbsp;I was trying to simplify my life by eliminating it,
&lt;br&gt;&amp;gt; however. &amp;nbsp;In particular, people tend to build lapack with incompatible flags,
&lt;br&gt;&amp;gt; and then write in for help because ATLAS doesn't work. &amp;nbsp;I therefore thought I'd
&lt;br&gt;&amp;gt; simplify the framework by not having this option anymore, and also cut down the
&lt;br&gt;&amp;gt; user help requests by always having ATLAS build it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does anyone else really want this option? &amp;nbsp;I suppose if enough knowledgable
&lt;br&gt;&amp;gt; people use it, I could add it back, and perhaps not mention it in the
&lt;br&gt;&amp;gt; docs . . .
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Are the instructions in the INSTALL.txt that is supplied with the 3.9.14 
&lt;br&gt;tarball accurate? &amp;nbsp;Particularly the section entitled: &amp;quot;NOTE ON BUILDING 
&lt;br&gt;A FULL LAPACK LIBRARY&amp;quot;. &amp;nbsp;I'm a little confused as to exactly how much 
&lt;br&gt;building of LAPACK is now included in ATLAS without my having to do 
&lt;br&gt;anything.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry&amp;reg; Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9&amp;#45;12, 2009. Register now&amp;#33;
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconf&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25769981&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25769981.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25428324</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-13T16:20:39Z</published>
	<updated>2009-09-13T16:20:39Z</updated>
	<author>
		<name>Sascha Manns-3</name>
	</author>
	<content type="html">Hi Jessica,
&lt;br&gt;&lt;br&gt;Am Sonntag 06 September 2009 21:10:08 wrote Sascha Manns:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Am Sonntag 06 September 2009 20:37:09 wrote &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25428324&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cs1jrj@...&lt;/a&gt;:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; For those who are wondering, we package them as RPMs because it makes
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; upgrading and so on much easier when you have the support of the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; package management system. &amp;nbsp;There are a huge number of scientific
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&amp;gt; packages installed on our clusters for various uses.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hmm. Maybe i can show your Spec? I think i can try your Solution...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; You can, but if you don't mind I'd prefer to wait for a little while?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It would be great :-)
&lt;/div&gt;Just an reminder...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sincerely Yours
&lt;br&gt;&lt;br&gt;Sascha Manns
&lt;br&gt;openSUSE Member
&lt;br&gt;openSUSE Ambassador
&lt;br&gt;openSUSE Build Service
&lt;br&gt;openSUSE Marketing Team
&lt;br&gt;Maifeldstrasse 10
&lt;br&gt;D-56 727 Mayen
&lt;br&gt;&lt;br&gt;Phone: +49 2651 4014045
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25428324&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://saschamanns.gulli.to&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saschamanns.gulli.to&lt;/a&gt;&lt;br&gt;Blog: &lt;a href=&quot;http://saigkill.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saigkill.wordpress.com&lt;/a&gt;&lt;br&gt;Twitter: &lt;a href=&quot;http://twitter.com/saigkill&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/saigkill&lt;/a&gt;&lt;br&gt;ClaimID: &lt;a href=&quot;http://claimid.com/saigkill&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://claimid.com/saigkill&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25428324&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25428324.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25350931</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-08T10:43:58Z</published>
	<updated>2009-09-08T10:43:58Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">On 08/09/09 17:31, Clint Whaley wrote:
&lt;br&gt;&amp;gt; Guys,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm not following all the discussions here (beginning of semester &amp; all),
&lt;br&gt;&amp;gt; but it sounded like some of you are not using the ATLAS-built LAPACK.
&lt;br&gt;&amp;gt; If you build LAPACK yourself from netlib, you will get substantially less
&lt;br&gt;&amp;gt; performance than if you use the ATLAS built one, particularly for LU, LLt,
&lt;br&gt;&amp;gt; and QR (probably roughly in that order).
&lt;br&gt;&lt;br&gt;We realise that, but certainly in our case, this is something that is 
&lt;br&gt;fine given where it is being used - we're using a fairly generic 
&lt;br&gt;(actually SSE3, rather than SSE2 as previously stated) ATLAS kernel for 
&lt;br&gt;x86 anyway, rather than tuning it for the specific machine. &amp;nbsp;This is for 
&lt;br&gt;people developing their code on their desktops, where performance is not 
&lt;br&gt;important but being able to make sure that the code compiles when you 
&lt;br&gt;are without access to the HPC facilities is quite useful, and it still 
&lt;br&gt;out-performs the reference implementation, which is nice. &amp;nbsp;For this 
&lt;br&gt;reason we are using instead of the reference BLAS just to be nice to the 
&lt;br&gt;ordinary users, who may not even know what BLAS is, but need it for 
&lt;br&gt;various pieces of software that they use.
&lt;br&gt;&lt;br&gt;What we are doing is packaging it for distribution across a range of 
&lt;br&gt;desktops, rather than for an HPC. &amp;nbsp;The HPCs are treated quite 
&lt;br&gt;differently, as performance is definitely an issue here! &amp;nbsp;We also 
&lt;br&gt;package it there, but in a less neat and tidy way so as to keep the 
&lt;br&gt;original LAPACK and the other tuning, which are specific to that 
&lt;br&gt;machine. &amp;nbsp;It just makes life easier when upgrading or uninstalling to 
&lt;br&gt;have the software packages managed by the system.
&lt;br&gt;&lt;br&gt;&amp;gt; ATLAS has recursive LU and LLt
&lt;br&gt;&amp;gt; that are superior to LAPACK's staticly blocked algorithms, and empirically
&lt;br&gt;&amp;gt; tunes the static block factor for QR (sounds like some of you are doing this
&lt;br&gt;&amp;gt; for your LAPACK libs).
&lt;br&gt;&lt;br&gt;We are, I don't know if anyone else is. &amp;nbsp;I only found out about it 
&lt;br&gt;through a paper that you wrote a while back, which showed how a LAPACK 
&lt;br&gt;intended for use with GotoBLAS might be tuned using tools provided by 
&lt;br&gt;ATLAS. &amp;nbsp;It was/is really useful BTW, thanks. :)
&lt;br&gt;&lt;br&gt;I hope you feel less concerned/confused now? &amp;nbsp;Many of the terms were 
&lt;br&gt;specific to the building of RPMs, something that doesn't really work all 
&lt;br&gt;that well when you want to actually care about performance, as the 
&lt;br&gt;target tends to be i686 or x86_64 at best.
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25350931&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25350931.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25349661</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-08T09:31:20Z</published>
	<updated>2009-09-08T09:31:20Z</updated>
	<author>
		<name>Clint Whaley</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;&lt;br&gt;I'm not following all the discussions here (beginning of semester &amp; all),
&lt;br&gt;but it sounded like some of you are not using the ATLAS-built LAPACK.
&lt;br&gt;If you build LAPACK yourself from netlib, you will get substantially less
&lt;br&gt;performance than if you use the ATLAS built one, particularly for LU, LLt,
&lt;br&gt;and QR (probably roughly in that order). &amp;nbsp;ATLAS has recursive LU and LLt
&lt;br&gt;that are superior to LAPACK's staticly blocked algorithms, and empirically
&lt;br&gt;tunes the static block factor for QR (sounds like some of you are doing this
&lt;br&gt;for your LAPACK libs). &amp;nbsp;We are presently working on a hybrid recursive/static
&lt;br&gt;blocked QR which will eventually give native support for the QR variants,
&lt;br&gt;which should again be noticibly faster than even tuned static blocking.
&lt;br&gt;We also have special parallel algorithms that are going to improve LU and
&lt;br&gt;QR in parallel substantially (not in there yet, though).
&lt;br&gt;&lt;br&gt;Even the stable release has the superior LU and Cholesky. &amp;nbsp;You should 
&lt;br&gt;probably see the largest performance differences for large parallel 
&lt;br&gt;factorizations.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Clint
&lt;br&gt;&lt;br&gt;**************************************************************************
&lt;br&gt;** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
&lt;br&gt;**************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349661&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25349661.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25349492</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-06T12:12:25Z</published>
	<updated>2009-09-06T12:12:25Z</updated>
	<author>
		<name>Algo Postmater</name>
	</author>
	<content type="html">&lt;HTML&gt;&lt;head&gt;&lt;META content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;


&lt;META content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;


&lt;/head&gt;&lt;BODY&gt;
&lt;DIV&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&lt;STRONG&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349492&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;&lt;/STRONG&gt; sent an e-mail to the &lt;STRONG&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349492&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;math-atlas-devel@...&lt;/a&gt;, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349492&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cs1jrj@...&lt;/a&gt;&lt;/STRONG&gt; address, received:&amp;nbsp;&lt;STRONG&gt;Sun 06 Sep 2009 15:12:25&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Please be advised that &lt;STRONG&gt;&lt;FONT COLOR=&quot;#ff0000&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349492&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cs1jrj@...&lt;/a&gt;&lt;/FONT&gt; &lt;/STRONG&gt;is no longer with Algorithmics.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Kindly make a note of this for future reference.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Algorithmics Postmaster&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;1&quot;&gt;This is an automated reply.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;6ddc4eaa-32e0-45ea-99a0-3f97378a0ddf&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV STYLE=&quot;FONT-SIZE: 9pt; FONT-FAMILY: Courier New&quot;&gt;
&lt;HR&gt;

&lt;DIV ALIGN=&quot;justify&quot; STYLE=&quot;FONT-SIZE: 9pt; FONT-FAMILY: Courier New&quot;&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;1&quot;&gt;This email and any files transmitted with it are confidential and proprietary to Algorithmics Incorporated and its affiliates (&quot;Algorithmics&quot;). If received in error, use is prohibited. Please destroy, and notify sender. Sender does not waive confidentiality or privilege. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. Algorithmics does not accept liability for any errors or omissions. Any commitment intended to bind Algorithmics must be reduced to writing and signed by an authorized signatory.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;HR&gt;

&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349492&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25349492.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25320785</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-06T12:10:08Z</published>
	<updated>2009-09-06T12:10:08Z</updated>
	<author>
		<name>Sascha Manns-3</name>
	</author>
	<content type="html">Am Sonntag 06 September 2009 20:37:09 wrote &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25320785&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cs1jrj@...&lt;/a&gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Quoting Sascha Manns &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25320785&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; I assume you are building it as an RPM then?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Yes ...
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; We also do this, but I've
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; been cheating by getting ATLAS to build it for me, then stealing the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; build flags suggested by ATLAS to create the LAPACK RPM, which we
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; keep
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; How do you do this? You create lapack rpm before creating ATLAS?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Yes. &amp;nbsp;We are building everything via koji (basically we have our own
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; RedHat rebuild, much like CentOS, but with certain things, such as GCC,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; updated to something newer due to various site requirements that we
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; have).
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; What we do is not as neat as I would like, but it requires fewer
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; modifications. &amp;nbsp;We only build ATLAS for a generic SSE2-capable processor
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; unless building for our central cluster, which itself runs Scientific
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Linux and for which we build packages also via koji.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Basically, outside of the build system when first packaging ATLAS, I
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; usually build ATLAS, then look through the build and configure logs for
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; the flags passed to LAPACK when it builds that. &amp;nbsp;As you know, you do not
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; have to use all the files built by the %build section of your RPM spec
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; file, so we install the LAPACK RPM separately to ATLAS and then ignore
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; the LAPACK libraries later built by ATLAS itself. &amp;nbsp;Our ATLAS RPM then
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; requires the LAPACK RPM, named rather unimaginatively for ATLAS as
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; lapack-atlas, but provides BLAS. &amp;nbsp;Does that make sense? &amp;nbsp;We also package
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; GotoBLAS in a similar way, but not for general distribution, only for
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; the various clusters that we have (all of them have some RedHat-based
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; distribution on them, be it Scientific Linux or Rocks).
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; For those who are wondering, we package them as RPMs because it makes
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; upgrading and so on much easier when you have the support of the package
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; management system. &amp;nbsp;There are a huge number of scientific packages
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; installed on our clusters for various uses.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hmm. Maybe i can show your Spec? I think i can try your Solution...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You can, but if you don't mind I'd prefer to wait for a little while?
&lt;/div&gt;It would be great :-)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sincerely Yours
&lt;br&gt;&lt;br&gt;Sascha Manns
&lt;br&gt;openSUSE Ambassador
&lt;br&gt;openSUSE Build Service
&lt;br&gt;openSUSE Marketing Team
&lt;br&gt;Maifeldstrasse 10
&lt;br&gt;D-56 727 Mayen
&lt;br&gt;&lt;br&gt;Phone: +49 2651 4014045
&lt;br&gt;Fax: +49 3222 1764729 
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25320785&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://saschamanns.gulli.to&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saschamanns.gulli.to&lt;/a&gt;&lt;br&gt;Blog: &lt;a href=&quot;http://saigkill.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saigkill.wordpress.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25320785&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25320785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25349505</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-06T11:37:09Z</published>
	<updated>2009-09-06T11:37:09Z</updated>
	<author>
		<name>J R Jones</name>
	</author>
	<content type="html">Quoting Sascha Manns &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349505&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; I assume you are building it as an RPM then?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Yes ...
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; We also do this, but I've
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; been cheating by getting ATLAS to build it for me, then stealing the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; build flags suggested by ATLAS to create the LAPACK RPM, which we keep
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; How do you do this? You create lapack rpm before creating ATLAS?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Yes. &amp;nbsp;We are building everything via koji (basically we have our own
&lt;br&gt;&amp;gt;&amp;gt; RedHat rebuild, much like CentOS, but with certain things, such as GCC,
&lt;br&gt;&amp;gt;&amp;gt; updated to something newer due to various site requirements that we have).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; What we do is not as neat as I would like, but it requires fewer
&lt;br&gt;&amp;gt;&amp;gt; modifications. &amp;nbsp;We only build ATLAS for a generic SSE2-capable processor
&lt;br&gt;&amp;gt;&amp;gt; unless building for our central cluster, which itself runs Scientific
&lt;br&gt;&amp;gt;&amp;gt; Linux and for which we build packages also via koji.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Basically, outside of the build system when first packaging ATLAS, I
&lt;br&gt;&amp;gt;&amp;gt; usually build ATLAS, then look through the build and configure logs for
&lt;br&gt;&amp;gt;&amp;gt; the flags passed to LAPACK when it builds that. &amp;nbsp;As you know, you do not
&lt;br&gt;&amp;gt;&amp;gt; have to use all the files built by the %build section of your RPM spec
&lt;br&gt;&amp;gt;&amp;gt; file, so we install the LAPACK RPM separately to ATLAS and then ignore the
&lt;br&gt;&amp;gt;&amp;gt; LAPACK libraries later built by ATLAS itself. &amp;nbsp;Our ATLAS RPM then
&lt;br&gt;&amp;gt;&amp;gt; requires the LAPACK RPM, named rather unimaginatively for ATLAS as
&lt;br&gt;&amp;gt;&amp;gt; lapack-atlas, but provides BLAS. &amp;nbsp;Does that make sense? &amp;nbsp;We also package
&lt;br&gt;&amp;gt;&amp;gt; GotoBLAS in a similar way, but not for general distribution, only for the
&lt;br&gt;&amp;gt;&amp;gt; various clusters that we have (all of them have some RedHat-based
&lt;br&gt;&amp;gt;&amp;gt; distribution on them, be it Scientific Linux or Rocks).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; For those who are wondering, we package them as RPMs because it makes
&lt;br&gt;&amp;gt;&amp;gt; upgrading and so on much easier when you have the support of the package
&lt;br&gt;&amp;gt;&amp;gt; management system. &amp;nbsp;There are a huge number of scientific packages
&lt;br&gt;&amp;gt;&amp;gt; installed on our clusters for various uses.
&lt;br&gt;&amp;gt; Hmm. Maybe i can show your Spec? I think i can try your Solution...
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;You can, but if you don't mind I'd prefer to wait for a little while? &amp;nbsp; 
&lt;br&gt;RHEL 5.4 just came out so we are in the middle of a massive &amp;nbsp;
&lt;br&gt;upgrade/rebuild cycle. &amp;nbsp;It is also on my todo list, now that ATLAS is &amp;nbsp;
&lt;br&gt;building the LAPACK for us, to create the LAPACK packages for use with &amp;nbsp;
&lt;br&gt;ATLAS from the one spec file when ATLAS is built. &amp;nbsp;I think this method &amp;nbsp;
&lt;br&gt;would be a lot cleaner than having configure flags gleaned from ATLAS &amp;nbsp;
&lt;br&gt;hand-written into the LAPACK spec file (although this is not &amp;nbsp;
&lt;br&gt;preventable for GotoBLAS).
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349505&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25349505.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25349508</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-06T11:23:17Z</published>
	<updated>2009-09-06T11:23:17Z</updated>
	<author>
		<name>Algo Postmater</name>
	</author>
	<content type="html">&lt;HTML&gt;&lt;head&gt;&lt;META content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;


&lt;META content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;


&lt;/head&gt;&lt;BODY&gt;
&lt;DIV&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&lt;STRONG&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349508&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;&lt;/STRONG&gt; sent an e-mail to the &lt;STRONG&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349508&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;math-atlas-devel@...&lt;/a&gt;, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349508&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cs1jrj@...&lt;/a&gt;&lt;/STRONG&gt; address, received:&amp;nbsp;&lt;STRONG&gt;Sun 06 Sep 2009 14:23:17&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Please be advised that &lt;STRONG&gt;&lt;FONT COLOR=&quot;#ff0000&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349508&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cs1jrj@...&lt;/a&gt;&lt;/FONT&gt; &lt;/STRONG&gt;is no longer with Algorithmics.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Kindly make a note of this for future reference.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Algorithmics Postmaster&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;1&quot;&gt;This is an automated reply.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;91449e3a-be2b-4598-87bd-e574ed8a1c79&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV STYLE=&quot;FONT-SIZE: 9pt; FONT-FAMILY: Courier New&quot;&gt;
&lt;HR&gt;

&lt;DIV ALIGN=&quot;justify&quot; STYLE=&quot;FONT-SIZE: 9pt; FONT-FAMILY: Courier New&quot;&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;1&quot;&gt;This email and any files transmitted with it are confidential and proprietary to Algorithmics Incorporated and its affiliates (&quot;Algorithmics&quot;). If received in error, use is prohibited. Please destroy, and notify sender. Sender does not waive confidentiality or privilege. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. Algorithmics does not accept liability for any errors or omissions. Any commitment intended to bind Algorithmics must be reduced to writing and signed by an authorized signatory.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;HR&gt;

&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349508&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25349508.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25320342</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-06T11:18:21Z</published>
	<updated>2009-09-06T11:18:21Z</updated>
	<author>
		<name>Sascha Manns-3</name>
	</author>
	<content type="html">Am Sonntag 06 September 2009 20:01:17 wrote J R Jones:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sun, 6 Sep 2009, Sascha Manns wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi Jessica,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Am Sonntag 06 September 2009 15:26:43 wrote Jessica Jones:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On 04/09/09 23:44, Sascha Manns wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Am Samstag 05 September 2009 00:28:07 wrote Clint Whaley:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Guys,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Can we reimplement in configure &amp;nbsp;--with-netlib
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; lapack=%{buildroot}%{_libdir}/liblapack_pic.a?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; All things are possible. &amp;nbsp;I was trying to simplify my life by
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; eliminating it, however. &amp;nbsp;In particular, people tend to build lapack
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; with incompatible flags, and then write in for help because ATLAS
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; doesn't work. &amp;nbsp;I therefore thought I'd simplify the framework by not
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; having this option anymore, and also cut down the user help requests
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; by always having ATLAS build it.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Maybe we can give both options. So everyone can choose, what he wants.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; The Problem is, we have an own lapack Package in out Buildservice. I
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; add all relevant Packages to my chroot (buildroot). Then i can give
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; configure the Path to the needed Lib.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; In the present status i must add an Tarfile from an Program, who exists
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; already an own Package.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Do you know what i mean?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I assume you are building it as an RPM then?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Yes ...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; We also do this, but I've
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; been cheating by getting ATLAS to build it for me, then stealing the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; build flags suggested by ATLAS to create the LAPACK RPM, which we keep
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; How do you do this? You create lapack rpm before creating ATLAS?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes. &amp;nbsp;We are building everything via koji (basically we have our own
&lt;br&gt;&amp;gt; RedHat rebuild, much like CentOS, but with certain things, such as GCC,
&lt;br&gt;&amp;gt; updated to something newer due to various site requirements that we have).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What we do is not as neat as I would like, but it requires fewer
&lt;br&gt;&amp;gt; modifications. &amp;nbsp;We only build ATLAS for a generic SSE2-capable processor
&lt;br&gt;&amp;gt; unless building for our central cluster, which itself runs Scientific
&lt;br&gt;&amp;gt; Linux and for which we build packages also via koji.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Basically, outside of the build system when first packaging ATLAS, I
&lt;br&gt;&amp;gt; usually build ATLAS, then look through the build and configure logs for
&lt;br&gt;&amp;gt; the flags passed to LAPACK when it builds that. &amp;nbsp;As you know, you do not
&lt;br&gt;&amp;gt; have to use all the files built by the %build section of your RPM spec
&lt;br&gt;&amp;gt; file, so we install the LAPACK RPM separately to ATLAS and then ignore the
&lt;br&gt;&amp;gt; LAPACK libraries later built by ATLAS itself. &amp;nbsp;Our ATLAS RPM then
&lt;br&gt;&amp;gt; requires the LAPACK RPM, named rather unimaginatively for ATLAS as
&lt;br&gt;&amp;gt; lapack-atlas, but provides BLAS. &amp;nbsp;Does that make sense? &amp;nbsp;We also package
&lt;br&gt;&amp;gt; GotoBLAS in a similar way, but not for general distribution, only for the
&lt;br&gt;&amp;gt; various clusters that we have (all of them have some RedHat-based
&lt;br&gt;&amp;gt; distribution on them, be it Scientific Linux or Rocks).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For those who are wondering, we package them as RPMs because it makes
&lt;br&gt;&amp;gt; upgrading and so on much easier when you have the support of the package
&lt;br&gt;&amp;gt; management system. &amp;nbsp;There are a huge number of scientific packages
&lt;br&gt;&amp;gt; installed on our clusters for various uses.
&lt;/div&gt;Hmm. Maybe i can show your Spec? I think i can try your Solution...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sincerely Yours
&lt;br&gt;&lt;br&gt;Sascha Manns
&lt;br&gt;openSUSE Ambassador
&lt;br&gt;openSUSE Build Service
&lt;br&gt;openSUSE Marketing Team
&lt;br&gt;Maifeldstrasse 10
&lt;br&gt;D-56 727 Mayen
&lt;br&gt;&lt;br&gt;Phone: +49 2651 4014045
&lt;br&gt;Fax: +49 3222 1764729 
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25320342&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://saschamanns.gulli.to&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saschamanns.gulli.to&lt;/a&gt;&lt;br&gt;Blog: &lt;a href=&quot;http://saigkill.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saigkill.wordpress.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25320342&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25320342.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25349491</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-06T11:01:17Z</published>
	<updated>2009-09-06T11:01:17Z</updated>
	<author>
		<name>J R Jones</name>
	</author>
	<content type="html">On Sun, 6 Sep 2009, Sascha Manns wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Jessica,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Am Sonntag 06 September 2009 15:26:43 wrote Jessica Jones:
&lt;br&gt;&amp;gt;&amp;gt; On 04/09/09 23:44, Sascha Manns wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Am Samstag 05 September 2009 00:28:07 wrote Clint Whaley:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Guys,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Can we reimplement in configure &amp;nbsp;--with-netlib
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; lapack=%{buildroot}%{_libdir}/liblapack_pic.a?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; All things are possible. &amp;nbsp;I was trying to simplify my life by
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; eliminating it, however. &amp;nbsp;In particular, people tend to build lapack
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; with incompatible flags, and then write in for help because ATLAS
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; doesn't work. &amp;nbsp;I therefore thought I'd simplify the framework by not
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; having this option anymore, and also cut down the user help requests by
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; always having ATLAS build it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Maybe we can give both options. So everyone can choose, what he wants.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The Problem is, we have an own lapack Package in out Buildservice. I add
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; all relevant Packages to my chroot (buildroot). Then i can give configure
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the Path to the needed Lib.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; In the present status i must add an Tarfile from an Program, who exists
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; already an own Package.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Do you know what i mean?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I assume you are building it as an RPM then?
&lt;br&gt;&amp;gt; Yes ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We also do this, but I've
&lt;br&gt;&amp;gt;&amp;gt; been cheating by getting ATLAS to build it for me, then stealing the
&lt;br&gt;&amp;gt;&amp;gt; build flags suggested by ATLAS to create the LAPACK RPM, which we keep
&lt;br&gt;&amp;gt; How do you do this? You create lapack rpm before creating ATLAS?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Yes. &amp;nbsp;We are building everything via koji (basically we have our own 
&lt;br&gt;RedHat rebuild, much like CentOS, but with certain things, such as GCC, 
&lt;br&gt;updated to something newer due to various site requirements that we have).
&lt;br&gt;&lt;br&gt;What we do is not as neat as I would like, but it requires fewer 
&lt;br&gt;modifications. &amp;nbsp;We only build ATLAS for a generic SSE2-capable processor 
&lt;br&gt;unless building for our central cluster, which itself runs Scientific 
&lt;br&gt;Linux and for which we build packages also via koji.
&lt;br&gt;&lt;br&gt;Basically, outside of the build system when first packaging ATLAS, I 
&lt;br&gt;usually build ATLAS, then look through the build and configure logs for 
&lt;br&gt;the flags passed to LAPACK when it builds that. &amp;nbsp;As you know, you do not 
&lt;br&gt;have to use all the files built by the %build section of your RPM spec 
&lt;br&gt;file, so we install the LAPACK RPM separately to ATLAS and then ignore the 
&lt;br&gt;LAPACK libraries later built by ATLAS itself. &amp;nbsp;Our ATLAS RPM then 
&lt;br&gt;requires the LAPACK RPM, named rather unimaginatively for ATLAS as 
&lt;br&gt;lapack-atlas, but provides BLAS. &amp;nbsp;Does that make sense? &amp;nbsp;We also package 
&lt;br&gt;GotoBLAS in a similar way, but not for general distribution, only for the 
&lt;br&gt;various clusters that we have (all of them have some RedHat-based 
&lt;br&gt;distribution on them, be it Scientific Linux or Rocks).
&lt;br&gt;&lt;br&gt;For those who are wondering, we package them as RPMs because it makes 
&lt;br&gt;upgrading and so on much easier when you have the support of the package 
&lt;br&gt;management system. &amp;nbsp;There are a huge number of scientific packages 
&lt;br&gt;installed on our clusters for various uses.
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349491&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25349491.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25349502</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-06T09:26:08Z</published>
	<updated>2009-09-06T09:26:08Z</updated>
	<author>
		<name>Algo Postmater</name>
	</author>
	<content type="html">&lt;HTML&gt;&lt;head&gt;&lt;META content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;


&lt;META content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;


&lt;/head&gt;&lt;BODY&gt;
&lt;DIV&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&lt;STRONG&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349502&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;&lt;/STRONG&gt; sent an e-mail to the &lt;STRONG&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349502&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;math-atlas-devel@...&lt;/a&gt;, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349502&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j.r.jones@...&lt;/a&gt;&lt;/STRONG&gt; address, received:&amp;nbsp;&lt;STRONG&gt;Sun 06 Sep 2009 12:26:08&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Please be advised that &lt;STRONG&gt;&lt;FONT COLOR=&quot;#ff0000&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349502&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j.r.jones@...&lt;/a&gt;&lt;/FONT&gt; &lt;/STRONG&gt;is no longer with Algorithmics.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Kindly make a note of this for future reference.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Algorithmics Postmaster&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;1&quot;&gt;This is an automated reply.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;ed55536e-e907-4e5c-a868-b1a700e97d28&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV STYLE=&quot;FONT-SIZE: 9pt; FONT-FAMILY: Courier New&quot;&gt;
&lt;HR&gt;

&lt;DIV ALIGN=&quot;justify&quot; STYLE=&quot;FONT-SIZE: 9pt; FONT-FAMILY: Courier New&quot;&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;1&quot;&gt;This email and any files transmitted with it are confidential and proprietary to Algorithmics Incorporated and its affiliates (&quot;Algorithmics&quot;). If received in error, use is prohibited. Please destroy, and notify sender. Sender does not waive confidentiality or privilege. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. Algorithmics does not accept liability for any errors or omissions. Any commitment intended to bind Algorithmics must be reduced to writing and signed by an authorized signatory.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;HR&gt;

&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349502&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25349502.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25319260</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-06T09:24:54Z</published>
	<updated>2009-09-06T09:24:54Z</updated>
	<author>
		<name>Sascha Manns-3</name>
	</author>
	<content type="html">Hi Jessica,
&lt;br&gt;&lt;br&gt;Am Sonntag 06 September 2009 15:26:43 wrote Jessica Jones:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 04/09/09 23:44, Sascha Manns wrote:
&lt;br&gt;&amp;gt; &amp;gt; Am Samstag 05 September 2009 00:28:07 wrote Clint Whaley:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Guys,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Can we reimplement in configure &amp;nbsp;--with-netlib
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; lapack=%{buildroot}%{_libdir}/liblapack_pic.a?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; All things are possible. &amp;nbsp;I was trying to simplify my life by
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; eliminating it, however. &amp;nbsp;In particular, people tend to build lapack
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; with incompatible flags, and then write in for help because ATLAS
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; doesn't work. &amp;nbsp;I therefore thought I'd simplify the framework by not
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; having this option anymore, and also cut down the user help requests by
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; always having ATLAS build it.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Maybe we can give both options. So everyone can choose, what he wants.
&lt;br&gt;&amp;gt; &amp;gt; The Problem is, we have an own lapack Package in out Buildservice. I add
&lt;br&gt;&amp;gt; &amp;gt; all relevant Packages to my chroot (buildroot). Then i can give configure
&lt;br&gt;&amp;gt; &amp;gt; the Path to the needed Lib.
&lt;br&gt;&amp;gt; &amp;gt; In the present status i must add an Tarfile from an Program, who exists
&lt;br&gt;&amp;gt; &amp;gt; already an own Package.
&lt;br&gt;&amp;gt; &amp;gt; Do you know what i mean?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I assume you are building it as an RPM then? &amp;nbsp;
&lt;/div&gt;Yes ...
&lt;br&gt;&lt;br&gt;&amp;gt; We also do this, but I've
&lt;br&gt;&amp;gt; been cheating by getting ATLAS to build it for me, then stealing the
&lt;br&gt;&amp;gt; build flags suggested by ATLAS to create the LAPACK RPM, which we keep
&lt;br&gt;How do you do this? You create lapack rpm before creating ATLAS?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sincerely Yours
&lt;br&gt;&lt;br&gt;Sascha Manns
&lt;br&gt;openSUSE Ambassador
&lt;br&gt;openSUSE Build Service
&lt;br&gt;openSUSE Marketing Team
&lt;br&gt;Maifeldstrasse 10
&lt;br&gt;D-56 727 Mayen
&lt;br&gt;&lt;br&gt;Phone: +49 2651 4014045
&lt;br&gt;Fax: +49 3222 1764729 
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25319260&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://saschamanns.gulli.to&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saschamanns.gulli.to&lt;/a&gt;&lt;br&gt;Blog: &lt;a href=&quot;http://saigkill.wordpress.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saigkill.wordpress.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25319260&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25319260.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25349514</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-06T06:27:36Z</published>
	<updated>2009-09-06T06:27:36Z</updated>
	<author>
		<name>Algo Postmater</name>
	</author>
	<content type="html">&lt;HTML&gt;&lt;head&gt;&lt;META content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;


&lt;META content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;


&lt;/head&gt;&lt;BODY&gt;
&lt;DIV&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&lt;STRONG&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349514&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j.r.jones@...&lt;/a&gt;&lt;/STRONG&gt; sent an e-mail to the &lt;STRONG&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349514&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;math-atlas-devel@...&lt;/a&gt;, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349514&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;&lt;/STRONG&gt; address, received:&amp;nbsp;&lt;STRONG&gt;Sun 06 Sep 2009 09:27:36&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Please be advised that &lt;STRONG&gt;&lt;FONT COLOR=&quot;#ff0000&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349514&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;math-atlas-devel@...&lt;/a&gt;, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349514&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;&lt;/FONT&gt; &lt;/STRONG&gt;is no longer with Algorithmics.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Kindly make a note of this for future reference.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;Algorithmics Postmaster&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;1&quot;&gt;This is an automated reply.&lt;/FONT&gt;&lt;/P&gt;
&lt;P CLASS=&quot;fd65ca18-e93e-468d-8565-79f76e220177&quot;&gt;&lt;FONT FACE=&quot;Arial&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV STYLE=&quot;FONT-SIZE: 9pt; FONT-FAMILY: Courier New&quot;&gt;
&lt;HR&gt;

&lt;DIV ALIGN=&quot;justify&quot; STYLE=&quot;FONT-SIZE: 9pt; FONT-FAMILY: Courier New&quot;&gt;&lt;FONT FACE=&quot;Arial&quot; SIZE=&quot;1&quot;&gt;This email and any files transmitted with it are confidential and proprietary to Algorithmics Incorporated and its affiliates (&quot;Algorithmics&quot;). If received in error, use is prohibited. Please destroy, and notify sender. Sender does not waive confidentiality or privilege. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. Algorithmics does not accept liability for any errors or omissions. Any commitment intended to bind Algorithmics must be reduced to writing and signed by an authorized signatory.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;HR&gt;

&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25349514&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25349514.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25317807</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-06T06:26:43Z</published>
	<updated>2009-09-06T06:26:43Z</updated>
	<author>
		<name>Jessica Jones</name>
	</author>
	<content type="html">On 04/09/09 23:44, Sascha Manns wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Am Samstag 05 September 2009 00:28:07 wrote Clint Whaley:
&lt;br&gt;&amp;gt;&amp;gt; Guys,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Can we reimplement in configure &amp;nbsp;--with-netlib
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; lapack=%{buildroot}%{_libdir}/liblapack_pic.a?
&lt;br&gt;&amp;gt;&amp;gt; All things are possible. &amp;nbsp;I was trying to simplify my life by eliminating
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;it, however. &amp;nbsp;In particular, people tend to build lapack with incompatible
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;flags, and then write in for help because ATLAS doesn't work. &amp;nbsp;I therefore
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;thought I'd simplify the framework by not having this option anymore, and
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;also cut down the user help requests by always having ATLAS build it.
&lt;br&gt;&amp;gt; Maybe we can give both options. So everyone can choose, what he wants.
&lt;br&gt;&amp;gt; The Problem is, we have an own lapack Package in out Buildservice. I add all 
&lt;br&gt;&amp;gt; relevant Packages to my chroot (buildroot). Then i can give configure the Path 
&lt;br&gt;&amp;gt; to the needed Lib.
&lt;br&gt;&amp;gt; In the present status i must add an Tarfile from an Program, who exists 
&lt;br&gt;&amp;gt; already an own Package.
&lt;br&gt;&amp;gt; Do you know what i mean?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;I assume you are building it as an RPM then? &amp;nbsp;We also do this, but I've 
&lt;br&gt;been cheating by getting ATLAS to build it for me, then stealing the 
&lt;br&gt;build flags suggested by ATLAS to create the LAPACK RPM, which we keep 
&lt;br&gt;separate from one tuned for GotoBLAS by hand using the tools provided 
&lt;br&gt;helpfully by ATLAS (yes this is a bit confusing, but it works very well).
&lt;br&gt;&lt;br&gt;Jess
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25317807&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25317807.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25303123</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-04T15:44:18Z</published>
	<updated>2009-09-04T15:44:18Z</updated>
	<author>
		<name>Sascha Manns-3</name>
	</author>
	<content type="html">Am Samstag 05 September 2009 00:28:07 wrote Clint Whaley:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Guys,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;Can we reimplement in configure &amp;nbsp;--with-netlib
&lt;br&gt;&amp;gt; &amp;gt;lapack=%{buildroot}%{_libdir}/liblapack_pic.a?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; All things are possible. &amp;nbsp;I was trying to simplify my life by eliminating
&lt;br&gt;&amp;gt; &amp;nbsp;it, however. &amp;nbsp;In particular, people tend to build lapack with incompatible
&lt;br&gt;&amp;gt; &amp;nbsp;flags, and then write in for help because ATLAS doesn't work. &amp;nbsp;I therefore
&lt;br&gt;&amp;gt; &amp;nbsp;thought I'd simplify the framework by not having this option anymore, and
&lt;br&gt;&amp;gt; &amp;nbsp;also cut down the user help requests by always having ATLAS build it.
&lt;/div&gt;Maybe we can give both options. So everyone can choose, what he wants.
&lt;br&gt;The Problem is, we have an own lapack Package in out Buildservice. I add all 
&lt;br&gt;relevant Packages to my chroot (buildroot). Then i can give configure the Path 
&lt;br&gt;to the needed Lib.
&lt;br&gt;In the present status i must add an Tarfile from an Program, who exists 
&lt;br&gt;already an own Package.
&lt;br&gt;Do you know what i mean?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sincerely Yours
&lt;br&gt;&lt;br&gt;Sascha Manns
&lt;br&gt;openSUSE Ambassador
&lt;br&gt;openSUSE Build Service
&lt;br&gt;openSUSE Marketing Team
&lt;br&gt;Maifeldstrasse 10
&lt;br&gt;D-56 727 Mayen
&lt;br&gt;&lt;br&gt;Phone: +49 2651 4014045
&lt;br&gt;Fax: +49 3222 1764729 
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25303123&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;saigkill@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://saschamanns.gulli.to&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saschamanns.gulli.to&lt;/a&gt;&lt;br&gt;Project-Blog: &lt;a href=&quot;http://lizards.opensuse.org/author/saigkill&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lizards.opensuse.org/author/saigkill&lt;/a&gt;&lt;br&gt;Private-Blog: &lt;a href=&quot;http://saschasbacktrace.blogspot.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://saschasbacktrace.blogspot.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25303123&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25303123.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25302948</id>
	<title>Re: Reimplement lapack</title>
	<published>2009-09-04T15:28:07Z</published>
	<updated>2009-09-04T15:28:07Z</updated>
	<author>
		<name>Clint Whaley</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;&lt;br&gt;&amp;gt;Can we reimplement in configure &amp;nbsp;--with-netlib 
&lt;br&gt;&amp;gt;lapack=%{buildroot}%{_libdir}/liblapack_pic.a?
&lt;br&gt;&lt;br&gt;All things are possible. &amp;nbsp;I was trying to simplify my life by eliminating it,
&lt;br&gt;however. &amp;nbsp;In particular, people tend to build lapack with incompatible flags,
&lt;br&gt;and then write in for help because ATLAS doesn't work. &amp;nbsp;I therefore thought I'd
&lt;br&gt;simplify the framework by not having this option anymore, and also cut down the
&lt;br&gt;user help requests by always having ATLAS build it.
&lt;br&gt;&lt;br&gt;Does anyone else really want this option? &amp;nbsp;I suppose if enough knowledgable
&lt;br&gt;people use it, I could add it back, and perhaps not mention it in the
&lt;br&gt;docs . . .
&lt;br&gt;&lt;br&gt;I would have to scope things out, because there were some tricks I was pulling
&lt;br&gt;that worked best if I built the source (not sure what they were anymore) . . .
&lt;br&gt;&lt;br&gt;?
&lt;br&gt;Clint
&lt;br&gt;&lt;br&gt;**************************************************************************
&lt;br&gt;** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley **
&lt;br&gt;**************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Math-atlas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25302948&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Math-atlas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/math-atlas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reimplement-lapack-tp25302430p25302948.html" />
</entry>

</feed>
