Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package updates #411

Merged
merged 12 commits into from
Oct 11, 2024

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 9 additions & 9 deletions package_picks/package-pick-8.19~2024.01+beta1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,17 @@ then
fi

# Code extraction
PACKAGES="${PACKAGES} coq-simple-io.1.8.0"
PACKAGES="${PACKAGES} coq-simple-io.1.9.0"

# Proof automation / generation / helpers
PACKAGES="${PACKAGES} coq-menhirlib.20231231 menhir.20231231"
PACKAGES="${PACKAGES} coq-equations.1.3+8.19"
PACKAGES="${PACKAGES} coq-aac-tactics.8.19.0"
PACKAGES="${PACKAGES} coq-unicoq.1.6+8.19"
PACKAGES="${PACKAGES} coq-mtac2.1.4+8.19" # build issues on Windows
PACKAGES="${PACKAGES} coq-mtac2.1.4+8.19"
PACKAGES="${PACKAGES} elpi.1.18.2 coq-elpi.2.1.0"
PACKAGES="${PACKAGES} coq-hierarchy-builder.1.7.0"
PACKAGES="${PACKAGES} coq-quickchick.2.0.3" # build issues on Windows
PACKAGES="${PACKAGES} coq-quickchick.2.0.3"
PACKAGES="${PACKAGES} coq-hammer-tactics.1.3.2+8.19"
if [[ "$OSTYPE" != cygwin ]]
then
Expand All @@ -154,7 +154,7 @@ then
PACKAGES="${PACKAGES} coq-iris-heap-lang.4.2.0"
PACKAGES="${PACKAGES} coq-ott.0.33"
PACKAGES="${PACKAGES} ott.0.33"
PACKAGES="${PACKAGES} coq-mathcomp-word.3.0"
PACKAGES="${PACKAGES} coq-mathcomp-word.3.1"

case "$COQ_PLATFORM_COMPCERT" in
[yY]) PACKAGES="${PACKAGES} coq-compcert.3.13.1" ;;
Expand Down Expand Up @@ -201,13 +201,13 @@ then
then
case "$COQ_PLATFORM_FIATCRYPTO" in
[yY])
PACKAGES="${PACKAGES} coq-coqutil.0.0.5"
PACKAGES="${PACKAGES} coq-coqutil.0.0.6"
PACKAGES="${PACKAGES} coq-rewriter.0.0.11"
PACKAGES="${PACKAGES} coq-riscv.0.0.5"
PACKAGES="${PACKAGES} coq-bedrock2.0.0.7"
PACKAGES="${PACKAGES} coq-bedrock2-compiler.0.0.7"
PACKAGES="${PACKAGES} coq-rupicola.0.0.9"
PACKAGES="${PACKAGES} coq-fiat-crypto.0.1.2"
PACKAGES="${PACKAGES} coq-bedrock2.0.0.8"
PACKAGES="${PACKAGES} coq-bedrock2-compiler.0.0.8"
PACKAGES="${PACKAGES} coq-rupicola.0.0.10"
PACKAGES="${PACKAGES} coq-fiat-crypto.0.1.3"
;;
[nN]) true ;;
*) echo "Illegal value for COQ_PLATFORM_FIATCRYPTO - aborting"; false ;;
Expand Down
1 change: 1 addition & 0 deletions shell_scripts/create_smoke_test_kit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ TEST_FILES[coq-rupicola]='src/Rupicola/Examples/Uppercase.v'
TEST_FILES[coq-serapi]='../../test_files/coq-serapi/serapi_example'
TEST_CMDS[coq-serapi]="sertop < serapi_example"
TEST_FILES[coq-simple-io]='test/Example.v test/TestExtraction.v'
TEST_FILES[coq-simple-io~8.19~2024.01+beta1]='test/example/main.v test/extraction/main.v'
TEST_FILES[coq-stdpp]='tests/sets.v'
TEST_FILES[coq-unicoq]='test-suite/microtests.v'
TEST_FILES[coq-unimath]='UniMath/Foundations/Tests.v'
Expand Down
Loading