From: Roman G. <rom...@gm...> - 2010-04-12 21:47:44
|
Hi all FYI: I found a problem in the Windows build of the SuperLU module that caused the wrong results. The uppercase symbols of the double-precision BLAS routines (which are used in Windows) were mapped to single-precision BLAS routines (in Cnames.h). Next, I work on the installer for Win32 and pysparse 1.1. Let's hope that was the last serious Windows-related issue... Cheers, Roman On 06.04.2010 23:00, Daniel Wheeler wrote: > On Tue, Apr 6, 2010 at 4:45 PM, Roman Geus<rom...@gm...> wrote: > >>> Just use tags. If things need to be fixed you can create a branch from >>> tags/version-1_1 (to branches/version-1_1). Tags should just be place >>> holders. >>> >>> >> Yes, right. But my windows build still produces wrong results in the superlu >> module. >> > Ho-hum, then we are hamstrung at the moment. I'll try and figure out > how to make pythonxy build statically, probably the most useful thing > I can do for now. We just released a new version of fipy (version 2.1) > so I need to deal with this issue. > > |