gnu: fasthenry: Fix build.

* gnu/packages/engineering.scm (fasthenry): Fix build by explicitly using
gcc-9 instead of the current gcc version.
[native-inputs]: Add gcc-9.

Change-Id: Ie2ef7fd5cd1e01ac4d273e6528e8e745f517b81f
This commit is contained in:
Artyom V. Poptsov 2025-03-22 20:50:52 +03:00
parent acccbf23b2
commit d9adaebcc2
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -774,6 +774,7 @@ multipole-accelerated algorithm.")
"fasthenry-spUtils.patch"
"fasthenry-spSolve.patch"
"fasthenry-spFactor.patch"))))
(native-inputs (list gcc-9))
(build-system gnu-build-system)
(arguments
`(#:make-flags '("CC=gcc" "RM=rm" "SHELL=sh" "all")