X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=dev%2Fgraph-and-variates.lisp;h=82d0e558ba52aa28f9dae39b39fa97c58492cf1d;hb=29f19f46a66f8f773af7e87760756c93d31717c0;hp=d2fcd1c7d6435fcac86eedd5fc76207d0a6914ff;hpb=ca59f054a82701af97d9692576a5ce301980c60d;p=cl-graph.git diff --git a/dev/graph-and-variates.lisp b/dev/graph-and-variates.lisp index d2fcd1c..82d0e55 100644 --- a/dev/graph-and-variates.lisp +++ b/dev/graph-and-variates.lisp @@ -12,6 +12,7 @@ cl-variates:next-element) "CL-GRAPH") -(use-package (find-package "CL-VARIATES") - (find-package "CL-GRAPH")) +(eval-when (:compile-toplevel :load-toplevel :execute) + (use-package (find-package 'cl-variates) + (find-package 'cl-graph)))