Skip to content

Commit

Permalink
#2: remove docker debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 27, 2024
1 parent bacbd6f commit 184a527
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 207 deletions.
4 changes: 2 additions & 2 deletions ci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defaults:
pip-packages: &pip-packages "nanobind yaml setuptools"

# default arguments for dependency installation scripts
cmake-args: &cmake-args '3.23.4'
cmake-args: &cmake-args '3.30.3'
openmpi-args: &openmpi-args ['v5.0', '5.0.4']
zoltan-args: &zoltan-args [-j4', '/trilinos-install']
mpich-args: &mpich-args ['4.0.2', '-j4']
Expand Down Expand Up @@ -77,7 +77,7 @@ setup:
GCOV: gcov
# deps and versions to find in vt
deps:
packages: [ *apt-packages, gcc-9, g++-9 ]
packages: [ *apt-packages, gcc-9, g++-9]
cmake: *cmake-args
openmpi: *openmpi-args
zoltan: *zoltan-args
Expand Down
25 changes: 0 additions & 25 deletions ci/setup-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,28 +93,3 @@ then
else
echo "No cleanup instructions defined for OS=$OS."
fi

### OUTPUT COMPILER INFORMATION
if test -n "$CC"
then
echo "------------"
which $CC
echo "C Compiler:"
$(which $CC) --version
fi

if test -n "$CXX"
then
echo "--------------------"
which $CXX
echo "C++ Compiler:"
$(which $CXX) --version
fi

if test -n "$FC"
then
echo "------------------------"
which $FC
echo "Fortran Compiler:"
$(which $FC) --version
fi
25 changes: 0 additions & 25 deletions ci/shared/scripts/setup-amd64-alpine-clang-13-clang-13-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,28 +95,3 @@ then
else
echo "No cleanup instructions defined for OS=$OS."
fi

### OUTPUT COMPILER INFORMATION
if test -n "$CC"
then
echo "------------"
which $CC
echo "C Compiler:"
$(which $CC) --version
fi

if test -n "$CXX"
then
echo "--------------------"
which $CXX
echo "C++ Compiler:"
$(which $CXX) --version
fi

if test -n "$FC"
then
echo "------------------------"
which $FC
echo "Fortran Compiler:"
$(which $FC) --version
fi
25 changes: 0 additions & 25 deletions ci/shared/scripts/setup-macos-14-clang-14.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,28 +93,3 @@ then
else
echo "No cleanup instructions defined for OS=$OS."
fi

### OUTPUT COMPILER INFORMATION
if test -n "$CC"
then
echo "------------"
which $CC
echo "C Compiler:"
$(which $CC) --version
fi

if test -n "$CXX"
then
echo "--------------------"
which $CXX
echo "C++ Compiler:"
$(which $CXX) --version
fi

if test -n "$FC"
then
echo "------------------------"
which $FC
echo "Fortran Compiler:"
$(which $FC) --version
fi
27 changes: 1 addition & 26 deletions ci/shared/scripts/setup-ubuntu-20.04-gcc-9-12.2.0-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ wget $SCRIPTS_DEPS_URL/mpich.sh
chmod u+x *.sh
ls -l
./packages.sh "curl" "jq" "less" "libomp5" "libunwind-dev make-guile" "ninja-build" "valgrind" "zlib1g" "zlib1g-dev" "ccache" "python3" "gcc-9" "g++-9"
./cmake.sh "3.23.4"
./cmake.sh "3.30.3"
./openmpi.sh "v5.0" "5.0.4"
./zoltan.sh "-j4'" "/trilinos-install"
./mpich.sh "4.0.2" "-j4"
Expand All @@ -101,28 +101,3 @@ then
else
echo "No cleanup instructions defined for OS=$OS."
fi

### OUTPUT COMPILER INFORMATION
if test -n "$CC"
then
echo "------------"
which $CC
echo "C Compiler:"
$(which $CC) --version
fi

if test -n "$CXX"
then
echo "--------------------"
which $CXX
echo "C++ Compiler:"
$(which $CXX) --version
fi

if test -n "$FC"
then
echo "------------------------"
which $FC
echo "Fortran Compiler:"
$(which $FC) --version
fi
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ls -l
./conda-python-env.sh "3.10" "nanobind yaml setuptools"
./conda-python-env.sh "3.11" "nanobind yaml setuptools"
./conda-python-env.sh "3.12" "nanobind yaml setuptools"
./cmake.sh "3.23.4"
./cmake.sh "3.30.3"
./vtk.sh "9.2.2"

# Remove install scripts
Expand All @@ -107,28 +107,3 @@ then
else
echo "No cleanup instructions defined for OS=$OS."
fi

### OUTPUT COMPILER INFORMATION
if test -n "$CC"
then
echo "------------"
which $CC
echo "C Compiler:"
$(which $CC) --version
fi

if test -n "$CXX"
then
echo "--------------------"
which $CXX
echo "C++ Compiler:"
$(which $CXX) --version
fi

if test -n "$FC"
then
echo "------------------------"
which $FC
echo "Fortran Compiler:"
$(which $FC) --version
fi
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ls -l
./conda-python-env.sh "3.10" "nanobind yaml setuptools"
./conda-python-env.sh "3.11" "nanobind yaml setuptools"
./conda-python-env.sh "3.12" "nanobind yaml setuptools"
./cmake.sh "3.23.4"
./cmake.sh "3.30.3"
./vtk.sh "9.2.2"

# Remove install scripts
Expand All @@ -107,28 +107,3 @@ then
else
echo "No cleanup instructions defined for OS=$OS."
fi

### OUTPUT COMPILER INFORMATION
if test -n "$CC"
then
echo "------------"
which $CC
echo "C Compiler:"
$(which $CC) --version
fi

if test -n "$CXX"
then
echo "--------------------"
which $CXX
echo "C++ Compiler:"
$(which $CXX) --version
fi

if test -n "$FC"
then
echo "------------------------"
which $FC
echo "Fortran Compiler:"
$(which $FC) --version
fi
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ls -l
./conda-python-env.sh "3.10" "nanobind yaml setuptools"
./conda-python-env.sh "3.11" "nanobind yaml setuptools"
./conda-python-env.sh "3.12" "nanobind yaml setuptools"
./cmake.sh "3.23.4"
./cmake.sh "3.30.3"
./vtk.sh "9.3.0"

# Remove install scripts
Expand All @@ -107,28 +107,3 @@ then
else
echo "No cleanup instructions defined for OS=$OS."
fi

### OUTPUT COMPILER INFORMATION
if test -n "$CC"
then
echo "------------"
which $CC
echo "C Compiler:"
$(which $CC) --version
fi

if test -n "$CXX"
then
echo "--------------------"
which $CXX
echo "C++ Compiler:"
$(which $CXX) --version
fi

if test -n "$FC"
then
echo "------------------------"
which $FC
echo "Fortran Compiler:"
$(which $FC) --version
fi
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ls -l
./conda-python-env.sh "3.10" "nanobind yaml setuptools"
./conda-python-env.sh "3.11" "nanobind yaml setuptools"
./conda-python-env.sh "3.12" "nanobind yaml setuptools"
./cmake.sh "3.23.4"
./cmake.sh "3.30.3"
./vtk.sh "9.3.1"

# Remove install scripts
Expand All @@ -107,28 +107,3 @@ then
else
echo "No cleanup instructions defined for OS=$OS."
fi

### OUTPUT COMPILER INFORMATION
if test -n "$CC"
then
echo "------------"
which $CC
echo "C Compiler:"
$(which $CC) --version
fi

if test -n "$CXX"
then
echo "--------------------"
which $CXX
echo "C++ Compiler:"
$(which $CXX) --version
fi

if test -n "$FC"
then
echo "------------------------"
which $FC
echo "Fortran Compiler:"
$(which $FC) --version
fi

0 comments on commit 184a527

Please sign in to comment.