Nitin ,
This line of the Makefile is not correct
all:lapack_install lib lapack_testing testing timing blas_testing
It should be
all:lapack_install lib lapack_testing blas_testing
Timing are not in the package for the 3.2.1 version.
Sincerely,
Julie
On Sep 30, 2009, at 1:21 AM, nitin chandra wrote:
Hello
I am installing / stuck in installing Lapack-3.2.1 on a Fedora Core 10
with kernel-2.6.27.
The machine is Pentium P4 1.79 GHz with 256MB DDR SDRAM, SSE2,
I need to install various other Packages after lapack, eg.
ATLAS-3.9.14, NumPy, SciPy, GRASS, etc and I am behind schedule.
Already install Python-2.6.2 and FFTW-3.2.2, ApAcHe 2.2.13,
libm-2.9.so, libc-2.9.so
Please guide.
Thank you
Nitin Chandra
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++
The following is in Makefile
all:lapack_install lib lapack_testing testing timing blas_testing
ERROR's on running 'make'
in TESTING
Testing COMPLEX-COMPLEX16 LAPACK protoype linear equation routines
./xlintstzc < zctest.in > zctest.out 2>&1
Testing COMPLEX16 LAPACK RFP protoype linear equation routines
./xlintstrfz < ztest_rfp.in > ztest_rfp.out 2>&1
make[1]: Leaving directory `/home/nitin/newpy/lapack-3.2.1/TESTING'
make: *** No rule to make target `testing', needed by `all'. Stop.
in TIMING (removed 'testing' from Makefile)
Testing COMPLEX-COMPLEX16 LAPACK protoype linear equation routines
./xlintstzc < zctest.in > zctest.out 2>&1
Testing COMPLEX16 LAPACK RFP protoype linear equation routines
./xlintstrfz < ztest_rfp.in > ztest_rfp.out 2>&1
make[1]: Leaving directory `/home/nitin/newpy/lapack-3.2.1/TESTING'
make: *** No rule to make target `timing', needed by `all'. Stop.
<Makefile><make.inc>_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
**********************************************
Julie Langou; Research Associate in Computer Science
Innovative Computing Laboratory;
University of Tennessee from Denver, Colorado ;-)
julie@Domain.Removed; http://www.cs.utk.edu/~julie/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.eecs.utk.edu/mailman/private/lapack/attachments/20090930/9bed6a27/attachment.html
|