Skip to content

Commit 43a5b7a

Browse files
committed
Add a section on development
1 parent 651ec53 commit 43a5b7a

File tree

3 files changed

+64807
-64794
lines changed

3 files changed

+64807
-64794
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ for (one, another) in w.iter().zip(&[2.0, 2.0, 5.0]) {
2828
}
2929
```
3030

31+
## Development
32+
33+
The function definitions are generated via a Python script based on the content
34+
of [`lapacke-sys`]. To re-generate, run the following commands:
35+
36+
```sh
37+
./bin/generate.py --sys ../lapacke-sys > src/functions.rs
38+
rustfmt src/functions.rs
39+
```
40+
3141
## Contribution
3242

3343
Your contribution is highly appreciated. Do not hesitate to open an issue or a
@@ -37,6 +47,8 @@ will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
3747
[architecture]: https://blas-lapack-rs.github.io/architecture
3848
[lapacke]: https://en.wikipedia.org/wiki/LAPACK
3949

50+
[`lapacke-sys`]: https://github.com/blas-lapack-rs/lapacke-sys
51+
4052
[build-img]: https://travis-ci.org/blas-lapack-rs/lapacke.svg?branch=master
4153
[build-url]: https://travis-ci.org/blas-lapack-rs/lapacke
4254
[documentation-img]: https://docs.rs/lapacke/badge.svg

0 commit comments

Comments
 (0)