Skip to content

Commit

Permalink
enable ChezScheme and be compatible with AUR chez-scheme package
Browse files Browse the repository at this point in the history
  • Loading branch information
farseerfc committed Jun 4, 2020
1 parent 1a826ed commit 13f2dd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ChezScheme/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
default: swapview.so

swapview.so: swapview.ss
echo '(compile-program "swapview.ss")' | chez-scheme -q --optimize-level 3
echo '(compile-program "swapview.ss")' | scheme -q --optimize-level 3

run: swapview.so
chez-scheme --program swapview.so
scheme --program swapview.so

clean:
-rm -f swapview.so
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ languages = C C++11 C++14 C++14_boost C++17 C++98 \
Go Go_goroutine \
Java Nim NodeJS NodeJS_async NodeJS_cluster \
OCaml Racket Rust Rust_parallel \
Scala Vala \
# ChezScheme OCaml_lwt
Scala Vala ChezScheme
# OCaml_lwt

all: $(languages)

Expand Down
2 changes: 1 addition & 1 deletion benchmark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dir = "Crystal"
cmd = ["mono-sgen", "--desktop", "SwapView.exe"]

[item.ChezScheme]
cmd = ["chez-scheme", "--program", "swapview.so"]
cmd = ["scheme", "--program", "swapview.so"]

[item.Chicken]

Expand Down

0 comments on commit 13f2dd0

Please sign in to comment.