Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/Archive-of-Formal-Proofs/thys/FOL_Seq_Calc2/   (Archive of formal Proofs Version 2026-5©)  Datei vom 29.4.2026 mit Größe 1 kB image not shown  

Quelle  Dockerfile

  Sprache: C
 

# syntax=docker/dockerfile:1

FROM makarius/isabelle AS builder

USER root

# install dependencies
RUN \
    apt-get update -y && \
    apt-get install -y --no-install-recommends \
        curl \
        libnuma-dev \
        zlib1g-dev \
        libgmp-dev \
        libgmp10 \
        git \
        wget \
        lsb-release \
        software-properties-common \
        gnupg2 \
        apt-transport-https \
        gcc \
        autoconf \
        automake \
        build-essential \
 texlive-luatex \
 texlive-latex-base \
 texlive-plain-generic \
 texlive-latex-recommended \
 texlive-fonts-recommended

# install ghcup
RUN \
    curl https://downloads.haskell.org/~ghcup/x86_64-linux-ghcup > /usr/bin/ghcup && \
    chmod +x /usr/bin/ghcup

ARG GHC=9.4.2
ARG CABAL=3.8.1.0

# install GHC and cabal
RUN \
    ghcup -v install ghc --isolate /usr/local --force ${GHC} && \
    ghcup -v install cabal --isolate /usr/local/bin --force ${CABAL}

USER isabelle

# set up Isabelle
ENV PATH="$PATH:/home/isabelle/Isabelle/bin"

# set up the AFP

RUN curl https://www.isa-afp.org/release/afp-current.tar.gz > afp-current.tar.gz && \
    tar xzf afp-current.tar.gz && \
    rm afp-current.tar.gz && \
    mv afp-* afp && \
    isabelle components -u /home/isabelle/afp/thys

WORKDIR /home/isabelle/secav-prover

USER root
RUN chown -R isabelle:isabelle /home/isabelle/secav-prover
USER isabelle

COPY --chown=isabelle  . .

RUN cabal update
RUN make
RUN cabal install secav-prover

FROM ubuntu:22.04

WORKDIR /root/
COPY --from=builder /home/isabelle/.cabal/bin/secav-prover ./

ENTRYPOINT ["./secav-prover"]

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-07-02) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.