-
Notifications
You must be signed in to change notification settings - Fork 49
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
Updated lfortran to 0.36.0 #1088
Conversation
Hi @anutosh491 ! It looks like the lfortran.wasm file is not packaged.
Maybe we can try copying it manually to tests:
- script:
- test -f ${PREFIX}/lib/liblfortran_runtime.a
- node ${PREFIX}/bin/lfortran.js --version
requirements:
build:
- nodejs Edit: fix typo |
3f84a79
to
996429c
Compare
Btw, this version works with
|
Cool, let's try that out ! |
but this is the "to wasm compiled version of lfortran". So I think we do not need the |
707404f
to
4d9b68d
Compare
667da08
to
be46db6
Compare
cc @IsabelParedes
The This is the result on their master branch and we get the same
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
Why is |
Ahh that's just reference code from LFortran's CI . Haven't used it for the recipes :) |
No description provided.