Skip to content

Commit

Permalink
Fix #18836
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-borges committed Sep 29, 2021
1 parent 121933f commit 5b7b2e9
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 42 deletions.
8 changes: 4 additions & 4 deletions packages/coq/coq.8.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ build: [
"-coqide" "no"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
[make "-j%{jobs}%"]
[make "-j%{jobs}%" "byte"]
[make "COQ_USE_DUNE=" "-j%{jobs}%"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "byte"]
]
install: [
[make "install"]
[make "install-byte"]
[make "COQ_USE_DUNE=" "install"]
[make "COQ_USE_DUNE=" "install-byte"]
]

extra-files: [
Expand Down
8 changes: 4 additions & 4 deletions packages/coq/coq.8.12.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ build: [
"-coqide" "no"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
[make "-j%{jobs}%"]
[make "-j%{jobs}%" "byte"]
[make "COQ_USE_DUNE=" "-j%{jobs}%"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "byte"]
]
install: [
[make "install"]
[make "install-byte"]
[make "COQ_USE_DUNE=" "install"]
[make "COQ_USE_DUNE=" "install-byte"]
]

extra-files: [
Expand Down
8 changes: 4 additions & 4 deletions packages/coq/coq.8.12.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ build: [
"-coqide" "no"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
[make "-j%{jobs}%"]
[make "-j%{jobs}%" "byte"]
[make "COQ_USE_DUNE=" "-j%{jobs}%"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "byte"]
]
install: [
[make "install"]
[make "install-byte"]
[make "COQ_USE_DUNE=" "install"]
[make "COQ_USE_DUNE=" "install-byte"]
]

extra-files: [
Expand Down
8 changes: 4 additions & 4 deletions packages/coq/coq.8.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ build: [
"-coqide" "no"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
[make "-j%{jobs}%"]
[make "-j%{jobs}%" "byte"]
[make "COQ_USE_DUNE=" "-j%{jobs}%"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "byte"]
]
install: [
[make "install"]
[make "install-byte"]
[make "COQ_USE_DUNE=" "install"]
[make "COQ_USE_DUNE=" "install-byte"]
]

extra-files: [
Expand Down
8 changes: 4 additions & 4 deletions packages/coq/coq.8.13.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ build: [
"-coqide" "no"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
[make "-j%{jobs}%"]
[make "-j%{jobs}%" "byte"]
[make "COQ_USE_DUNE=" "-j%{jobs}%"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "byte"]
]
install: [
[make "install"]
[make "install-byte"]
[make "COQ_USE_DUNE=" "install"]
[make "COQ_USE_DUNE=" "install-byte"]
]

extra-files: [
Expand Down
8 changes: 4 additions & 4 deletions packages/coq/coq.8.13.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ build: [
"-coqide" "no"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
[make "-j%{jobs}%"]
[make "-j%{jobs}%" "byte"]
[make "COQ_USE_DUNE=" "-j%{jobs}%"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "byte"]
]
install: [
[make "install"]
[make "install-byte"]
[make "COQ_USE_DUNE=" "install"]
[make "COQ_USE_DUNE=" "install-byte"]
]

extra-files: [
Expand Down
6 changes: 3 additions & 3 deletions packages/coqide/coqide.8.12.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ build: [
"-datadir" "%{share}%/coq"
"-native-compiler" {os = "macos"} "no" {os = "macos"}
]
[make "-j%{jobs}%" "coqide-files"]
[make "-j%{jobs}%" "coqide-opt"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-files"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-opt"]
]
install: [
make
make "COQ_USE_DUNE="
"install-ide-bin"
"install-ide-files"
"install-ide-info"
Expand Down
6 changes: 3 additions & 3 deletions packages/coqide/coqide.8.12.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ build: [
"-datadir" "%{share}%/coq"
"-native-compiler" {os = "macos"} "no" {os = "macos"}
]
[make "-j%{jobs}%" "coqide-files"]
[make "-j%{jobs}%" "coqide-opt"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-files"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-opt"]
]
install: [
make
make "COQ_USE_DUNE="
"install-ide-bin"
"install-ide-files"
"install-ide-info"
Expand Down
6 changes: 3 additions & 3 deletions packages/coqide/coqide.8.12.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ build: [
"-datadir" "%{share}%/coq"
"-native-compiler" {os = "macos"} "no" {os = "macos"}
]
[make "-j%{jobs}%" "coqide-files"]
[make "-j%{jobs}%" "coqide-opt"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-files"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-opt"]
]
install: [
make
make "COQ_USE_DUNE="
"install-ide-bin"
"install-ide-files"
"install-ide-info"
Expand Down
6 changes: 3 additions & 3 deletions packages/coqide/coqide.8.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ build: [
"-datadir" "%{share}%/coq"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
[make "-j%{jobs}%" "coqide-files"]
[make "-j%{jobs}%" "coqide-opt"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-files"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-opt"]
]
install: [
make
make "COQ_USE_DUNE="
"install-ide-bin"
"install-ide-files"
"install-ide-info"
Expand Down
6 changes: 3 additions & 3 deletions packages/coqide/coqide.8.13.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ build: [
"-datadir" "%{share}%/coq"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
[make "-j%{jobs}%" "coqide-files"]
[make "-j%{jobs}%" "coqide-opt"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-files"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-opt"]
]
install: [
make
make "COQ_USE_DUNE="
"install-ide-bin"
"install-ide-files"
"install-ide-info"
Expand Down
6 changes: 3 additions & 3 deletions packages/coqide/coqide.8.13.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ build: [
"-datadir" "%{share}%/coq"
"-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed}
]
[make "-j%{jobs}%" "coqide-files"]
[make "-j%{jobs}%" "coqide-opt"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-files"]
[make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-opt"]
]
install: [
make
make "COQ_USE_DUNE="
"install-ide-bin"
"install-ide-files"
"install-ide-info"
Expand Down

0 comments on commit 5b7b2e9

Please sign in to comment.