Package: lfortran / 0.48.0-1

Metadata

Package Version Patches format
lfortran 0.48.0-1 3.0 (quilt)

Patch series

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

src/bin/lfortran.cpp | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

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

cmake/FindStaticZLIB.cmake | 17 7 + 10 - 0 !
src/lfortran/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 8 insertions(+), 11 deletions(-)

 ensure we don't include a static copy of zlib
shared zstd.patch | (download)

cmake/FindStaticZSTD.cmake | 27 2 + 25 - 0 !
1 file changed, 2 insertions(+), 25 deletions(-)

 ensure we don't include a static copy of zstd
static bfd.patch | (download)

cmake/FindBFD.cmake | 54 43 + 11 - 0 !
src/lfortran/CMakeLists.txt | 2 1 + 1 - 0 !
src/libasr/CMakeLists.txt | 2 1 + 1 - 0 !
3 files changed, 45 insertions(+), 13 deletions(-)

---
cmake version.patch | (download)

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

---