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

modify framework/package/package_dsl.rb #8

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

maxinye
Copy link
Contributor

@maxinye maxinye commented Nov 15, 2019

CommandParser.args.has_key? :make_job
改成
CommandParser.args.has_value? CommandParser.args[:make_jobs]

@dongli
Copy link
Owner

dongli commented Nov 16, 2019

检查:make_job失败了吗?

@maxinye
Copy link
Contributor Author

maxinye commented Nov 16, 2019

使用 CommandParser.args.has_key? :make_job 结果始终是false,执行 starman install hdf5 -j 8 和执行 starman install hdf5 是一样的,始终单job make
改成 CommandParser.args.has_value? CommandParser.args[:make_jobs] 就正常了。

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

Successfully merging this pull request may close these issues.

2 participants