Skip to content
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

python 2.7 with ifort on Linux #21

Closed
jonghyunharrylee opened this issue Nov 3, 2017 · 0 comments
Closed

python 2.7 with ifort on Linux #21

jonghyunharrylee opened this issue Nov 3, 2017 · 0 comments

Comments

@jonghyunharrylee
Copy link

In python 2.X, sys.platform returns "linux2" for Linux machines (tested on ubuntu 14.04 LTS).

Current version of pymake.f in line 986:

if platform.lower() == 'darwin' or platform.lower() == 'linux'

returns False for ifort option when using python 2.X on Linux

Hope this helps for your project.

Thanks,
Harry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant