A library for Cargo build scripts to compile a set of Fortran/assembly files into a static archive for cargo to link into the crate being built. This crate does not compile code itself; it calls out to the default compiler for the platform.
This is not ready for usage yet, use for hacking only.
The code is pretty much copied from cc-rs project.
This project is licensed under either of
- Apache License, Version 2.0, (license-apache or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (license-mit or https://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in cc-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.