3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: randomjungle: Use older gfortran.

* gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Use
gfortran-7.
This commit is contained in:
Ricardo Wurmus 2022-11-02 12:34:22 +01:00
parent da5df7970f
commit 868a1e7f32
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -536,8 +536,7 @@ algorithm.")
(inputs
(list boost gsl libxml2 zlib))
(native-inputs
`(("gfortran" ,gfortran)
("gfortran:lib" ,gfortran "lib")))
(list gfortran-7 (list gfortran-7 "lib")))
;; Non-portable assembly instructions are used so building fails on
;; platforms other than x86_64 or i686.
(supported-systems '("x86_64-linux" "i686-linux"))