Skip to content

lfortran: new version 0.61.0, fixing dependencies#3893

Open
cessenat wants to merge 1 commit intospack:developfrom
cessenat:lfortran_newversion_fixdeps
Open

lfortran: new version 0.61.0, fixing dependencies#3893
cessenat wants to merge 1 commit intospack:developfrom
cessenat:lfortran_newversion_fixdeps

Conversation

@cessenat
Copy link
Contributor

@cessenat cessenat commented Mar 18, 2026

new version 0.61.0, fixing dependencies to cmake for kokkos, adding dependency to zstd and libunwind

Fixes #3890
Now compiles fine from at 0.49 to 0.61 (tested) on Ubuntu 20:
$ spack debug report

and fine for 0.61 (only, failures from 0.49 to 0.60 has been tested) on Ubuntu 24:
$ spack debug report

]

if self.spec.satisfies("@0.54.0:"):
if self.spec.satisfies("@main"):
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
if self.spec.satisfies("@main"):
# Only call bootstrap script for git checkout
if self.spec.satisfies("@main"):

depends_on("re2c", type="build", when="@main")
depends_on("bison@:3.4", type="build", when="@main")
depends_on("binutils@2.38:", type="build", when="platform=linux")
depends_on("zstd")
Copy link
Contributor

Choose a reason for hiding this comment

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

Is that for all versions?

@junghans junghans mentioned this pull request Mar 18, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installation issue: lfortran

2 participants