1,330
edits
mNo edit summary |
|||
Line 36: | Line 36: | ||
%_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch} | %_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch} | ||
This results in the type of package (i386 or x86_64) being listed for rpm and yum commands, which is very useful because one needs many libraries in both 32- and 64bit form. | This results in the type of package (i386 or x86_64) being listed for rpm and yum commands, which is very useful because one needs many libraries in both 32- and 64bit form. | ||
If the CCP4 installation was done in 32bit mode, you need at least "yum -y install libgfortran.i386" to run the binaries. |