package/eigen: override Fortran path
authorMatthew Weber <Matthew.Weber@collins.com>
Thu, 19 Aug 2021 14:25:58 +0000 (09:25 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 19 Aug 2021 20:38:38 +0000 (22:38 +0200)
commit9f591542452f2af2bb333dc24b34e85f6921ece4
treea2866fc0141304a8197b3ef04338de09e50fc62e
parent605287c045a0fd184a1278d9f06a0e5a4eaaf2c6
package/eigen: override Fortran path

The language detection is falling back to the host system
Fortran compiler. An example of this is in RHEL7.9
(gcc4.8.5 20150623 (Red Hat 4.8.5-44)).

This patch bypasses detection and points to the location
where the compiler would be installed (if present). In the
cases where it doesn't exist, the detection falls through
and leaves Fortran disabled.

Fixes:
http://autobuild.buildroot.net/results/8354da225d1e5e337aa7ea62a7e6524fb5f1135f/

Signed-off-by: Matthew Weber <matthew.weber@collins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/eigen/eigen.mk