* fix #14254

* use temporary PR branch for neo

* fix url
This commit is contained in:
metagn
2023-05-20 22:09:16 +03:00
committed by GitHub
parent a852b2e9cf
commit 641e34bcb2
5 changed files with 17 additions and 4 deletions

View File

@@ -93,7 +93,8 @@ pkg "measuremancer", "nimble testDeps; nimble -y test"
pkg "memo"
pkg "msgpack4nim", "nim c -r tests/test_spec.nim"
pkg "nake", "nim c nakefile.nim"
pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim"
pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim", "https://github.com/metagn/neo"
# remove custom url when https://github.com/andreaferretti/neo/pull/53 is merged
pkg "nesm", "nimble tests", "https://github.com/nim-lang/NESM", useHead = true
pkg "netty"
pkg "nico", allowFailure = true