[vsipl++] [patch] Misc bits; prep for updating svn:externals

Stefan Seefeld stefan at codesourcery.com
Tue May 22 16:33:36 UTC 2007


Jules Bergmann wrote:

> Index: configure.ac
> ===================================================================
> --- configure.ac	(revision 171903)
> +++ configure.ac	(working copy)

> @@ -1976,12 +1985,12 @@
>      echo "HOST: $host  BUILD: $build"
>      if test "$host" != "$build"; then
>        # Can't cross-compile builtin atlas
> -      lapack_packages="atlas generic1 generic2 simple-builtin"
> +      lapack_packages="atlas generic_wo_blas generic_with_blas generic_v3_wo_blas generic_v3_with_blas simple-builtin"
>      else
> -      lapack_packages="atlas generic1 generic2 builtin"
> +      lapack_packages="atlas generic_wo_blas generic_with_blas generic_v3_wo_blas generic_v3_with_blas builtin"
>      fi
>    elif test "$with_lapack" == "generic"; then
> -    lapack_packages="generic1 generic2"
> +    lapack_packages="generic_wo_blas generic_with_blas generic_v3_wo_blas generic_v3_with_blas"
>    elif test "$with_lapack" == "simple-builtin"; then
>      lapack_packages="simple-builtin";
>    else

Jules,

some weeks ago we were discussing the possibility to allow users to pass
a comma-separated list of backends to --with-lapack, obsoleting some of
the (compound) options above. Do you still think we may do that ?
(Also, some documentation concerning the meaning of the various options
 may help to illustrate the parameter space. I'd offer to write that, but
each time I spend more than two minutes thinking about it I'm getting
confused again. :-) )

Thanks,
		Stefan

-- 
Stefan Seefeld
CodeSourcery
stefan at codesourcery.com
(650) 331-3385 x718



More information about the vsipl++ mailing list