Skip to content

Commit

Permalink
Update the Yum and Zypper package names
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Jul 5, 2017
1 parent 366e0c5 commit cc8dae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Expand Up @@ -32,8 +32,8 @@ libfftwf = library_dependency(libfftwf_name, aliases=makealiases(libfftwf_name))
provides(AptGet, "libfftw3-double3", [libfftw], os=:Linux)
provides(AptGet, "libfftw3-single3", [libfftwf], os=:Linux)
provides(Pacman, "fftw", [libfftw, libfftwf], os=:Linux)
provides(Zypper, "libfftw3", [libfftw, libfftwf], os=:Linux)
provides(Yum, "fftw", [libfftw, libfftwf], os=:Linux)
provides(Zypper, "libfftw3_threads3", [libfftw, libfftwf], os=:Linux)
provides(Yum, "fftw-libs", [libfftw, libfftwf], os=:Linux)
provides(BSDPkg, "fftw3", [libfftw, libfftwf], os=:FreeBSD)

if is_windows()
Expand Down

0 comments on commit cc8dae4

Please sign in to comment.