Skip to content

Commit

Permalink
benchmark: clean up system dependencies
Browse files Browse the repository at this point in the history
* quaviver.asd (quaviver/benchmark): Remove no longer necessary
quaviver/ieee754 dependency, and move quaviver/burger-dybvig after
quaviver/native and quaviver/liebler after quaviver/jaffer, to follow
the order the systems are defined in.
  • Loading branch information
paulapatience committed Jun 26, 2024
1 parent 66c9c45 commit 1c8c9f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions quaviver.asd
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,11 @@
:depends-on ("the-cost-of-nothing"
"cl-spark"
"cl-ascii-table"
"quaviver/burger-dybvig"
"quaviver/native"
"quaviver/burger-dybvig"
"quaviver/schubfach"
"quaviver/liebler"
"quaviver/jaffer"
"quaviver/ieee754")
"quaviver/liebler")
:components ((:module "code"
:pathname "code/benchmark/"
:serial t
Expand Down

0 comments on commit 1c8c9f6

Please sign in to comment.