[Numpy-discussion] Problem compiling numpy against ATLAS on amd64 (Mandriva 2006)

David M. Cooke cookedm at physics.mcmaster.ca
Thu May 25 15:46:01 EDT 2006


Yi Qiang <yi at yiqiang.net> writes:

> Yi Qiang wrote:
>> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
> ####################################################################
> #  LAPACK make include file.                                       #
> #  LAPACK, Version 3.0                                             #
> #  June 30, 1999                                                  #
> ####################################################################
> #
> SHELL = /bin/sh
> #
> #  The machine (platform) identifier to append to the library names
> #
> PLAT = _LINUX
> #  
> #  Modify the FORTRAN and OPTS definitions to refer to the
> #  compiler and desired compiler options for your machine.  NOOPT
> #  refers to the compiler options desired when NO OPTIMIZATION is
> #  selected.  Define LOADER and LOADOPTS to refer to the loader and 
> #  desired load options for your machine.
> #
> FORTRAN  = gfortran
> OPTS     = -fPIC -funroll-all-loops -fno-f2c -O2
> DRVOPTS  = $(OPTS)
> NOOPT    =

Maybe NOOPT needs -fPIC? That's the only one I see where it could be
missing.

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke                      http://arbutus.physics.mcmaster.ca/dmc/
|cookedm at physics.mcmaster.ca




More information about the NumPy-Discussion mailing list