@@ -15,17 +15,22 @@ You will need to enable FORTRAN support by adding the following to your
15
15
16
16
FORTRAN:forcevariable = ",fortran"
17
17
RUNTIMETARGET:append:pn-gcc-runtime = " libquadmath"
18
+ HOSTTOOLS += "gfortran"
18
19
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
20
21
above lines in your ` distro.conf ` file.
21
22
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
+
22
31
The recently added ` python3-llvmlite ` (https://pypi.org/project/llvmlite/ )
23
32
recipe needs LLVM 14.x but can also build with LLVM 15.x as an experimental
24
33
change. The llvmlite project is quite slow to adopt newer LLVM versions,
25
34
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