Skip to content

{tools} [intel-2015a] multitail-6.2.1 (REVIEW)#1327

Merged
boegel merged 9 commits intoeasybuilders:developfrom
wpoely86:multitail
Jan 26, 2015
Merged

{tools} [intel-2015a] multitail-6.2.1 (REVIEW)#1327
boegel merged 9 commits intoeasybuilders:developfrom
wpoely86:multitail

Conversation

@wpoely86
Copy link
Copy Markdown
Member

No description provided.

@wpoely86
Copy link
Copy Markdown
Member Author

@boegel any reason why we don't enable the UTF-8 version of ncurses? ( --enable-widec )

@hpcugentbot
Copy link
Copy Markdown

Test PASSed.

1 similar comment
@hpcugentbot
Copy link
Copy Markdown

Test PASSed.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

if you do it like this, the -O2 that's there is going to win over whatever -Ox eb sets, so please include the $(CFLAGS) after -O2

@boegel
Copy link
Copy Markdown
Member

boegel commented Jan 23, 2015

@wpoely86: I can't think of a reason no to enable UTF-8 in ncurses... not sure if it'll break something 'upstream' (i.e. stuff that depends on it)

@wpoely86
Copy link
Copy Markdown
Member Author

@boegel It's split up in a separate library (libncursesw), so it should give any trouble.

@wpoely86
Copy link
Copy Markdown
Member Author

Test report by @wpoely86
FAILED
Build succeeded for 0 out of 1 (1 easyconfigs in this PR)
Linux debian 7.8, Intel(R) Xeon(R) CPU 5130 @ 2.00GHz, Python 2.7.3
See https://gist.github.com/4fb76f90f9422b10a4ec for a full test report.

@wpoely86
Copy link
Copy Markdown
Member Author

Test report by @wpoely86
FAILED
Build succeeded for 0 out of 2 (2 easyconfigs in this PR)
Linux debian 7.8, Intel(R) Xeon(R) CPU 5130 @ 2.00GHz, Python 2.7.3
See https://gist.github.com/4b4df01b982ab3d34db3 for a full test report.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

shouldn't we do this in a separate PR (in all ncurses easyconfigs?)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

first test it here. Then do the rest?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'd open a dedicated PR for this, rather than fiddling around in a PR that worked fine without this...

You can start with only touched a single ncurses in the PR, and expand as you go.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

no, this PR does not work fine without it. It is needed.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

OK, then it makes sense to tackle it here for this ncurses easyconfig, and sync up the others in a dedicated PR.

@boegel
Copy link
Copy Markdown
Member

boegel commented Jan 23, 2015

@wpoely86: you broke it ;)

@wpoely86
Copy link
Copy Markdown
Member Author

Test report by @wpoely86
FAILED
Build succeeded for 0 out of 2 (2 easyconfigs in this PR)
Linux debian 7.8, Intel(R) Xeon(R) CPU 5130 @ 2.00GHz, Python 2.7.3
See https://gist.github.com/e1a2be1e331d2e9adbab for a full test report.

@hpcugentbot
Copy link
Copy Markdown

Test PASSed.

@wpoely86
Copy link
Copy Markdown
Member Author

Test report by @wpoely86
FAILED
Build succeeded for 1 out of 2 (2 easyconfigs in this PR)
Linux debian 7.8, Intel(R) Xeon(R) CPU 5130 @ 2.00GHz, Python 2.7.3
See https://gist.github.com/07e28c3ccdc593c32998 for a full test report.

@hpcugentbot
Copy link
Copy Markdown

Test PASSed.

@boegel
Copy link
Copy Markdown
Member

boegel commented Jan 23, 2015

@wpoely86: closing in...

@wpoely86
Copy link
Copy Markdown
Member Author

@boegel needs more work. On most distro's, the includes are split up: one directory include/ncurses for the regular version and one include/ncursesw for the utf-8 version. This currently both puts them in include. I'm gonna patch the makefile.

@boegel
Copy link
Copy Markdown
Member

boegel commented Jan 23, 2015

@wpoely86: it patching the Makefile how distros handle this?

@wpoely86
Copy link
Copy Markdown
Member Author

Test report by @wpoely86
FAILED
Build succeeded for 1 out of 2 (2 easyconfigs in this PR)
Linux debian 7.8, Intel(R) Xeon(R) CPU 5130 @ 2.00GHz, Python 2.7.3
See https://gist.github.com/eb2ad88f1e7cbac90bde for a full test report.

@hpcugentbot
Copy link
Copy Markdown

Test PASSed.

@wpoely86
Copy link
Copy Markdown
Member Author

Test report by @wpoely86
FAILED
Build succeeded for 1 out of 2 (2 easyconfigs in this PR)
Linux debian 7.8, Intel(R) Xeon(R) CPU 5130 @ 2.00GHz, Python 2.7.3
See https://gist.github.com/f7fa1ca74314f3a01489 for a full test report.

@wpoely86
Copy link
Copy Markdown
Member Author

Test report by @wpoely86
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
Linux debian 7.8, Intel(R) Xeon(R) CPU 5130 @ 2.00GHz, Python 2.7.3
See https://gist.github.com/f3636edb9971324aa0db for a full test report.

@wpoely86
Copy link
Copy Markdown
Member Author

at least! @boegel will give this a spin too?

@wpoely86 wpoely86 changed the title {tools} [intel-2015a] multitail-6.2.1 (WIP) {tools} [intel-2015a] multitail-6.2.1 (REVIEW) Jan 24, 2015
@hpcugentbot
Copy link
Copy Markdown

Test PASSed.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

align comments with the string they apply to please

@wpoely86
Copy link
Copy Markdown
Member Author

@boegel fixed

@hpcugentbot
Copy link
Copy Markdown

Test PASSed.

@boegel
Copy link
Copy Markdown
Member

boegel commented Jan 26, 2015

@wpoely86: I'd like to see a separate PR for syncing the other ncurses easyconfigs with the one in here, before we merge this in... Are you up for that? You can leave the full test report up to me, submitting one for just a couple of easyconfigs you touch is fine by me.

@boegel
Copy link
Copy Markdown
Member

boegel commented Jan 26, 2015

Test report by @boegel
SUCCESS
Build succeeded for 2 out of 2 (2 easyconfigs in this PR)
Linux SL 6.5, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.6.6
See https://gist.github.com/e0973cdcf629248e8281 for a full test report.

@wpoely86
Copy link
Copy Markdown
Member Author

@boegel ok, will issue PR for ncursesw.

@boegel
Copy link
Copy Markdown
Member

boegel commented Jan 26, 2015

PR for others ncurses easyconfigs is in #1337, this one is good to go in, thanks @wpoely86!

boegel added a commit that referenced this pull request Jan 26, 2015
{tools} [intel-2015a] multitail-6.2.1 (REVIEW)
@boegel boegel merged commit 6bf0250 into easybuilders:develop Jan 26, 2015
@wpoely86 wpoely86 deleted the multitail branch January 26, 2015 19:59
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