Packaging: fix stray fortran dependency for 1.4

This commit is contained in:
Lukas Rucka
2017-12-16 10:42:51 +01:00
parent 78ccb7ce18
commit 0a4afcd289

View File

@@ -47,7 +47,6 @@ BuildRequires: cuda-core-8-0, cuda-command-line-tools-8-0, cuda-cudart-dev-8-0,
%else
BuildRequires: cuda-core-9-0, cuda-command-line-tools-9-0, cuda-cudart-dev-9-0, gcc < 7
%define cudaconf --with-cuda=$(find /usr/local/ -maxdepth 1 -type d -name 'cuda*' | sort -rn | head -n 1) --with-cuda-host-compiler="$(basename "$(ls -1 /usr/bin/*gcc-6* | sort -rn | head -n 1)")"
BuildRequires: gcc-gfortran > 6.99
%endif
BuildRequires: libgpujpeg-devel
%else