![]() |
Blitz Support : |
From: Julian C. Cummings (cummings_at_[hidden])
Date: 2004-06-08 13:14:30
Hello Peter,
I was completely unaware of this Scons tool until I read your e-mail and
looked up the project on SourceForge. I would be happy to add a Scons
script for building the blitz library and testsuite codes to the repository
if you care to submit one. I am interested in feedback from you or anyone
else who has used Scons as to the relative merits of using this tool as
compared to the GNU make utility. Are there advantages?
Regards, Julian C.
Dr. Julian C. Cummings
Staff Scientist, CACR/Caltech
(626) 395-2543
cummings_at_[hidden]
> -----Original Message-----
> From: blitz-support-bounces_at_[hidden]
> [mailto:blitz-support-bounces_at_[hidden]] On Behalf Of
> Peter Vandersteegen
> Sent: Tuesday, May 11, 2004 5:56 AM
> To: blitz-support_at_[hidden]
> Subject: [Blitz-support] using Scons and intel compiler 7.1
> in a win32environment
>
>
> Hello,
>
> Recently I've discovered blitz++ as a matrix library. I have
> however had problems compiling the static library blitz.lib
> under win32 with icl7.1 (I've icl.exe as compiler, not icc)
>
> using ./configure under msys and cygwin kept given errors.
> (something like
> http://www.oonumerics.org/MailArchives/blitz-support/msg00699.php)
>
> Searching the support-mailing list I found the following:
> http://www.oonumerics.org/MailArchives/blitz-support/msg00601.php
> This explains how you create a visualstudio project which
> compiles blitz.lib
>
> What I then did was:
> * I used bzconfig in /compiler to test my compiler intel:
> icl.exe (after this I copied it into the right directory /blitz)
> * I wrote a scons-script which only included the
> top-library-directory (in my case:
> "d:/libraries/blitz++-0.7") and finally created blitz.lib
> from globals.cpp
>
> my question now is: is this everything what needs to be done
> to compile blitz? I've already compiled the first
> simple-example from the manual p. 13, which seems to work.
>
> Peter
>
> ps. I can contribute this scons-script, but at present it
> only works for icl 7.1 under win32
>
>
>