me
/
guix
Archived
1
0
Fork 0

gnu: randomjungle: Use older gfortran.

* gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Use
gfortran-7.
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
1 changed files with 1 additions and 2 deletions

View File

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