From: Wolfgang Bangerth Date: Tue, 16 Jun 2020 19:35:48 +0000 (-0600) Subject: Do not use 'black/whitelist' language. X-Git-Tag: v9.3.0-rc1~1429^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10539%2Fhead;p=dealii.git Do not use 'black/whitelist' language. --- diff --git a/cmake/configure/configure_1_tbb.cmake b/cmake/configure/configure_1_tbb.cmake index 9ef8b84e5c..9626f9d81d 100644 --- a/cmake/configure/configure_1_tbb.cmake +++ b/cmake/configure/configure_1_tbb.cmake @@ -40,7 +40,7 @@ MACRO(FEATURE_TBB_FIND_EXTERNAL var) # # TBB versions before 4.2 are missing some explicit calls to std::atomic::load # in ternary expressions; these cause compilation errors in some compilers - # (such as GCC 8.1 and newer). To fix this we simply blacklist all older + # (such as GCC 8.1 and newer). To fix this we simply disallow all older # versions: # IF(TBB_VERSION VERSION_LESS "4.2") diff --git a/contrib/utilities/generate_lapack_templates b/contrib/utilities/generate_lapack_templates index d86e466800..dedd2ee6c1 100755 --- a/contrib/utilities/generate_lapack_templates +++ b/contrib/utilities/generate_lapack_templates @@ -556,7 +556,7 @@ def main(): guard_fp = routine_name in fp_guarded_subroutines routines.append(FortranRoutine(file_name, guard_fp)) except NotImplementedError: - # not a lot we can do. If its in the whitelist we will fail + # Not a lot we can do. If its in the allowed list we will fail # again later anyway continue routines.sort(key=lambda u: u.general_name)