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:
parent
da5df7970f
commit
868a1e7f32
1 changed files with 1 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue