Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ easyconfigs:
- ImageMagick-7.1.1-15-GCCcore-12.3.0.eb:
options:
from-pr: 20086
- Z3-4.12.2-GCCcore-12.3.0.eb:
options:
# The Z3 dependency of PyTorch had it's versionsuffix removed
# and we need to workaround the problem this creates,
Comment on lines +45 to +46
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
# The Z3 dependency of PyTorch had it's versionsuffix removed
# and we need to workaround the problem this creates,
# The Z3 dependency of PyTorch had its versionsuffix removed
# and we need to work around the problem this creates,

# see https://github.com/EESSI/software-layer/pull/501 for details
from-pr: 20050