Skip to content

Conversation

@ll4strw
Copy link

@ll4strw ll4strw commented Mar 24, 2023

easyconfig for cppzmq, a C++ binding for libzmq.

@smoors
Copy link
Contributor

smoors commented Apr 4, 2023

Test report by @smoors
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
node302.hydra.os - Linux CentOS Linux 7.9.2009, x86_64, Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz, Python 3.6.8
See https://gist.github.com/smoors/c5a4f5a58fa107097eed257cbf63e31d for a full test report.

@smoors smoors added the new label Apr 4, 2023
@smoors
Copy link
Contributor

smoors commented Apr 4, 2023

@boegelbot please test @ jsc-zen2

@boegelbot
Copy link
Collaborator

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

PR test command 'EB_PR=17601 EB_ARGS= /opt/software/slurm/bin/sbatch --mem-per-cpu=4000M --job-name test_PR_17601 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen2.sh' executed!

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 1496424749 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
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
jsczen2c1.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/boegelbot/a455516cce9432e025f70c9ef4e26f60 for a full test report.

@smoors
Copy link
Contributor

smoors commented Apr 4, 2023

@ll4strw similar to my comment for Catch2 in #17600, please use the SYSTEM toolchain?

@smoors
Copy link
Contributor

smoors commented Apr 6, 2023

Test report by @smoors
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
node305.hydra.os - Linux CentOS Linux 7.9.2009, x86_64, Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz, Python 3.6.8
See https://gist.github.com/smoors/259a18f63a08e562a19f0052b17700a2 for a full test report.

Comment on lines 16 to 20
builddependencies = [
('binutils', '2.37', '', ('GCCcore', '11.2.0')),
('CMake', '3.22.1', '', ('GCCcore', '11.2.0')),
('ZeroMQ', '4.3.4', '', ('GCCcore', '11.2.0')),
]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
builddependencies = [
('binutils', '2.37', '', ('GCCcore', '11.2.0')),
('CMake', '3.22.1', '', ('GCCcore', '11.2.0')),
('ZeroMQ', '4.3.4', '', ('GCCcore', '11.2.0')),
]
builddependencies = [
('GCCcore', '11.2.0'), # required for hierarchical module naming scheme
('binutils', '2.37', '', ('GCCcore', '11.2.0')),
('CMake', '3.22.1', '', ('GCCcore', '11.2.0')),
('ZeroMQ', '4.3.4', '', ('GCCcore', '11.2.0')),
]

@smoors
Copy link
Contributor

smoors commented Apr 11, 2023

@boegelbot: please test @ generoso

@boegelbot
Copy link
Collaborator

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

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

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 1502911527 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
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
cns1 - 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/boegelbot/fc9aa13a7fc97e968fde40410339c458 for a full test report.

@smoors
Copy link
Contributor

smoors commented Apr 11, 2023

@boegelbot please test @ jsc-zen2

@boegelbot
Copy link
Collaborator

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

PR test command 'EB_PR=17601 EB_ARGS= /opt/software/slurm/bin/sbatch --mem-per-cpu=4000M --job-name test_PR_17601 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen2.sh' executed!

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 1502916781 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
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
jsczen2c1.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/boegelbot/51254d51a1271ef08683b58670a8581a for a full test report.

Copy link
Contributor

@smoors smoors left a comment

Choose a reason for hiding this comment

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

lgtm

@smoors smoors added this to the next release (4.7.2?) milestone Apr 11, 2023
@smoors
Copy link
Contributor

smoors commented Apr 11, 2023

Going in, thanks @ll4strw!

@smoors smoors merged commit c220236 into easybuilders:develop Apr 11, 2023
@boegel boegel changed the title Added easyconfig for cppzmq {lib}[SYSTEM] cppzmq v4.9.0 Apr 12, 2023
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.

3 participants