mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytorch-geometric: Add openssl to native-inputs.
Fixes test failures where PyTorch's inductor was unable to find openssl for checksumming during compilation. * gnu/packages/machine-learning.scm (python-pytorch-geometric) [native-inputs]: Add openssl. Change-Id: Ib5c6bcd82c38acccc5af546ae93404d8d36aa157 Reviewed-by: David Elsing <david.elsing@posteo.net> @dtelsing Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
e86a3fe8e4
commit
7556a29735
1 changed files with 2 additions and 1 deletions
|
@ -5537,7 +5537,8 @@ Note: currently this package does not provide GPU support.")
|
|||
python-tqdm
|
||||
python-xxhash))
|
||||
(native-inputs
|
||||
(list python-flit-core-next
|
||||
(list openssl
|
||||
python-flit-core-next
|
||||
python-pytest
|
||||
python-pytest-cov))
|
||||
(home-page "https://pyg.org")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue