File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,7 @@ license: "https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICEN
19
19
build: [make "BITSIZE=32" "-j%{jobs}%" "msl" "sepcomp" "veric" "floyd"]
20
20
run-test: [make "BITSIZE=32" "-j%{jobs}%" "progs" "sha-hmac" "mailbox"]
21
21
install: [
22
- ["mkdir" "-p" "%{lib}%/coq/user-contrib/VST"]
23
- ["cp" "-r" "msl" "%{lib}%/coq/user-contrib/VST/"]
24
- ["cp" "-r" "veric" "%{lib}%/coq/user-contrib/VST/"]
25
- ["cp" "-r" "floyd" "%{lib}%/coq/user-contrib/VST/"]
26
- ["cp" "-r" "sepcomp" "%{lib}%/coq/user-contrib/VST/"]
22
+ make "BITSIZE=32" "install"
27
23
]
28
24
depends: [
29
25
"coq" {>= "8.11.0"}
Original file line number Diff line number Diff line change @@ -19,11 +19,7 @@ license: "https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICEN
19
19
build: [make "BITSIZE=64" "-j%{jobs}%" "msl" "sepcomp" "veric" "floyd"]
20
20
run-test: [make "BITSIZE=64" "-j%{jobs}%" "progs"]
21
21
install: [
22
- ["mkdir" "-p" "%{lib}%/coq/user-contrib/VST"]
23
- ["cp" "-r" "msl" "%{lib}%/coq/user-contrib/VST/"]
24
- ["cp" "-r" "veric" "%{lib}%/coq/user-contrib/VST/"]
25
- ["cp" "-r" "floyd" "%{lib}%/coq/user-contrib/VST/"]
26
- ["cp" "-r" "sepcomp" "%{lib}%/coq/user-contrib/VST/"]
22
+ make "BITSIZE=64" "install"
27
23
]
28
24
depends: [
29
25
"coq" {>= "8.11.0"}
You can’t perform that action at this time.
0 commit comments