From 4a44abe7ec21230a22ef343369f862f926d2eb08 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 16 Jun 2020 13:35:48 -0600 Subject: [PATCH] Do not use 'black/whitelist' language. --- cmake/configure/configure_1_tbb.cmake | 2 +- contrib/utilities/generate_lapack_templates | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5