Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk committed Apr 16, 2021
1 parent 70a2281 commit a4eaf33
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fftw3.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.4.6"
version = "0.4.7"
author = "rcaillaud"
description = "Nim FFTW bindings"
license = "LGPL-2.1"
Expand All @@ -19,10 +19,9 @@ task gendoc, "gen doc":
import distros
task externalDep, "package":
when defined(nimdistros):
if detectOs(Ubuntu) or detectOs(Debian):
if detectOs(Ubuntu) or detectOs(Debian) or detectOs(OpenSUSE):
foreignDep "fftw3-dev"
elif detectOs(OpenSUSE):
foreignDep "fftw3-devel"
foreignDep "fftw3-threads-dev"
echo "Install libfftw3 using a package manager : "
echoForeignDeps()

Expand Down

0 comments on commit a4eaf33

Please sign in to comment.