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

Contributing Tk v8.6.1 #1005

Merged
merged 4 commits into from Sep 23, 2015
Merged

Contributing Tk v8.6.1 #1005

merged 4 commits into from Sep 23, 2015

Conversation

tloizou
Copy link
Contributor

@tloizou tloizou commented Aug 6, 2014

No description provided.

@hpcugentbot
Copy link
Contributor

Automatic reply from Jenkins: Can I test this?

@boegel
Copy link
Member

boegel commented Aug 7, 2014

Jenkins: ok to test

@boegel
Copy link
Member

boegel commented Nov 28, 2014

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

@boegel
Copy link
Member

boegel commented Nov 28, 2014

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

@boegel
Copy link
Member

boegel commented Sep 14, 2015

Jenkins: test this please

@boegel
Copy link
Member

boegel commented Sep 14, 2015

@wpoely86: please review

@hpcugentbot
Copy link
Contributor

Easyconfigs unit test suite FAILed.

See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/4313/console for more details.

Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do.

@boegel boegel added this to the v2.4.0 milestone Sep 16, 2015
@hpcugentbot
Copy link
Contributor

Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/4341/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel boegel modified the milestones: merge sprint 2.0, v2.4.0 Sep 18, 2015

dependencies = [('Tcl', version)]

configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib CFLAGS="-I$EBROOTTCL/include"'
Copy link
Member

Choose a reason for hiding this comment

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

do not overwrite CFLAGS like that. You can add stuff to it but the include of Tcl should already be added by EB?

Copy link
Member

Choose a reason for hiding this comment

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

this is there in all existing Tk easyconfigs, but it's probably not needed anymore, since eb will update $CPATH with this path in the Tcl module being loaded

the --with-tcl may still be needed, however

so, let's try to drop the CFLAGS part here, and then also in all other Tk easyconfig if it still works

@wpoely86
Copy link
Member

One remark, else good to go

@hpcugentbot
Copy link
Contributor

Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/4392/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel
Copy link
Member

boegel commented Sep 22, 2015

Test report by @boegel
SUCCESS
Build succeeded for 10 out of 10 (1 easyconfigs in this PR)
Linux centos linux 7.1.1503, Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz, Python 2.7.5
See https://gist.github.com/97956b0fe5f9567be32a for a full test report.

@boegel
Copy link
Member

boegel commented Sep 22, 2015

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

@wpoely86
Copy link
Member

lgtm

toolchain = {'name': 'ictce', 'version': '5.3.0'}

source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%s%s-src.tar.gz' % (name.lower(), version)]
Copy link
Member

Choose a reason for hiding this comment

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

please change to

sources = ['%(namelower)s%(version)s-src.tar.gz']

@hpcugentbot
Copy link
Contributor

Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/4421/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel
Copy link
Member

boegel commented Sep 23, 2015

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

@boegel
Copy link
Member

boegel commented Sep 23, 2015

Going in, thanks @tloizou!

boegel added a commit that referenced this pull request Sep 23, 2015
@boegel boegel merged commit 6e64b12 into easybuilders:develop Sep 23, 2015
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.

None yet

4 participants