doc: update Matt McCormick email

This commit is contained in:
Matt McCormick 2024-11-08 17:11:12 -05:00
parent 86a1cca977
commit 54ee1fddbc
46 changed files with 47 additions and 47 deletions
CONTRIBUTING.mdDockerfile.in
android-arm
android-arm64
linux-arm64-full
linux-arm64
linux-armv5-musl
linux-armv5-uclibc
linux-armv5
linux-armv6-lts
linux-armv6
linux-armv7-lts
linux-armv7
linux-armv7a-lts
linux-armv7a
linux-m68k-uclibc
linux-mips-lts
linux-mips
linux-mipsel-lts
linux-ppc
linux-ppc64le-lts
linux-ppc64le
linux-riscv32
linux-riscv64
linux-s390x
linux-x64-clang
linux-x64-tinycc
linux-x64
linux-x86
linux-x86_64-full
linux-xtensa-uclibc
manylinux2014-aarch64
manylinux2014-x64
manylinux2014-x86
manylinux_2_28-x64
web-wasi-threads
web-wasi
web-wasm
windows-arm64
windows-armv7
windows-shared-x64-posix
windows-shared-x64
windows-shared-x86
windows-static-x64-posix
windows-static-x64
windows-static-x86

@ -130,7 +130,7 @@ Copy text to `Dockerfile.in` file:
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for 64-bit ARM Linux machine
@ -185,7 +185,7 @@ ENV CROSS_TRIPLE aarch64-unknown-linux-gnu
These lines also need to be changed:
```docker
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV PKG_CONFIG_PATH /usr/lib/aarch64-linux-gnu/pkgconfig
ENV ARCH arm64
```

@ -1,7 +1,7 @@
ARG DOCKER_IMAGE=debian:bookworm-slim
FROM $DOCKER_IMAGE
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
#include "common.debian"

@ -1,6 +1,6 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
MAINTAINER Matt McCormick "matt@mmmccormick.com"
# The cross-compiling emulator
RUN apt-get update && apt-get install -y \

@ -1,6 +1,6 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
MAINTAINER Matt McCormick "matt@mmmccormick.com"
RUN \
echo Enabled: no >> /etc/apt/sources.list.d/debian.sources && \
dpkg --add-architecture arm64 && \

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for 64-bit ARM Linux machine

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for 64-bit ARM Linux machine

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for ARMv5 "legacy" (armel) devices which do NOT support hard float
# VFP instructions (armhf).

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2022-05-19
ENV CT_VERSION crosstool-ng-1.25.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for ARMv5 "legacy" (armel) devices which do NOT support hard float
# VFP instructions (armhf).

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2022-05-19
ENV CT_VERSION crosstool-ng-1.25.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2022-05-19
ENV CT_VERSION crosstool-ng-1.25.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2022-05-19
ENV CT_VERSION crosstool-ng-1.25.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2022-05-19
ENV CT_VERSION crosstool-ng-1.25.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for 32-bit ARMv7a Linux

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for 32-bit ARMv7 Linux

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2022-05-19
ENV CT_VERSION crosstool-ng-1.25.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for 32-bit Big-Endian MIPS devices with hard floating point enabled

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for 32-bit Big-Endian MIPS devices with hard floating point enabled

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2022-05-19
ENV CT_VERSION crosstool-ng-1.25.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com and Fancy2209"
LABEL maintainer="Matt McCormick matt@mmmccormick.com and Fancy2209"
# Crosstool-ng version 2024-08-04
ENV CT_VERSION crosstool-ng-1.26.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2023-09-21
ENV CT_VERSION crosstool-ng-1.25.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2024-08-04
ENV CT_VERSION crosstool-ng-1.26.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2022-05-19
ENV CT_VERSION crosstool-ng-1.25.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2022-05-19
ENV CT_VERSION crosstool-ng-1.25.0

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for 64-bit S390X Linux machine

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ARG CLANG_VERSION=15
ENV CLANG_VERSION=${CLANG_VERSION}

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This image use Tinycc as C compiler and GCC as C++ compiler

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
RUN apt-get update && \
apt-get -y install \

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
RUN dpkg --add-architecture i386 && \
apt-get update && apt-get -y install \

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for 64-bit x86 Linux machine

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Crosstool-ng version 2022-05-19
ENV CT_VERSION crosstool-ng-1.25.0

@ -5,7 +5,7 @@
ARG ORG=dockcross
FROM ${ORG}/manylinux2014-x64:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# This is for 64-bit ARM Manylinux machine

@ -1,7 +1,7 @@
# Recent versions address yum functionality
FROM quay.io/pypa/manylinux2014_x86_64:2024-07-20-e0def9a
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux2014-x64

@ -1,7 +1,7 @@
# Recent versions address yum functionality
FROM quay.io/pypa/manylinux2014_i686:2024-07-20-e0def9a
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux2014-x86

@ -1,7 +1,7 @@
# Recent versions address yum functionality
FROM quay.io/pypa/manylinux_2_28_x86_64:2024-07-20-e0def9a
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux_2_28-x64

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/web-wasi:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV CROSS_TRIPLE=wasm32-wasi-threads

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV LLVM_VERSION 18

@ -1,7 +1,7 @@
ARG DOCKER_IMAGE_VERSION=3.1.64
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
# Revert back to "/bin/sh" as default shell
# See https://github.com/asRIA/emscripten-docker/blob/master/Dockerfile.in#L4

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV XCC_PREFIX /usr/xcc
ENV CROSS_TRIPLE aarch64-w64-mingw32

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV XCC_PREFIX /usr/xcc
ENV CROSS_TRIPLE armv7-w64-mingw32

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win64
ARG MXE_TARGET_ARCH=x86_64

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win64
ARG MXE_TARGET_ARCH=x86_64

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win32
ARG MXE_TARGET_ARCH=i686

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win64
ARG MXE_TARGET_ARCH=x86_64

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win64
ARG MXE_TARGET_ARCH=x86_64

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win32
ARG MXE_TARGET_ARCH=i686