[SciPy-dev] fblas1
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Wed Jan 23 09:04:38 CST 2002
>>>>> "JK" == Jochen Küpper <jochen at unc.edu> writes:
JK> On Wed, 23 Jan 2002 13:47:30 +0530 Prabhu Ramachandran wrote:
Prabhu> $ gcc -g foo_axpy.c -lcblas -lf77blas -latlas -DDMALLOC
Prabhu> -ldmalloc
JK> Try g77 or include libg2c... Should be done when generating
JK> the shard object, though.
Ahh, thanks, that worked. So here is what I got.
$ g77 -g foo_axpy.c -lcblas -lf77blas -latlas -DDMALLOC -ldmalloc
$ ./a.out
y[0]=36.599998
y[0]=15.300000
$
This is atlas version: 3.2.1-12.
prabhu
More information about the Scipy-dev
mailing list