diff --git a/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_7/cxx_11/base.Dockerfile b/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_7/cxx_11/base.Dockerfile index 9d77460c84..488772bc47 100644 --- a/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_7/cxx_11/base.Dockerfile +++ b/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_7/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-7 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-7 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_7/cxx_14/base.Dockerfile b/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_7/cxx_14/base.Dockerfile index c303bc256f..5c25e6d9c6 100644 --- a/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_7/cxx_14/base.Dockerfile +++ b/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_7/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-7 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-7 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_11/base.Dockerfile b/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_11/base.Dockerfile index f9d4389db3..e18ed30792 100644 --- a/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_11/base.Dockerfile +++ b/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-8 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-8 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_14/base.Dockerfile b/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_14/base.Dockerfile index 96a867786f..b3015e0cea 100644 --- a/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_14/base.Dockerfile +++ b/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-8 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-8 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_17/base.Dockerfile b/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_17/base.Dockerfile index 90057527cf..d1981c10b8 100644 --- a/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_17/base.Dockerfile +++ b/docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_17/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-8 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-8 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/centos_7.6.1810/target_x86_64/centos_7.6.1810/gcc_4.8/cxx_11/base.Dockerfile b/docker/host_x86_64/centos_7.6.1810/target_x86_64/centos_7.6.1810/gcc_4.8/cxx_11/base.Dockerfile index 62224071b2..fdfc425b79 100644 --- a/docker/host_x86_64/centos_7.6.1810/target_x86_64/centos_7.6.1810/gcc_4.8/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/centos_7.6.1810/target_x86_64/centos_7.6.1810/gcc_4.8/cxx_11/base.Dockerfile @@ -14,8 +14,8 @@ SHELL ["/usr/bin/env", "bash", "-c"] RUN yum -y --enablerepo=extras install epel-release\ && yum -y updateinfo\ - && yum -y install which make gcc-c++ libstdc++-static llvm-devel clang python python-pip\ - && pip install lit\ + && yum -y install which make gcc-c++ libstdc++-static llvm-devel clang python3 python-pip\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_11/base.Dockerfile b/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_11/base.Dockerfile index c47f09d6aa..06401c03f7 100644 --- a/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN yum -y updateinfo\ - && yum -y install which findutils make gcc-c++ libstdc++-static llvm-devel clang python python-pip cmake\ - && pip install lit\ + && yum -y install which findutils make gcc-c++ libstdc++-static llvm-devel clang python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_14/base.Dockerfile b/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_14/base.Dockerfile index 291b29be28..e6861bbf6e 100644 --- a/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_14/base.Dockerfile +++ b/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN yum -y updateinfo\ - && yum -y install which findutils make gcc-c++ libstdc++-static llvm-devel clang python python-pip cmake\ - && pip install lit\ + && yum -y install which findutils make gcc-c++ libstdc++-static llvm-devel clang python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_17/base.Dockerfile b/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_17/base.Dockerfile index 85a8b34cf2..e40510a2cd 100644 --- a/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_17/base.Dockerfile +++ b/docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_17/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN yum -y updateinfo\ - && yum -y install which findutils make gcc-c++ libstdc++-static llvm-devel clang python python-pip cmake\ - && pip install lit\ + && yum -y install which findutils make gcc-c++ libstdc++-static llvm-devel clang python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_16.04/target_x86_64/ubuntu_16.04/gcc_5/cxx_11/base.Dockerfile b/docker/host_x86_64/ubuntu_16.04/target_x86_64/ubuntu_16.04/gcc_5/cxx_11/base.Dockerfile index 2af05852b1..00f947294e 100644 --- a/docker/host_x86_64/ubuntu_16.04/target_x86_64/ubuntu_16.04/gcc_5/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_16.04/target_x86_64/ubuntu_16.04/gcc_5/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-5 clang-5.0 python python-pip\ - && pip install lit\ + && apt-get -y install g++-5 clang-5.0 python3 python-pip\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_16.04/target_x86_64/ubuntu_16.04/gcc_5/cxx_14/base.Dockerfile b/docker/host_x86_64/ubuntu_16.04/target_x86_64/ubuntu_16.04/gcc_5/cxx_14/base.Dockerfile index 7f53480dcb..fbc309f388 100644 --- a/docker/host_x86_64/ubuntu_16.04/target_x86_64/ubuntu_16.04/gcc_5/cxx_14/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_16.04/target_x86_64/ubuntu_16.04/gcc_5/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-5 clang-5.0 python python-pip\ - && pip install lit\ + && apt-get -y install g++-5 clang-5.0 python3 python-pip\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_11/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_11/base.Dockerfile index 3c56e7d38f..317a08a430 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-10 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-10 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_14/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_14/base.Dockerfile index 8eb384212f..35b50383e4 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_14/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-10 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-10 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_17/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_17/base.Dockerfile index 6a11e1468a..9e4710170c 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_17/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_17/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-10 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-10 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_6/cxx_11/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_6/cxx_11/base.Dockerfile index 083748233e..1fb1eec436 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_6/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_6/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_6/cxx_14/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_6/cxx_14/base.Dockerfile index 8c1ccc02b9..de0cf4ae02 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_6/cxx_14/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_6/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_7/cxx_11/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_7/cxx_11/base.Dockerfile index c333ebcd1c..cda5024e02 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_7/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_7/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-7 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-7 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_7/cxx_14/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_7/cxx_14/base.Dockerfile index a2e44d28bb..f275b4ba9c 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_7/cxx_14/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_7/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-7 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-7 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_11/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_11/base.Dockerfile index 7deacba4e2..768a2f48a5 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-8 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-8 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_14/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_14/base.Dockerfile index 36ca68eba4..ffa860f9be 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_14/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-8 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-8 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_17/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_17/base.Dockerfile index d43f601d1a..93f4f54a0e 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_17/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_17/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-8 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-8 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_11/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_11/base.Dockerfile index eb3c2d68ff..5ea697a363 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-9 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-9 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_14/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_14/base.Dockerfile index 13c3e95152..78ab1cb5f4 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_14/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-9 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-9 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_17/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_17/base.Dockerfile index b2251ff2ea..fee09d6fad 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_17/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_17/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install clang-9 python python-pip cmake\ - && pip install lit\ + && apt-get -y install clang-9 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_6/cxx_11/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_6/cxx_11/base.Dockerfile index 34b9315178..cbb820af66 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_6/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_6/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-6 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-6 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_6/cxx_14/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_6/cxx_14/base.Dockerfile index 9dc6af5a1d..7220485991 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_6/cxx_14/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_6/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-6 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-6 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_7/cxx_11/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_7/cxx_11/base.Dockerfile index 16434738c3..6d2901bb52 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_7/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_7/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-7 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-7 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_7/cxx_14/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_7/cxx_14/base.Dockerfile index 946c5556a3..26071f2380 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_7/cxx_14/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_7/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-7 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-7 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_11/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_11/base.Dockerfile index a171fb76ad..70b03cf3a2 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_11/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_11/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-8 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-8 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_14/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_14/base.Dockerfile index b9694f4a83..b3be33e22d 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_14/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_14/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-8 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-8 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build diff --git a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_17/base.Dockerfile b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_17/base.Dockerfile index 2956d6539c..efef9a8fbc 100644 --- a/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_17/base.Dockerfile +++ b/docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_17/base.Dockerfile @@ -13,8 +13,8 @@ ARG LIBCUDACXX_COMPUTE_ARCHS SHELL ["/usr/bin/env", "bash", "-c"] RUN apt-get -y update\ - && apt-get -y install g++-8 clang-6.0 python python-pip cmake\ - && pip install lit\ + && apt-get -y install g++-8 clang-6.0 python3 python3-pip cmake\ + && pip3 install lit\ && mkdir -p /sw/gpgpu/libcudacxx/build\ && mkdir -p /sw/gpgpu/libcudacxx/libcxx/build