simon-r / intel-parallel-studio-xe

Intel compiler for ArchLinux
https://aur.archlinux.org/packages/intel-parallel-studio-xe/
11 stars 7 forks source link

Dependency of intel-openmp #5

Open pank opened 10 years ago

pank commented 10 years ago

Hi, Perhaps intel-compiler-base should have intel-openmp as a dependency? At least the wiki page states that both are required, and I was unable to get intel-fortran-compiler without both.

BTW: I needed to remove the .. in lines with sed, such as this one

sed 's/<arch>/ia32/' < ../intel-fortran.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-fortran.conf

to get the package compiling on my system.

simon-r commented 10 years ago

You have installed only the fortran compiler?

pank commented 10 years ago

On April 30, 2014 10:38:46 AM CEST, simon-r notifications@github.com wrote:

You have installed only the fortran compiler?


Reply to this email directly or view it on GitHub: https://github.com/simon-r/intel-parallel-studio-xe/issues/5#issuecomment-41772939

Yes, for now I'm only testing the Fortran compiler. Someone claimed that it would be much faster then GCC and I wanted to test the validity of that statement.

In the end I installed the base compiler, openmp and the Fortran compiler with static libraries. It took and awful lot of tries to get it working, so I don't know if the static part was necessary. But from the wiki page it seems that openmp matters. I can do further testing if that's useful.

simon-r commented 10 years ago

The static libs are necessary in the base compiler openmp and fortran compiler.

The static libs are removed only in mkl and ipp where they are not strictly necessary. The two option influence only the mkl and ipp packages.

I'll try to do some test with the dependencies.