Skip to content

Commit 94ffd3b

Browse files
committed
Update README.md
Signed-off-by: Zoltán Böszörményi <[email protected]>
1 parent f393249 commit 94ffd3b

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,22 @@ You will need to enable FORTRAN support by adding the following to your
1515

1616
FORTRAN:forcevariable = ",fortran"
1717
RUNTIMETARGET:append:pn-gcc-runtime = " libquadmath"
18+
HOSTTOOLS += "gfortran"
1819

19-
If you're using a custom distribution, you can alternatively include the two
20+
If you're using a custom distribution, you can alternatively include the
2021
above lines in your `distro.conf` file.
2122

23+
The OpenBLAS recipe in this layer has its default configuration carried
24+
over from [meta-scikit-learn](https://github.com/tuxable-ltd/meta-scikit-learn).
25+
But it is not enough to satisfy the `python3-scipy` recipe. To allow
26+
`python3-scipy` build and work, this settings is needed in an
27+
`openblas_%.bbappend`:
28+
29+
PACKAGECONFIG = "lapack cblas affinity dynarch"
30+
2231
The recently added `python3-llvmlite` (https://pypi.org/project/llvmlite/)
2332
recipe needs LLVM 14.x but can also build with LLVM 15.x as an experimental
2433
change. The llvmlite project is quite slow to adopt newer LLVM versions,
2534
so if you need this package and want to build it in Yocto 4.3 or newer,
26-
then please use these branches from the forked https://github.com/zboszor/meta-clang
27-
until the relevant pull requests are merged:
28-
29-
* `nanbield-add-clang15` (https://github.com/kraj/meta-clang/pull/988)
30-
* `scarthgap-add-clang15` (https://github.com/kraj/meta-clang/pull/989)
31-
* `master-add-clang15` (https://github.com/kraj/meta-clang/pull/990)
35+
then please use [meta-clang-revival](https://github.com/zboszor/meta-clang-revival)
36+
in your manifest.

0 commit comments

Comments
 (0)