Skip to content

Commit

Permalink
OPAM: remove manual install and use Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Dec 28, 2020
1 parent e4211e1 commit 97365a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions coq-vst-32.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ license: "https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICEN
build: [make "BITSIZE=32" "-j%{jobs}%" "msl" "sepcomp" "veric" "floyd"]
run-test: [make "BITSIZE=32" "-j%{jobs}%" "progs" "sha-hmac" "mailbox"]
install: [
["mkdir" "-p" "%{lib}%/coq/user-contrib/VST"]
["cp" "-r" "msl" "%{lib}%/coq/user-contrib/VST/"]
["cp" "-r" "veric" "%{lib}%/coq/user-contrib/VST/"]
["cp" "-r" "floyd" "%{lib}%/coq/user-contrib/VST/"]
["cp" "-r" "sepcomp" "%{lib}%/coq/user-contrib/VST/"]
make "BITSIZE=32" "install"
]
depends: [
"coq" {>= "8.11.0"}
Expand Down
6 changes: 1 addition & 5 deletions coq-vst.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ license: "https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICEN
build: [make "BITSIZE=64" "-j%{jobs}%" "msl" "sepcomp" "veric" "floyd"]
run-test: [make "BITSIZE=64" "-j%{jobs}%" "progs"]
install: [
["mkdir" "-p" "%{lib}%/coq/user-contrib/VST"]
["cp" "-r" "msl" "%{lib}%/coq/user-contrib/VST/"]
["cp" "-r" "veric" "%{lib}%/coq/user-contrib/VST/"]
["cp" "-r" "floyd" "%{lib}%/coq/user-contrib/VST/"]
["cp" "-r" "sepcomp" "%{lib}%/coq/user-contrib/VST/"]
make "BITSIZE=64" "install"
]
depends: [
"coq" {>= "8.11.0"}
Expand Down

0 comments on commit 97365a4

Please sign in to comment.