Age | Commit message (Collapse) | Author |
|
Simplify example project
|
|
|
|
|
|
|
|
Read fpm toml
|
|
- determine compiler based on fpm.toml
|
|
|
|
|
|
|
|
|
|
Add place to specify other libraries when building library
|
|
|
|
Test calling GFortran from Haskell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bpr add build system
|
|
|
|
|
|
|
|
|
|
Switch to using Haskell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CI: Do not install GFortran (already present)
|
|
|
|
|
|
|
|
Build in a target directory
|
|
|
|
|
|
|
|
Cleanup the test program
|
|
|
|
Use Command::new() instead of Command::cargo_new()
|
|
|
|
|
|
This seems to actually fix the issue #16 as documented at:
https://users.rust-lang.org/t/github-actions-randomly-kill-a-test-program/37255/6
|