File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# specify the dependency versions (can be overriden with --build_arg)
2- ARG quilc_version=1.16 .0
3- ARG quicklisp_version=2019-11-30
2+ ARG quilc_version=1.17 .0
3+ ARG quicklisp_version=2020-02-18
44
55# use multi-stage builds to independently pull dependency versions
66FROM rigetti/quilc:$quilc_version as quilc
Original file line number Diff line number Diff line change 1- "1.15.4 "
1+ "1.16.0 "
Original file line number Diff line number Diff line change 99 :version (:read-file-form " VERSION.txt" )
1010 :depends-on (
1111 ; ; Quil parsing
12- (:version # :cl-quil " 1.16 .0" )
12+ (:version # :cl-quil " 1.17 .0" )
1313 ; ; Command line argument parsing
1414 # :command-line-arguments
1515 ; ; ASDF-companion utility library
Original file line number Diff line number Diff line change 3030 ; ; Finalizers and portable GC calls
3131 # :trivial-garbage
3232 ; ; Quil parsing and analysis
33- (:version # :cl-quil " 1.16 .0" )
33+ (:version # :cl-quil " 1.17 .0" )
3434 ; ; Portable random number generator
3535 # :mt19937
3636 ; ; For allocation info.
You can’t perform that action at this time.
0 commit comments