Skip to content

Commit

Permalink
Pick 8.18[~mc2]~2023.11: dsiable coq-metacoq on 32 bit platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed Dec 8, 2023
1 parent 4a2740b commit f1fcd66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package_picks/package-pick-8.18~2023.11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ then

# Proof automation / generation / helpers
PACKAGES="${PACKAGES} coq-deriving.0.1.1"
PACKAGES="${PACKAGES} coq-metacoq.1.2.1+8.18"
if [ "${BITSIZE}" == "64" ]
then
PACKAGES="${PACKAGES} coq-metacoq.1.2.1+8.18"
fi

# General mathematics
PACKAGES="${PACKAGES} coq-extructures.0.3.1"
Expand Down
5 changes: 4 additions & 1 deletion package_picks/package-pick-8.18~mc2~2023.11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ then

# Proof automation / generation / helpers
PACKAGES="${PACKAGES} coq-deriving.0.2.0"
PACKAGES="${PACKAGES} coq-metacoq.1.2.1+8.18"
if [ "${BITSIZE}" == "64" ]
then
PACKAGES="${PACKAGES} coq-metacoq.1.2.1+8.18"
fi

# General mathematics
PACKAGES="${PACKAGES} coq-extructures.0.4.0"
Expand Down

0 comments on commit f1fcd66

Please sign in to comment.