Lines Matching +full:- +full:- +full:prefix
1 # Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors
2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 # SPDX-License-Identifier: BSD-2-Clause
41 prefix = os.path.dirname(here)
45 libdir = os.path.join(prefix, "build")
46 return prefix, libdir
51 # ------------------------------------------------------------------------------
53 # ------------------------------------------------------------------------------
62 if re.search("ceed-f32.h", line) is not None:
67 elif re.search("ceed-f64.h", line) is not None:
104 # ------------------------------------------------------------------------------
106 # ------------------------------------------------------------------------------
110 # ------------------------------------------------------------------------------