Skip to content

Commit

Permalink
EL8 needs 2022.1
Browse files Browse the repository at this point in the history
as specified in df416a2, but wrongly updated by 5f46922
  • Loading branch information
totaam committed Nov 28, 2023
1 parent fe90846 commit c18dc07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/rpm/python3-pycuda.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Name: python3-pycuda
%if 0%{?el8}
Version: 2022.2.2
Version: 2022.1
%else
Version: 2023.1
%endif
Expand All @@ -27,7 +27,7 @@ Summary: Python3 wrapper CUDA
License: MIT
Group: Development/Libraries/Python
%if 0%{?el8}
Source0: https://files.pythonhosted.org/packages/78/09/9df5358ffb74d225243b56a65ffe196de481fcd8f731f55e41f2d5d36015/pycuda-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/2d/1f/48a3a5b2c715345e7af1e09361100bd98c3d72b4025371692ab233f523d3/pycuda-%{version}.tar.gz
%else
Source0: https://files.pythonhosted.org/packages/dd/b2/e30282f3286ddad05ef44548fa5c306a179ed3baceefa699af078e49ce6e/pycuda-%{version}.tar.gz
%endif
Expand Down Expand Up @@ -56,7 +56,7 @@ Suggests: nvidia-driver-cuda-libs
%prep
sha256=`sha256sum %{SOURCE0} | awk '{print $1}'`
%if 0%{?el8}
if [ "${sha256}" != "cd92e7246bb45ac3452955a110714112674cdf3b4a9e2f4ff25a4159c684e6bb" ]; then
if [ "${sha256}" != "acd9030d93e76e60b122e33ad16bcf01bb1344f4c304dedff1cd2bffb0f313a3" ]; then
%else
if [ "${sha256}" != "175ff675f0cf10e38e9adc03ed5df3ed8d8abf7da5134c8dccec752e8a0a3e91" ]; then
%endif
Expand Down

0 comments on commit c18dc07

Please sign in to comment.