i'm trying to package magma for gentoo linux. i have a patch that fixes a problem with cdotc and zdotc routine and another more risky patch that tries to fix duplicate symbols. i am not quite sure whether you want to consider them for inclusion. see:
https://github.com/gentoo-science/sci/t ... libs/magma
patches against magma-1.2.0 are under the files directory.
now, when i run "make test" which compiles program against the magma shared library, i hit two undefined routines: magma_chetrd_mgpu and magma_zhetrd_mgpu. those routines are declared as extern in cheevd_m.cpp and zheevd_m.cpp, but i could not find their definitions anywhere in the code.
should i replace them with the commented ones: magma_chetrd and magma_zhetrd?
