mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
disable ggplot and plotly (#16418)
This commit is contained in:
@@ -41,7 +41,7 @@ pkg1 "fidget"
|
||||
pkg1 "fragments", "nim c -r fragments/dsl.nim"
|
||||
pkg1 "gara"
|
||||
pkg1 "glob"
|
||||
pkg1 "ggplotnim", "nim c -d:noCairo -r tests/tests.nim"
|
||||
# pkg1 "ggplotnim", "nim c -d:noCairo -r tests/tests.nim" # pending bug #16418
|
||||
# pkg1 "gittyup", "nimble test", "https://github.com/disruptek/gittyup"
|
||||
pkg1 "gnuplot", "nim c gnuplot.nim"
|
||||
pkg1 "gram", "nim c -r --gc:arc --define:danger tests/test.nim", "https://github.com/disruptek/gram"
|
||||
@@ -99,7 +99,7 @@ pkg2 "optionsutils"
|
||||
pkg2 "ormin", "nim c -o:orminn ormin.nim"
|
||||
pkg2 "parsetoml"
|
||||
pkg2 "patty"
|
||||
pkg2 "plotly", "nim c examples/all.nim"
|
||||
# pkg2 "plotly", "nim c examples/all.nim" # pending bug #16418
|
||||
pkg2 "pnm"
|
||||
pkg2 "polypbren"
|
||||
pkg2 "prologue", "nimble tcompile"
|
||||
|
||||
Reference in New Issue
Block a user