Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new package: lfortran #8831

Merged
merged 2 commits into from
Feb 2, 2022
Merged

new package: lfortran #8831

merged 2 commits into from
Feb 2, 2022

Conversation

xtkoba
Copy link
Contributor

@xtkoba xtkoba commented Jan 30, 2022

Closes #8822.

@xtkoba xtkoba marked this pull request as ready for review January 30, 2022 04:15
@xtkoba xtkoba requested a review from a user January 30, 2022 04:15
@Grimler91
Copy link
Member

Grimler91 commented Jan 30, 2022

Have you tried with the WITH_LLVM=yes configure arg? Seems to be needed to be able to compile for anything other than x86

(Also friendly reminder to myself: finish the flang PR)

@xtkoba
Copy link
Contributor Author

xtkoba commented Jan 30, 2022

Have you tried with the WITH_LLVM=yes configure arg? Seems to be needed to be able to compile for anything other than x86

Has build issues with LLVM, with CMake complaining that

  Target X86 is not in the set of libraries.

Instead we can use the cpp backend that translates Fortran to C++.

The cpp backend depends on a third-party library named libkokkos. So anyway this PR still needs changes. Thanks.

@xtkoba xtkoba marked this pull request as draft January 30, 2022 12:19
@xtkoba xtkoba marked this pull request as ready for review January 30, 2022 13:33
@xtkoba xtkoba merged commit 2e3100b into termux:master Feb 2, 2022
@xtkoba xtkoba deleted the issue8822 branch February 2, 2022 03:41
@buribu buribu mentioned this pull request Feb 3, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Package]: lfortran
2 participants