Skip to content

Commit

Permalink
re-add nimble tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk committed Jul 4, 2022
1 parent 0786d65 commit db2d261
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fftw3.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ requires "zippy"
import os
task gendoc, "gen doc":
exec("nimble doc --threads:on --project fftw3.nim -d:localFftw3 --out:docs/")

task installfftw, "Install FFTW-3.3.9":
selfExec("r fftw3/install/fftwinstall.nim")

task localinstallfftw, "Install FFTW-3.3.9":
selfExec("r -d:keepFftwArchive fftw3/install/fftwinstall.nim")

0 comments on commit db2d261

Please sign in to comment.