Skip to content

{lib}[foss/2023a] CellTypist v1.6.2, igraph v0.10.10, python-igraph v0.11.4, leidenalg v0.10.2, libleidenalg v0.11.0#19981

Merged
boegel merged 3 commits intoeasybuilders:developfrom
pavelToman:20240227141040_new_pr_CellTypist162
Mar 1, 2024
Merged

{lib}[foss/2023a] CellTypist v1.6.2, igraph v0.10.10, python-igraph v0.11.4, leidenalg v0.10.2, libleidenalg v0.11.0#19981
boegel merged 3 commits intoeasybuilders:developfrom
pavelToman:20240227141040_new_pr_CellTypist162

Conversation

@pavelToman
Copy link
Copy Markdown
Collaborator

(created using eb --new-pr)

…ss-2023a.eb, python-igraph-0.11.4-foss-2023a.eb, libleidenalg-0.11.1-foss-2023a.eb, leidenalg-0.10.2-foss-2023a.eb
@pavelToman
Copy link
Copy Markdown
Collaborator Author

@boegelbot please test @ generoso

@boegelbot
Copy link
Copy Markdown
Collaborator

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

PR test command 'EB_PR=19981 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs /opt/software/slurm/bin/sbatch --job-name test_PR_19981 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 1966517928 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 5 out of 5 (5 easyconfigs in total)
cns1 - Linux Rocky Linux 8.9, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/boegelbot/4950ca9b8a61ebda0b44b25349a8ee64 for a full test report.

@pavelToman
Copy link
Copy Markdown
Collaborator Author

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Copy Markdown
Collaborator

@pavelToman: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=19981 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_19981 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 1966565005 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
FAILED
Build succeeded for 3 out of 6 (5 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.3, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.18
See https://gist.github.com/boegelbot/b864f431d6a84eb84f8b3e39b553c6de for a full test report.

@pavelToman
Copy link
Copy Markdown
Collaborator Author

Test report by @boegelbot FAILED Build succeeded for 3 out of 6 (5 easyconfigs in total) jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.3, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.18 See https://gist.github.com/boegelbot/b864f431d6a84eb84f8b3e39b553c6de for a full test report.

Seems LD_LIBRARY_PATH is set wrong? https://doc.courtbouillon.org/cairocffi/stable/overview.html#importing

@jfgrimm
Copy link
Copy Markdown
Member

jfgrimm commented Feb 28, 2024

@pavelToman it's missing a dependency on cairo at the very least:

== 2024-02-27 17:46:58,029 build_log.py:171 ERROR EasyBuild crashed with an error (at easybuild/easybuild-framework/easybuild/base/exceptions.py:126 in __init__): Sanity check failed: sanity check command python -c 'from igraph.drawing.cairo.utils import find_cairo; cairo = find_cairo(); cairo.Context' exited with code 1 (output: Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/project/def-maintainers/boegelbot/rocky9/zen3/software/python-igraph/0.11.4-foss-2023a/lib/python3.11/site-packages/igraph/drawing/utils.py", line 428, in __getattr__
    raise AttributeError(self._message)
AttributeError: Plotting not available; please install pycairo or cairocffi
)
extensions sanity check failed for 1 extensions: cairocffi
failing sanity check for 'cairocffi' extension: command "python -c "import cairocffi"" failed; output:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/project/def-maintainers/boegelbot/rocky9/zen3/software/python-igraph/0.11.4-foss-2023a/lib/python3.11/site-packages/cairocffi/__init__.py", line 47, in <module>
    cairo = dlopen(
            ^^^^^^^
  File "/project/def-maintainers/boegelbot/rocky9/zen3/software/python-igraph/0.11.4-foss-2023a/lib/python3.11/site-packages/cairocffi/__init__.py", line 44, in dlopen
    raise OSError(error_message)  # pragma: no cover
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: no library called "cairo-2" was found
no library called "cairo" was found
no library called "libcairo-2" was found

@pavelToman
Copy link
Copy Markdown
Collaborator Author

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Copy Markdown
Collaborator

@pavelToman: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=19981 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_19981 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 1969425804 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 5 out of 5 (5 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.3, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.18
See https://gist.github.com/boegelbot/8490686f9f999071fd66a7657a4aea3b for a full test report.

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 1, 2024

@boegelbot please test @ generoso

@boegel boegel changed the title {lib}[foss/2023a] CellTypist v1.6.2, igraph v0.10.10, python-igraph v0.11.4, ... {lib}[foss/2023a] CellTypist v1.6.2, igraph v0.10.10, python-igraph v0.11.4, leidenalg v0.10.2, libleidenalg v0.11.0 Mar 1, 2024
@boegelbot
Copy link
Copy Markdown
Collaborator

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

PR test command 'EB_PR=19981 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs /opt/software/slurm/bin/sbatch --job-name test_PR_19981 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 1972981657 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).

@boegel boegel added the update label Mar 1, 2024
@boegel boegel added this to the release after 4.9.0 milestone Mar 1, 2024
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

@boegelbot
Copy link
Copy Markdown
Collaborator

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

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 1, 2024

Test report by @boegel
SUCCESS
Build succeeded for 8 out of 8 (5 easyconfigs in total)
node3102.skitty.os - Linux RHEL 8.8, x86_64, Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz, Python 3.6.8
See https://gist.github.com/boegel/272dfd3c5e00ecbb7c48bd5e8a860ea6 for a full test report.

@boegel
Copy link
Copy Markdown
Member

boegel commented Mar 1, 2024

Going in, thanks @pavelToman!

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