gnu: randomjungle: Use older gfortran.
* gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Use gfortran-7.
parent
da5df7970f
commit
868a1e7f32
|
@ -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"))
|
||||||
|
|
Reference in New Issue