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
Magma 1.3 installation problem
-
Stan Tomov
- Posts: 283
- Joined: Fri Aug 21, 2009 10:39 pm
Re: Magma 1.3 installation problem
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
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