Search Criteria
Package Details: lfortran 0.41.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lfortran.git (read-only, click to copy) |
---|---|
Package Base: | lfortran |
Description: | Modern interactive LLVM-based Fortran compiler |
Upstream URL: | https://lfortran.org |
Keywords: | fortran |
Licenses: | BSD-3-Clause |
Submitter: | ciappi |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 6 |
Popularity: | 0.005513 |
First Submitted: | 2021-11-06 14:37 (UTC) |
Last Updated: | 2024-10-19 04:53 (UTC) |
Dependencies (9)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR)
- kokkosAUR (trilinosAUR)
- ncurses (ncurses-gitAUR)
- xeus-zmqAUR
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- cppzmq (cppzmq-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- zstd-staticAUR (make)
Latest Comments
« First ‹ Previous 1 2
everythingfunct commented on 2022-10-31 15:27 (UTC)
That allowed it to build, but the llvm backend does not work once installed. I get an error like:
I think it points to something still being misconfigured, either in the PKGBUILD, or lfortran's build system.
The error message from using
makepkg
is coming from the wasm backend, but I don't believe the clean chroot method built the wasm backend, and hence didn't encounter the error. Is this distribution intended to include the wasm backend? If not, what about my environment is causing it to try and be included?The message about missing clang is true (it's not installed on my system), but the PKGBUILD doesn't list it as a dependency, and there's not a version available in official repos that would be compatible with the listed requirement of llvm11. So do we really still need to stick to llvm11, or could we just list both llvm and clang?
ciappi commented on 2022-10-31 13:02 (UTC)
Not sure what's wrong, It compile fine in a clean chroot. Try to compile it using "extra-x86_64-build" instead of "makepkg" as described here
everythingfunct commented on 2022-10-28 20:40 (UTC)
I still get a build error:
Any help would be appreciated.
ciappi commented on 2022-10-25 19:41 (UTC)
Updated to 0.17.0, latest version as per https://lfortran.org/download/
everythingfunct commented on 2022-10-21 21:48 (UTC)
Version 0.18.0 is available now. Any chance this could be updated to it?
ciappi commented on 2022-03-17 19:54 (UTC)
Ok, now it should compile fine.
ruther commented on 2022-03-16 03:34 (UTC) (edited on 2022-03-16 03:34 (UTC) by ruther)
Can't install on two machines.
I can't install it on either an Arco box and an Almost fresh Arch box, In both machines I get the same error when compiling:
« First ‹ Previous 1 2