File tree Expand file tree Collapse file tree 6 files changed +4
-129
lines changed Expand file tree Collapse file tree 6 files changed +4
-129
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ START_TIME ?=
6666
6767WRAPPER = $(patsubst run_% ,% ,$(RUN_BENCH_TARGET ) )
6868
69- PACKAGES = owl npy sexplib0 re yojson react uuidm cpdf nbcodec minilight cubicle orun rungen
69+ PACKAGES = owl sexplib0 re yojson react uuidm cpdf nbcodec minilight cubicle orun rungen
7070
7171ifeq ($(findstring multibench,$(BUILD_BENCH_TARGET ) ) ,multibench)
7272 PACKAGES += lockfree kcas domainslib ctypes
@@ -144,6 +144,7 @@ _opam/%: _opam/opam-init/init.sh ocaml-versions/%.json
144144 opam pin add -n --yes --switch $* ocamlfind https://github.com/dra27/ocamlfind/archive/lib-layout.tar.gz
145145 opam pin add -n --yes --switch $* ocplib-endian https://github.com/kit-ty-kate/ocplib-endian/archive/500.tar.gz
146146 opam pin add -n --yes --switch $* owl https://github.com/Sudha247/owl.git#500
147+ opam pin add -n --yes --switch $* owl-base https://github.com/Sudha247/owl.git#500
147148
148149override_packages/% : setup_sys_dune/%
149150 $(eval CONFIG_SWITCH_NAME = $* )
Original file line number Diff line number Diff line change 11(executable
22 (name test_owl)
3- (libraries owl))
3+ (libraries owl owl-base ))
44
55(alias
66 (name buildbench)
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- {
2- "wrappers" : [
1+ { "wrappers" : [
32 {
43 "name" : " orun" ,
54 "command" : " orun -o %{output} -- taskset --cpu-list 5 %{command}"
You can’t perform that action at this time.
0 commit comments