Page 1 of 1

Magma 1.3 installation problem

Posted: Sat May 11, 2013 8:36 pm
by c00jsh00
Hi,

I just downloaded Magma 1.3.0 and tried to install it, during the cmake step, I got the following error message:
...
-- Looking for BLAS - mode already defined
-- Generate precision dependencies with magmasubs in /home/jyhshyong/Downloads/magma-1.3.0/include
/usr/bin/python: can't open file '/home/jyhshyong/Downloads/magma-1.3.0/tools/genDependencies.py': [Errno 2] No such file or directory
-- Generate precision dependencies with magmasubs in /home/jyhshyong/Downloads/magma-1.3.0/include - Done
-- Generate precision dependencies with magmasubs in /home/jyhshyong/Downloads/magma-1.3.0/src
/usr/bin/python: can't open file '/home/jyhshyong/Downloads/magma-1.3.0/tools/genDependencies.py': [Errno 2] No such file or directory
-- Generate precision dependencies with magmasubs in /home/jyhshyong/Downloads/magma-1.3.0/src - Done
-- Generate precision dependencies with magmasubs in /home/jyhshyong/Downloads/magma-1.3.0/src
/usr/bin/python: can't open file '/home/jyhshyong/Downloads/magma-1.3.0/tools/genDependencies.py': [Errno 2] No such file or directory
-- Generate precision dependencies with magmasubs in /home/jyhshyong/Downloads/magma-1.3.0/src - Done
-- Generate precision dependencies with magmasubs in /home/jyhshyong/Downloads/magma-1.3.0/magmablas
/usr/bin/python: can't open file '/home/jyhshyong/Downloads/magma-1.3.0/tools/genDependencies.py': [Errno 2] No such file or directory
-- Generate precision dependencies with magmasubs in /home/jyhshyong/Downloads/magma-1.3.0/magmablas - Done
-- Generate precision dependencies with magmasubs in /home/jyhshyong/Downloads/magma-1.3.0/magmablas
/usr/bin/python: can't open file '/home/jyhshyong/Downloads/magma-1.3.0/tools/genDependencies.py': [Errno 2] No such file or directory
-- Generate precision dependencies with magmasubs in /home/jyhshyong/Downloads/magma-1.3.0/magmablas - Done
CMake Error at CMakeLists.txt:290 (ADD_SUBDIRECTORY):
The source directory

/home/jyhshyong/Downloads/magma-1.3.0/testing

does not contain a CMakeLists.txt file.


...

There is no directory tools under magma-1.3.0, I wonder if something is missing in the download file mag,a-1.3.0.tar.gz?

Thanks


Jyh-Shyong Ho

Re: Magma 1.3 installation problem

Posted: Mon May 20, 2013 11:06 pm
by Stan Tomov
Hello,
The cmake building capabilities are not up to date. Please use the Makefiles as described in README. Please post your make.inc file if you still have problems compiling (and the errors that you get). Thanks.
Stan