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

drop -noroot for recent FLUENT versions, honor installopts, enable -debug #582

Merged
merged 2 commits into from
Mar 19, 2015

Conversation

boegel
Copy link
Member

@boegel boegel commented Mar 19, 2015

@wpoely86: please review, well (re)test all existing FLUENT easyconfigs with this in place

@hpcugentbot
Copy link
Contributor

Refer to this link for build results (access rights to CI server needed):
https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/879/
Test PASSed.

if LooseVersion(self.version) < LooseVersion('15.0'):
extra_args += '-noroot'

cmd = "./INSTALL %s -debug -silent -install_dir %s %s" % (extra_args, self.installdir, self.cfg['installopts'])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we want debug enabled always?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't hurt, I guess

the real solution for large (debug) logs is supporting automatically zipping them at the end of the installation ;)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug refers too the install process or the actual application being installed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the install process

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forget the remark than 😉

@boegel
Copy link
Member Author

boegel commented Mar 19, 2015

retested with all existing FLUENT easyconfigs, nothing was broken, so going in

Thanks for the review @wpoely86!

boegel added a commit that referenced this pull request Mar 19, 2015
drop -noroot for recent FLUENT versions, honor installopts, enable -debug
@boegel boegel merged commit acad286 into easybuilders:develop Mar 19, 2015
@boegel boegel deleted the FLUENT_tweaks branch March 19, 2015 12:56
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.

3 participants