-
Notifications
You must be signed in to change notification settings - Fork 1
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
flang-new not working on tutorial #3
Comments
Hi, it looks like the file If you are following along from scratch, the file should have been built by LLVM and exist at the path If you are using the docker container, the module has probably just not been added to the container image. We can fix that if so, just let me know. |
I'm using the docker container (and it's prebuilt binary). btw, I'm not familiar with is |
The The I've pushed an update to the Docker image to include the missing files, so the process to compile lapack should look something like this: First, pull and start the latest image:
Setup the environment for Emscripten, install vim or some other editor,
Download and prepare lapack:
Build lapack:
|
Trying to follow along with article, https://gws.phd/posts/fortran_wasm/
thanks, btw. amazing work!
when trying to build
lapack-3.12.0
runningI get the following error:
I made the needed changes to
make.inc
as described.The text was updated successfully, but these errors were encountered: