quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

Only disallow SSL for SDK builds #239

Closed notmgsk closed 4 years ago

notmgsk commented 4 years ago

This prevents the annoying situation where you've loaded e.g. drakma in your REPL with SSL enabled, and after that when you try to compile quilc you get the error about being unable to find the CL+SSL package.

Same change was made to quilc.

Closes #72.

appleby commented 4 years ago

Possibly related issue: https://github.com/rigetti/qvm/issues/72