mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: fasthenry: Build with gcc-7.
* gnu/packages/engineering.scm (fasthenry)[native-inputs]: Remove gcc-9, add gcc-7. Change-Id: Ib9a57bebf871134f73d43aa17565067a35e5d8df
This commit is contained in:
@@ -536,7 +536,7 @@ multipole-accelerated algorithm.")
|
||||
"fasthenry-spUtils.patch"
|
||||
"fasthenry-spSolve.patch"
|
||||
"fasthenry-spFactor.patch"))))
|
||||
(native-inputs (list gcc-9))
|
||||
(native-inputs (list gcc-7))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:make-flags #~(list "CC=gcc" "RM=rm" "SHELL=sh" "all")
|
||||
|
||||
Reference in New Issue
Block a user