-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency of intel-openmp #5
Comments
You have installed only the fortran compiler? |
On April 30, 2014 10:38:46 AM CEST, simon-r [email protected] wrote:
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. |
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. I'll try to do some test with the dependencies. |
Hi,
Perhaps
intel-compiler-base
should haveintel-openmp
as a dependency? At least the wiki page states that both are required, and I was unable to getintel-fortran-compiler
without both.BTW: I needed to remove the
..
in lines withsed
, such as this oneto get the package compiling on my system.
The text was updated successfully, but these errors were encountered: