Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
GAP
/
pkg
/
walrus
/ (
Algebra von RWTH Aachen
Version 4.15.1
©
) Datei vom 21.1.2022 mit Größe 413 B
Quelle Dockerfile Sprache: unbekannt
Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
FROM gapsystem/gap-docker-master:20180605
MAINTAINER Markus Pfeiffer <markus.pfeiffer@morphism.de>
RUN cd /home/gap/inst/gap-master \
&& cd pkg \
&& git clone
https://github.com/gap-packages/datastructures
\
&& cd datastructures \
&& sh autogen.sh \
&& ./configure \
&& make \
&& cd .. \
&& git clone
https://github.com/gap-packages/walrus
\
&& cd ../..
COPY . /home/gap
[ Dauer der Verarbeitung: 0.37 Sekunden
]
2026-04-02