Blitz logo

Blitz Support :

From: Julian Cummings (cummings_at_[hidden])
Date: 2005-04-29 14:39:50


Hello Derek,

Several people have recently reported the same problem. The Fortran
compiler is only needed in order to compile the benchmarking codes in the
benchmarks subdirectory, which compare blitz Array performance to that of
Fortran 77 and Fortran 90 arrays for a variety of problem types. Within the
past week or so, I committed modifications to the blitz cvs repository to
add a --disable-fortran option to the blitz configure script. If you give
this option to configure, it will not try to find a Fortran 77 or Fortran 90
compiler and will not configure the benchmarks subdirectory. You will still
be able to make the blitz library and compile the testsuite and example
codes.

Please follow the instructions for anonymous CVS access to the blitz
repository on the blitz website http://www.oonumerics.org/blitz, and then
run configure with the option
--disable-fortran. Hopefully, this should address your problem.

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 Derek Jones
> Sent: Thursday, April 28, 2005 9:30 AM
> To: blitz-support_at_[hidden]
> Subject: [Blitz-support] Fortran compiler requirement?
>
> Hello,
>
> I was looking into the use of Blitz++ for Fortran-free
> scientific computing, but upon trying to compile it with g++,
> could not get past the ./configure step because I don't have
> a Fortran compiler.
>
> I did search the support archives but couldn't find this
> issue address.
> I also tried hacking the configure script directly to avoid
> the Fortran compiler requirement but was unsuccessful there too.
>
> The manual doesn't indicate that a Fortran compiler is a requirement.
> Is it?
>
> Thanks in advance,
> --Derek Jones
> dtj_at_[hidden]
>
> _______________________________________________
> Blitz-support mailing list
> Blitz-support_at_[hidden]
> http://www.oonumerics.org/mailman/listinfo.cgi/blitz-support
>