Skip to content

Commit

Permalink
Merge pull request #27 from SciNim/dev_clonk
Browse files Browse the repository at this point in the history
remove weave as dependencies as it's not necessary
  • Loading branch information
Clonkk authored Jul 4, 2022
2 parents 308df5b + 0605ccb commit 6f4beb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: nimble localinstallfftw
env:
LD_LIBRARY_PATH: ${PWD}/third_party/lib
- run: testament r tests/testall.nim -d:localFftw3
- run: nimble test -d:localFftw3
env:
LD_LIBRARY_PATH: ${PWD}/third_party/lib
- run: nimble gendoc
Expand Down
9 changes: 2 additions & 7 deletions fftw3.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package
version = "0.5.1"
version = "0.5.2"
author = "rcaillaud"
description = "Nim FFTW bindings"
license = "LGPL-2.1"
Expand All @@ -9,8 +9,8 @@ installDirs = @["third_party"]

requires "nim >= 1.2.0"
requires "arraymancer >= 0.6.3"
requires "weave >= 0.4.9"
requires "zippy"
# requires "weave >= 0.4.9"

import os
task gendoc, "gen doc":
Expand All @@ -22,8 +22,3 @@ task installfftw, "Install FFTW-3.3.9":
task localinstallfftw, "Install FFTW-3.3.9":
selfExec("r -d:keepFftwArchive fftw3/install/fftwinstall.nim")

# after install:
# installfftwTask()

# after develop:
# localinstallfftwTask()

0 comments on commit 6f4beb2

Please sign in to comment.