Package: lfortran / 0.61.0-3

Metadata

Package Version Patches format
lfortran 0.61.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
clang 21.patch | (download)

src/bin/lfortran.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 on debian, /usr/bin/clang does not exist. specify exact compiler
static bfd.patch | (download)

CMakeLists.txt | 3 2 + 1 - 0 !
cmake/FindBFD.cmake | 54 43 + 11 - 0 !
cmake/FindStaticBFD.cmake | 50 50 + 0 - 0 !
src/lfortran/CMakeLists.txt | 2 1 + 1 - 0 !
src/libasr/CMakeLists.txt | 2 1 + 1 - 0 !
5 files changed, 97 insertions(+), 14 deletions(-)

---
cmake version.patch | (download)

examples/project1/CMakeLists.txt | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---
build script.patch | (download)

build0.sh | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 make the build_script work for debian
 * Don't run version.sh
 * python -> "python3"
liblfortran_c.patch | (download)

src/lfortran/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
zstd.patch | (download)

CMakeLists.txt | 11 6 + 5 - 0 !
1 file changed, 6 insertions(+), 5 deletions(-)

 find zstd when building without llvm, too
 Needed for compilation on platforms where libunwind is not present
 or working; eg armhf