Skip to content

{lib}[GCC/11.2.0] WebKitGTK+ v2.37.1#16106

Merged
boegel merged 6 commits intoeasybuilders:developfrom
sassy-crick:20220823180417_new_pr_WebKitGTK+2371
Oct 26, 2022
Merged

{lib}[GCC/11.2.0] WebKitGTK+ v2.37.1#16106
boegel merged 6 commits intoeasybuilders:developfrom
sassy-crick:20220823180417_new_pr_WebKitGTK+2371

Conversation

@sassy-crick
Copy link
Copy Markdown
Collaborator

@sassy-crick sassy-crick commented Aug 23, 2022

@boegel boegel added the update label Aug 23, 2022
@boegel boegel added this to the 4.x milestone Aug 23, 2022
@fizwit
Copy link
Copy Markdown
Contributor

fizwit commented Sep 26, 2022

Why are you not using: cache-4.6.1-GCCcore-11.2.0 ? There is no PR for ccache-4.6.1.eb

-     ('ccache', '4.6.1', '', True),
+    ('ccache', '4.6.1'),

@sassy-crick
Copy link
Copy Markdown
Collaborator Author

Why are you not using: cache-4.6.1-GCCcore-11.2.0 ? There is no PR for ccache-4.6.1.eb

-     ('ccache', '4.6.1', '', True),
+    ('ccache', '4.6.1'),

You are correct. That is what I wanted to do as I had open a PR for ccache some time ago. Thanks for finding that, much appreciated!

@easybuilders easybuilders deleted a comment from boegelbot Oct 20, 2022
@easybuilders easybuilders deleted a comment from boegelbot Oct 25, 2022
@boegel
Copy link
Copy Markdown
Member

boegel commented Oct 25, 2022

@boegelbot please test @ generoso

@boegelbot
Copy link
Copy Markdown
Collaborator

@boegel: Request for testing this PR well received on login1

PR test command 'EB_PR=16106 EB_ARGS= /opt/software/slurm/bin/sbatch --job-name test_PR_16106 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 9350

Test results coming soon (I hope)...

Details

- notification for comment with ID 1290788497 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 4 out of 4 (1 easyconfigs in total)
cns5 - Linux Rocky Linux 8.5, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/87c567bc62e8efb557cac90c6799ef94 for a full test report.

@boegel
Copy link
Copy Markdown
Member

boegel commented Oct 25, 2022

Test report by @boegel
FAILED
Build succeeded for 4 out of 5 (1 easyconfigs in total)
node3106.skitty.os - Linux RHEL 8.4, x86_64, Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz (skylake_avx512), Python 3.6.8
See https://gist.github.com/d824bab56ebd26414af969b152002b44 for a full test report.

edit: installation failed for me because I have ~/.ccache set up such that any attempt to use ccache without defining $CCACHE_DIR fails hard:

ccache: error: Failed to create directory /user/gent/400/vsc40023/.ccache/3/0: Permission denied
make[2]: *** [Source/ThirdParty/ANGLE/CMakeFiles/ANGLE.dir/build.make:149: Source/ThirdParty/ANGLE/CMakeFiles/ANGLE.dir/src/common/PoolAlloc.cpp.o] Error 1

@sassy-crick We should add something like 'CCACHE_DIR=$TMPDIR/ccache ' to prebuildopts (perhaps also preinstallopts) to avoid that this installation pollutes ~/.ccache?

@boegel
Copy link
Copy Markdown
Member

boegel commented Oct 26, 2022

@boegelbot please test @ jsc-zen2
CORE_CNT=16

@boegelbot
Copy link
Copy Markdown
Collaborator

@boegel: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster

PR test command 'EB_PR=16106 EB_ARGS= /opt/software/slurm/bin/sbatch --job-name test_PR_16106 --ntasks="16" ~/boegelbot/eb_from_pr_upload_jsc-zen2.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 1727

Test results coming soon (I hope)...

Details

- notification for comment with ID 1291627524 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 14 out of 14 (1 easyconfigs in total)
jsczen2g1.int.jsc-zen2.easybuild-test.cluster - Linux Rocky Linux 8.5, x86_64, AMD EPYC 7742 64-Core Processor (zen2), Python 3.6.8
See https://gist.github.com/69f50961afd8f1de65b5f27f4a79d7e9 for a full test report.

@boegel
Copy link
Copy Markdown
Member

boegel commented Oct 26, 2022

Test report by @boegel
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
node3106.skitty.os - Linux RHEL 8.4, x86_64, Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz (skylake_avx512), Python 3.6.8
See https://gist.github.com/15f1e9ec8554a6cf9ae36f5f7b2e60d6 for a full test report.

Copy link
Copy Markdown
Member

@boegel boegel left a comment

Choose a reason for hiding this comment

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

lgtm

@boegel boegel modified the milestones: 4.x, next release (4.6.3?) Oct 26, 2022
@boegel
Copy link
Copy Markdown
Member

boegel commented Oct 26, 2022

Going in, thanks @sassy-crick!

@boegel boegel merged commit c231e28 into easybuilders:develop Oct 26, 2022
@sassy-crick sassy-crick deleted the 20220823180417_new_pr_WebKitGTK+2371 branch November 1, 2022 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants