gnu: gloo: Use OpenSSL 1.1.
* gnu/packages/machine-learning.scm (gloo)[inputs]: Use openssl-1.1 instead of openssl.
This commit is contained in:
parent
688d99282b
commit
ecb4f4d015
1 changed files with 1 additions and 1 deletions
|
@ -3088,7 +3088,7 @@ (define-public gloo
|
|||
(native-inputs
|
||||
(list googletest))
|
||||
(inputs
|
||||
(append (list openssl)
|
||||
(append (list openssl-1.1)
|
||||
(if (supported-package? rdma-core)
|
||||
(list rdma-core)
|
||||
'())))
|
||||
|
|
Loading…
Reference in a new issue