mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -3088,7 +3088,7 @@ that:
|
||||
(native-inputs
|
||||
(list googletest))
|
||||
(inputs
|
||||
(append (list openssl)
|
||||
(append (list openssl-1.1)
|
||||
(if (supported-package? rdma-core)
|
||||
(list rdma-core)
|
||||
'())))
|
||||
|
||||
Reference in New Issue
Block a user