From df8c40ac5851da896b599fa50b62cc029cae4fd5 Mon Sep 17 00:00:00 2001 From: annaproost <proost.anna@gmail.com> Date: Sun, 3 Dec 2023 20:12:53 +0100 Subject: [PATCH 1/4] Reverted to back-up after Makefile problems --- cmake-build-debug/CMakeCache.txt | 77 +- .../CMakeFiles/3.26.4/CMakeCCompiler.cmake | 2 +- .../CMakeFiles/3.26.4/CMakeCXXCompiler.cmake | 4 +- .../3.26.4/CMakeDetermineCompilerABI_C.bin | Bin 17000 -> 17000 bytes .../3.26.4/CMakeDetermineCompilerABI_CXX.bin | Bin 16984 -> 16984 bytes .../CMakeFiles/CMakeConfigureLog.yaml | 671 +-------------- .../CMakeFiles/clion-Debug-log.txt | 18 +- .../CMakeFiles/clion-environment.txt | 2 +- cmake-build-debug/Makefile | 803 +++++++++++++----- cmake-build-debug/PCSC_final_project.cbp | 417 +++++++-- .../Testing/Temporary/LastTest.log | 4 +- inputs/Function.cpp | 8 +- inputs/Function.hpp | 6 +- inputs/MonoFunction.cpp | 8 +- inputs/MonoFunction.hpp | 3 + inputs/MultiFunction.cpp | 2 +- 16 files changed, 1033 insertions(+), 992 deletions(-) diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt index e00ac3d1..a9db227a 100644 --- a/cmake-build-debug/CMakeCache.txt +++ b/cmake-build-debug/CMakeCache.txt @@ -30,6 +30,17 @@ CMAKE_AR:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ar // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=Debug +//Id string of the compiler for the CodeBlocks IDE. Automatically +// detected when left empty +CMAKE_CODEBLOCKS_COMPILER_ID:STRING= + +//The CodeBlocks executable +CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND + +//Additional command line arguments when CodeBlocks invokes make. +// Enter e.g. -j<some_number> to get parallel builds +CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=-j8 + //Enable colored diagnostics throughout. CMAKE_COLOR_DIAGNOSTICS:BOOL=ON @@ -150,8 +161,8 @@ CMAKE_INSTALL_SYSCONFDIR:PATH=etc //Path to a program. CMAKE_LINKER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ld -//No help, variable specified on the command line. -CMAKE_MAKE_PROGRAM:UNINITIALIZED=/Applications/CLion.app/Contents/bin/ninja/mac/ninja +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //Flags used by the linker during the creation of modules during // all build types. @@ -280,9 +291,6 @@ CTEST_SUBMIT_RETRY_DELAY:STRING=5 //Maximum time allowed before CTest will kill the test. DART_TESTING_TIMEOUT:STRING=1500 -//Enable OpenMP for multithreading -ENABLE_OPENMP:BOOL=ON - //Build the samples ENABLE_SAMPLES:BOOL=ON @@ -298,21 +306,6 @@ MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND //File that contains suppressions for the memory checker MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= -//CXX compiler flags for OpenMP parallelization -OpenMP_CXX_FLAGS:STRING=NOTFOUND - -//CXX compiler libraries for OpenMP parallelization -OpenMP_CXX_LIB_NAMES:STRING=NOTFOUND - -//C compiler flags for OpenMP parallelization -OpenMP_C_FLAGS:STRING=NOTFOUND - -//C compiler libraries for OpenMP parallelization -OpenMP_C_LIB_NAMES:STRING=NOTFOUND - -//Path to a library. -OpenMP_libomp_LIBRARY:FILEPATH=OpenMP_libomp_LIBRARY-NOTFOUND - //Value Computed by CMake PCSC_final_project_BINARY_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug @@ -322,8 +315,11 @@ PCSC_final_project_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake PCSC_final_project_SOURCE_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project +//Path to a program. +ProcessorCount_cmd_sysctl:FILEPATH=/usr/sbin/sysctl + //Name of the computer/site where compile is being run -SITE:STRING=tsf-460-wpa-6-175.epfl.ch +SITE:STRING=Annas-MacBook-Air.local //Value Computed by CMake muParserProject_BINARY_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser @@ -334,15 +330,6 @@ muParserProject_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake muParserProject_SOURCE_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project/muparser -//Value Computed by CMake -muparser_library_BINARY_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser - -//Value Computed by CMake -muparser_library_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -muparser_library_SOURCE_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project/muparser - ######################## # INTERNAL cache entries @@ -409,9 +396,17 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= +CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks +//CXX compiler system defined macros +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__llvm__;1;__clang__;1;__clang_major__;15;__clang_minor__;0;__clang_patchlevel__;0;__clang_version__;"15.0.0 (clang-1500.0.40.1)";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"Apple LLVM 15.0.0 (clang-1500.0.40.1)";__OBJC_BOOL_IS_BOOL;1;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__clang_literal_encoding__;"UTF-8";__clang_wide_literal_encoding__;"UTF-32";__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__BOOL_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;64;__LLONG_WIDTH__;64;__BITINT_MAXWIDTH__;128;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_WIDTH__;32;__WINT_MAX__;2147483647;__WINT_WIDTH__;32;__INTMAX_MAX__;9223372036854775807L;__INTMAX_WIDTH__;64;__SIZE_MAX__;18446744073709551615UL;__SIZE_WIDTH__;64;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_WIDTH__;64;__PTRDIFF_MAX__;9223372036854775807L;__PTRDIFF_WIDTH__;64;__INTPTR_MAX__;9223372036854775807L;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;18446744073709551615UL;__UINTPTR_WIDTH__;64;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__WCHAR_TYPE__;int;__WINT_TYPE__;int;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_WIDTH__;32;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__FLT16_DENORM_MIN__;5.9604644775390625e-8F16;__FLT16_HAS_DENORM__;1;__FLT16_DIG__;3;__FLT16_DECIMAL_DIG__;5;__FLT16_EPSILON__;9.765625e-4F16;__FLT16_HAS_INFINITY__;1;__FLT16_HAS_QUIET_NAN__;1;__FLT16_MANT_DIG__;11;__FLT16_MAX_10_EXP__;4;__FLT16_MAX_EXP__;16;__FLT16_MAX__;6.5504e+4F16;__FLT16_MIN_10_EXP__;(-4);__FLT16_MIN_EXP__;(-13);__FLT16_MIN__;6.103515625e-5F16;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;4.9406564584124654e-324L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;15;__LDBL_DECIMAL_DIG__;17;__LDBL_EPSILON__;2.2204460492503131e-16L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;53;__LDBL_MAX_10_EXP__;308;__LDBL_MAX_EXP__;1024;__LDBL_MAX__;1.7976931348623157e+308L;__LDBL_MIN_10_EXP__;(-307);__LDBL_MIN_EXP__;(-1021);__LDBL_MIN__;2.2250738585072014e-308L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;8;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_WIDTH__;8;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_WIDTH__;16;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_WIDTH__;32;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long long int;__INT_LEAST64_MAX__;9223372036854775807LL;__INT_LEAST64_WIDTH__;64;__INT_LEAST64_FMTd__;"lld";__INT_LEAST64_FMTi__;"lli";__UINT_LEAST64_TYPE__;long long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615ULL;__UINT_LEAST64_FMTo__;"llo";__UINT_LEAST64_FMTu__;"llu";__UINT_LEAST64_FMTx__;"llx";__UINT_LEAST64_FMTX__;"llX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_WIDTH__;8;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_WIDTH__;16;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_WIDTH__;32;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long long int;__INT_FAST64_MAX__;9223372036854775807LL;__INT_FAST64_WIDTH__;64;__INT_FAST64_FMTd__;"lld";__INT_FAST64_FMTi__;"lli";__UINT_FAST64_TYPE__;long long unsigned int;__UINT_FAST64_MAX__;18446744073709551615ULL;__UINT_FAST64_FMTo__;"llo";__UINT_FAST64_FMTu__;"llu";__UINT_FAST64_FMTx__;"llx";__UINT_FAST64_FMTX__;"llX";__USER_LABEL_PREFIX__;_;__NO_MATH_ERRNO__;1;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__AARCH64EL__;1;__aarch64__;1;_LP64;1;__LP64__;1;__AARCH64_CMODEL_SMALL__;1;__ARM_ACLE;200;__ARM_ARCH;8;__ARM_ARCH_PROFILE;'A';__ARM_64BIT_STATE;1;__ARM_PCS_AAPCS64;1;__ARM_ARCH_ISA_A64;1;__ARM_FEATURE_CLZ;1;__ARM_FEATURE_FMA;1;__ARM_FEATURE_LDREX;0xF;__ARM_FEATURE_IDIV;1;__ARM_FEATURE_DIV;1;__ARM_FEATURE_NUMERIC_MAXMIN;1;__ARM_FEATURE_DIRECTED_ROUNDING;1;__ARM_ALIGN_MAX_STACK_PWR;4;__ARM_FP;0xE;__ARM_FP16_FORMAT_IEEE;1;__ARM_FP16_ARGS;1;__ARM_SIZEOF_WCHAR_T;4;__ARM_SIZEOF_MINIMAL_ENUM;4;__ARM_NEON;1;__ARM_NEON_FP;0xE;__ARM_FEATURE_CRC32;1;__ARM_FEATURE_RCPC;1;__ARM_FEATURE_CRYPTO;1;__ARM_FEATURE_AES;1;__ARM_FEATURE_SHA2;1;__ARM_FEATURE_SHA3;1;__ARM_FEATURE_SHA512;1;__ARM_FEATURE_SM3;1;__ARM_FEATURE_SM4;1;__ARM_FEATURE_UNALIGNED;1;__ARM_FEATURE_FP16_VECTOR_ARITHMETIC;1;__ARM_FEATURE_FP16_SCALAR_ARITHMETIC;1;__ARM_FEATURE_DOTPROD;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_FP16_FML;1;__ARM_FEATURE_FRINT;1;__ARM_ARCH_8_3__;1;__ARM_FEATURE_COMPLEX;1;__ARM_FEATURE_JCVT;1;__ARM_FEATURE_QRDMX;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_CRC32;1;__ARM_ARCH_8_4__;1;__ARM_ARCH_8_5__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__FP_FAST_FMA;1;__FP_FAST_FMAF;1;__AARCH64_SIMD__;1;__ARM64_ARCH_8__;1;__ARM_NEON__;1;__LITTLE_ENDIAN__;1;__REGISTER_PREFIX__; ;__arm64;1;__arm64__;1;__APPLE_CC__;6000;__APPLE__;1;__STDC_NO_THREADS__;1;__apple_build_version__;15000040;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201710L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__GCC_HAVE_DWARF2_CFI_ASM;1;__llvm__;1;__clang__;1;__clang_major__;15;__clang_minor__;0;__clang_patchlevel__;0;__clang_version__;"15.0.0 (clang-1500.0.40.1)";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__GNUG__;4;__GXX_WEAK__;1;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"Apple LLVM 15.0.0 (clang-1500.0.40.1)";__OBJC_BOOL_IS_BOOL;1;__cpp_rtti;199711L;__cpp_exceptions;199711L;__cpp_threadsafe_static_init;200806L;__cpp_named_character_escapes;202207L;__cpp_impl_destroying_delete;201806L;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__private_extern__;extern;__clang_literal_encoding__;"UTF-8";__clang_wide_literal_encoding__;"UTF-32";__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__BOOL_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;64;__LLONG_WIDTH__;64;__BITINT_MAXWIDTH__;128;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_WIDTH__;32;__WINT_MAX__;2147483647;__WINT_WIDTH__;32;__INTMAX_MAX__;9223372036854775807L;__INTMAX_WIDTH__;64;__SIZE_MAX__;18446744073709551615UL;__SIZE_WIDTH__;64;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_WIDTH__;64;__PTRDIFF_MAX__;9223372036854775807L;__PTRDIFF_WIDTH__;64;__INTPTR_MAX__;9223372036854775807L;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;18446744073709551615UL;__UINTPTR_WIDTH__;64;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__WCHAR_TYPE__;int;__WINT_TYPE__;int;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_WIDTH__;32;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__FLT16_DENORM_MIN__;5.9604644775390625e-8F16;__FLT16_HAS_DENORM__;1;__FLT16_DIG__;3;__FLT16_DECIMAL_DIG__;5;__FLT16_EPSILON__;9.765625e-4F16;__FLT16_HAS_INFINITY__;1;__FLT16_HAS_QUIET_NAN__;1;__FLT16_MANT_DIG__;11;__FLT16_MAX_10_EXP__;4;__FLT16_MAX_EXP__;16;__FLT16_MAX__;6.5504e+4F16;__FLT16_MIN_10_EXP__;(-4);__FLT16_MIN_EXP__;(-13);__FLT16_MIN__;6.103515625e-5F16;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;4.9406564584124654e-324L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;15;__LDBL_DECIMAL_DIG__;17;__LDBL_EPSILON__;2.2204460492503131e-16L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;53;__LDBL_MAX_10_EXP__;308;__LDBL_MAX_EXP__;1024;__LDBL_MAX__;1.7976931348623157e+308L;__LDBL_MIN_10_EXP__;(-307);__LDBL_MIN_EXP__;(-1021);__LDBL_MIN__;2.2250738585072014e-308L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;8;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_WIDTH__;8;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_WIDTH__;16;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_WIDTH__;32;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long long int;__INT_LEAST64_MAX__;9223372036854775807LL;__INT_LEAST64_WIDTH__;64;__INT_LEAST64_FMTd__;"lld";__INT_LEAST64_FMTi__;"lli";__UINT_LEAST64_TYPE__;long long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615ULL;__UINT_LEAST64_FMTo__;"llo";__UINT_LEAST64_FMTu__;"llu";__UINT_LEAST64_FMTx__;"llx";__UINT_LEAST64_FMTX__;"llX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_WIDTH__;8;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_WIDTH__;16;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_WIDTH__;32;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long long int;__INT_FAST64_MAX__;9223372036854775807LL;__INT_FAST64_WIDTH__;64;__INT_FAST64_FMTd__;"lld";__INT_FAST64_FMTi__;"lli";__UINT_FAST64_TYPE__;long long unsigned int;__UINT_FAST64_MAX__;18446744073709551615ULL;__UINT_FAST64_FMTo__;"llo";__UINT_FAST64_FMTu__;"llu";__UINT_FAST64_FMTx__;"llx";__UINT_FAST64_FMTX__;"llX";__USER_LABEL_PREFIX__;_;__NO_MATH_ERRNO__;1;__FINITE_MATH_ONLY__;0;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__AARCH64EL__;1;__aarch64__;1;_LP64;1;__LP64__;1;__AARCH64_CMODEL_SMALL__;1;__ARM_ACLE;200;__ARM_ARCH;8;__ARM_ARCH_PROFILE;'A';__ARM_64BIT_STATE;1;__ARM_PCS_AAPCS64;1;__ARM_ARCH_ISA_A64;1;__ARM_FEATURE_CLZ;1;__ARM_FEATURE_FMA;1;__ARM_FEATURE_LDREX;0xF;__ARM_FEATURE_IDIV;1;__ARM_FEATURE_DIV;1;__ARM_FEATURE_NUMERIC_MAXMIN;1;__ARM_FEATURE_DIRECTED_ROUNDING;1;__ARM_ALIGN_MAX_STACK_PWR;4;__ARM_FP;0xE;__ARM_FP16_FORMAT_IEEE;1;__ARM_FP16_ARGS;1;__ARM_SIZEOF_WCHAR_T;4;__ARM_SIZEOF_MINIMAL_ENUM;4;__ARM_NEON;1;__ARM_NEON_FP;0xE;__ARM_FEATURE_CRC32;1;__ARM_FEATURE_RCPC;1;__ARM_FEATURE_CRYPTO;1;__ARM_FEATURE_AES;1;__ARM_FEATURE_SHA2;1;__ARM_FEATURE_SHA3;1;__ARM_FEATURE_SHA512;1;__ARM_FEATURE_SM3;1;__ARM_FEATURE_SM4;1;__ARM_FEATURE_UNALIGNED;1;__ARM_FEATURE_FP16_VECTOR_ARITHMETIC;1;__ARM_FEATURE_FP16_SCALAR_ARITHMETIC;1;__ARM_FEATURE_DOTPROD;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_FP16_FML;1;__ARM_FEATURE_FRINT;1;__ARM_ARCH_8_3__;1;__ARM_FEATURE_COMPLEX;1;__ARM_FEATURE_JCVT;1;__ARM_FEATURE_QRDMX;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_CRC32;1;__ARM_ARCH_8_4__;1;__ARM_ARCH_8_5__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__FP_FAST_FMA;1;__FP_FAST_FMAF;1;__AARCH64_SIMD__;1;__ARM64_ARCH_8__;1;__ARM_NEON__;1;__LITTLE_ENDIAN__;1;__REGISTER_PREFIX__; ;__arm64;1;__arm64__;1;__APPLE_CC__;6000;__APPLE__;1;__STDC_NO_THREADS__;1;__apple_build_version__;15000040;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;199711L;__STDCPP_DEFAULT_NEW_ALIGNMENT__;16UL;__STDCPP_THREADS__;1;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__GCC_HAVE_DWARF2_CFI_ASM;1 +//CXX compiler system include directories +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1;/usr/local/include;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/usr/include;/System/Library/Frameworks;/Library/Frameworks +//C compiler system defined macros +CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS:INTERNAL=__llvm__;1;__clang__;1;__clang_major__;15;__clang_minor__;0;__clang_patchlevel__;0;__clang_version__;"15.0.0 (clang-1500.0.40.1)";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"Apple LLVM 15.0.0 (clang-1500.0.40.1)";__OBJC_BOOL_IS_BOOL;1;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__clang_literal_encoding__;"UTF-8";__clang_wide_literal_encoding__;"UTF-32";__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__BOOL_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;64;__LLONG_WIDTH__;64;__BITINT_MAXWIDTH__;128;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_WIDTH__;32;__WINT_MAX__;2147483647;__WINT_WIDTH__;32;__INTMAX_MAX__;9223372036854775807L;__INTMAX_WIDTH__;64;__SIZE_MAX__;18446744073709551615UL;__SIZE_WIDTH__;64;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_WIDTH__;64;__PTRDIFF_MAX__;9223372036854775807L;__PTRDIFF_WIDTH__;64;__INTPTR_MAX__;9223372036854775807L;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;18446744073709551615UL;__UINTPTR_WIDTH__;64;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__WCHAR_TYPE__;int;__WINT_TYPE__;int;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_WIDTH__;32;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__FLT16_DENORM_MIN__;5.9604644775390625e-8F16;__FLT16_HAS_DENORM__;1;__FLT16_DIG__;3;__FLT16_DECIMAL_DIG__;5;__FLT16_EPSILON__;9.765625e-4F16;__FLT16_HAS_INFINITY__;1;__FLT16_HAS_QUIET_NAN__;1;__FLT16_MANT_DIG__;11;__FLT16_MAX_10_EXP__;4;__FLT16_MAX_EXP__;16;__FLT16_MAX__;6.5504e+4F16;__FLT16_MIN_10_EXP__;(-4);__FLT16_MIN_EXP__;(-13);__FLT16_MIN__;6.103515625e-5F16;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;4.9406564584124654e-324L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;15;__LDBL_DECIMAL_DIG__;17;__LDBL_EPSILON__;2.2204460492503131e-16L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;53;__LDBL_MAX_10_EXP__;308;__LDBL_MAX_EXP__;1024;__LDBL_MAX__;1.7976931348623157e+308L;__LDBL_MIN_10_EXP__;(-307);__LDBL_MIN_EXP__;(-1021);__LDBL_MIN__;2.2250738585072014e-308L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;8;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_WIDTH__;8;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_WIDTH__;16;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_WIDTH__;32;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long long int;__INT_LEAST64_MAX__;9223372036854775807LL;__INT_LEAST64_WIDTH__;64;__INT_LEAST64_FMTd__;"lld";__INT_LEAST64_FMTi__;"lli";__UINT_LEAST64_TYPE__;long long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615ULL;__UINT_LEAST64_FMTo__;"llo";__UINT_LEAST64_FMTu__;"llu";__UINT_LEAST64_FMTx__;"llx";__UINT_LEAST64_FMTX__;"llX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_WIDTH__;8;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_WIDTH__;16;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_WIDTH__;32;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long long int;__INT_FAST64_MAX__;9223372036854775807LL;__INT_FAST64_WIDTH__;64;__INT_FAST64_FMTd__;"lld";__INT_FAST64_FMTi__;"lli";__UINT_FAST64_TYPE__;long long unsigned int;__UINT_FAST64_MAX__;18446744073709551615ULL;__UINT_FAST64_FMTo__;"llo";__UINT_FAST64_FMTu__;"llu";__UINT_FAST64_FMTx__;"llx";__UINT_FAST64_FMTX__;"llX";__USER_LABEL_PREFIX__;_;__NO_MATH_ERRNO__;1;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__AARCH64EL__;1;__aarch64__;1;_LP64;1;__LP64__;1;__AARCH64_CMODEL_SMALL__;1;__ARM_ACLE;200;__ARM_ARCH;8;__ARM_ARCH_PROFILE;'A';__ARM_64BIT_STATE;1;__ARM_PCS_AAPCS64;1;__ARM_ARCH_ISA_A64;1;__ARM_FEATURE_CLZ;1;__ARM_FEATURE_FMA;1;__ARM_FEATURE_LDREX;0xF;__ARM_FEATURE_IDIV;1;__ARM_FEATURE_DIV;1;__ARM_FEATURE_NUMERIC_MAXMIN;1;__ARM_FEATURE_DIRECTED_ROUNDING;1;__ARM_ALIGN_MAX_STACK_PWR;4;__ARM_FP;0xE;__ARM_FP16_FORMAT_IEEE;1;__ARM_FP16_ARGS;1;__ARM_SIZEOF_WCHAR_T;4;__ARM_SIZEOF_MINIMAL_ENUM;4;__ARM_NEON;1;__ARM_NEON_FP;0xE;__ARM_FEATURE_CRC32;1;__ARM_FEATURE_RCPC;1;__ARM_FEATURE_CRYPTO;1;__ARM_FEATURE_AES;1;__ARM_FEATURE_SHA2;1;__ARM_FEATURE_SHA3;1;__ARM_FEATURE_SHA512;1;__ARM_FEATURE_SM3;1;__ARM_FEATURE_SM4;1;__ARM_FEATURE_UNALIGNED;1;__ARM_FEATURE_FP16_VECTOR_ARITHMETIC;1;__ARM_FEATURE_FP16_SCALAR_ARITHMETIC;1;__ARM_FEATURE_DOTPROD;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_FP16_FML;1;__ARM_FEATURE_FRINT;1;__ARM_ARCH_8_3__;1;__ARM_FEATURE_COMPLEX;1;__ARM_FEATURE_JCVT;1;__ARM_FEATURE_QRDMX;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_CRC32;1;__ARM_ARCH_8_4__;1;__ARM_ARCH_8_5__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__FP_FAST_FMA;1;__FP_FAST_FMAF;1;__AARCH64_SIMD__;1;__ARM64_ARCH_8__;1;__ARM_NEON__;1;__LITTLE_ENDIAN__;1;__REGISTER_PREFIX__; ;__arm64;1;__arm64__;1;__APPLE_CC__;6000;__APPLE__;1;__STDC_NO_THREADS__;1;__apple_build_version__;15000040;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201710L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__GCC_HAVE_DWARF2_CFI_ASM;1 +//C compiler system include directories +CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/local/include;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/usr/include;/System/Library/Frameworks;/Library/Frameworks //Name of generator. -CMAKE_GENERATOR:INTERNAL=Ninja +CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. @@ -457,6 +452,8 @@ CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG @@ -529,20 +526,8 @@ MAKECOMMAND-ADVANCED:INTERNAL=1 MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 -//Result of TRY_COMPILE -OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp:INTERNAL=FALSE -//Result of TRY_COMPILE -OpenMP_COMPILE_RESULT_C_Xclang fopenmp:INTERNAL=FALSE -//ADVANCED property for variable: OpenMP_CXX_FLAGS -OpenMP_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OpenMP_CXX_LIB_NAMES -OpenMP_CXX_LIB_NAMES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OpenMP_C_FLAGS -OpenMP_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OpenMP_C_LIB_NAMES -OpenMP_C_LIB_NAMES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OpenMP_libomp_LIBRARY -OpenMP_libomp_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ProcessorCount_cmd_sysctl +ProcessorCount_cmd_sysctl-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SITE SITE-ADVANCED:INTERNAL=1 //CMAKE_INSTALL_PREFIX during last run diff --git a/cmake-build-debug/CMakeFiles/3.26.4/CMakeCCompiler.cmake b/cmake-build-debug/CMakeFiles/3.26.4/CMakeCCompiler.cmake index 5a44d556..fcccef4a 100644 --- a/cmake-build-debug/CMakeFiles/3.26.4/CMakeCCompiler.cmake +++ b/cmake-build-debug/CMakeFiles/3.26.4/CMakeCCompiler.cmake @@ -66,7 +66,7 @@ endif() -set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include") +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include") set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake b/cmake-build-debug/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake index b22dccea..527e8c9e 100644 --- a/cmake-build-debug/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake +++ b/cmake-build-debug/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake @@ -77,7 +77,7 @@ endif() -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++") +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin b/cmake-build-debug/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin index 27b6bbef6428f03e51d469989b799db8d528b4e6..6cabc3dcb1c6f72e68b1c15d2b342fc23cdbe828 100755 GIT binary patch delta 19 bcmaFS!uX<val=7JR#THSbCb!(92WrqR6Ym@ delta 19 bcmaFS!uX<val=7JRs-W?L-WbU92WrqQ{M;t diff --git a/cmake-build-debug/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-debug/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin index fe2f527280e219c72660c3525d32a732cbb4f88d..515806244ce971bb4e27ebb046860db9992fea3b 100755 GIT binary patch delta 19 bcmcc7!g!;Fal=MO)+B?Zl+?-F92WrqRC)+Y delta 19 bcmcc7!g!;Fal=MORts}O3xmnq92WrqPtXUJ diff --git a/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml b/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml index 8b6cd740..ccd3a459 100644 --- a/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml +++ b/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml @@ -99,8 +99,8 @@ events: checks: - "Detecting C compiler ABI info" directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp" + source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO" + binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_C_FLAGS_DEBUG: "-g" @@ -112,15 +112,17 @@ events: variable: "CMAKE_C_ABI_COMPILED" cached: true stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp + Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_03c17 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c + Run Build Command(s):/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_54f74/fast && /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_54f74.dir/build.make CMakeFiles/cmTC_54f74.dir/build + Building C object CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o + /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin - clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c + clang: \x1b[0;1;35mwarning: \x1b[0m\x1b[1m-Wl,-v: 'linker' input unused [-Wunused-command-line-argument]\x1b[0m + "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" @@ -131,12 +133,14 @@ events: /Library/Developer/CommandLineTools/usr/include /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) End of search list. - [2/2] : && /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -o cmTC_03c17 && : + Linking C executable cmTC_54f74 + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54f74.dir/link.txt --verbose=1 + /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -o cmTC_54f74 Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_03c17 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a + "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_54f74 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:dyld-1015.7 BUILD 18:48:48 Aug 22 2023 configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em @@ -154,17 +158,9 @@ events: - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - "CMakeLists.txt:2 (project)" message: | - Parsed C implicit include dir info: rv=done + Parsed C implicit include dir info: rv=loading found start of include info - found start of implicit include info - add: [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - add: [/Library/Developer/CommandLineTools/usr/include] - end of search list found - collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include] - implicit include dirs: [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include] + warn: unable to parse implicit include dirs! - @@ -176,54 +172,16 @@ events: message: | Parsed C implicit link information: link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - ignore line: [Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp] + ignore line: [Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO] ignore line: [] - ignore line: [Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_03c17 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c] + ignore line: [Run Build Command(s):/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_54f74/fast && /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_54f74.dir/build.make CMakeFiles/cmTC_54f74.dir/build] + ignore line: [Building C object CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o] + ignore line: [/Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c] ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)] ignore line: [Target: arm64-apple-darwin22.6.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] - ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c] - ignore line: [clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0] - ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include"] - ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - ignore line: [ /Library/Developer/CommandLineTools/usr/include] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory)] - ignore line: [End of search list.] - ignore line: [[2/2] : && /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -o cmTC_03c17 && :] - ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)] - ignore line: [Target: arm64-apple-darwin22.6.0] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_03c17 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore - arg [-demangle] ==> ignore - arg [-lto_library] ==> ignore, skip following value - arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library - arg [-dynamic] ==> ignore - arg [-arch] ==> ignore - arg [arm64] ==> ignore - arg [-platform_version] ==> ignore - arg [macos] ==> ignore - arg [13.6.0] ==> ignore - arg [14.0] ==> ignore - arg [-syslibroot] ==> ignore - arg [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk] ==> ignore - arg [-o] ==> ignore - arg [cmTC_03c17] ==> ignore - arg [-search_paths_first] ==> ignore - arg [-headerpad_max_install_names] ==> ignore - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lSystem] ==> lib [System] - arg [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - remove lib [System] - remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] + ignore line: [clang: \x1b[0;1;35mwarning: \x1b[0m\x1b[1m-Wl,-v: 'linker' input unused [-Wunused-command-line-argument]\x1b[0m; "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c;clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0;ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include";ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks";#include "..." search starts here:;#include <...> search starts here:; /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include; /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include; /Library/Developer/CommandLineTools/usr/include; /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory);End of search list.;Linking C executable cmTC_54f74;/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54f74.dir/link.txt --verbose=1;/Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -o cmTC_54f74 ;Apple clang version 15.0.0 (clang-1500.0.40.1);Target: arm64-apple-darwin22.6.0;Thread model: posix;InstalledDir: /Library/Developer/CommandLineTools/usr/bin; "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_54f74 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a;@(#)PROGRAM:ld PROJECT:dyld-1015.7;BUILD 18:48:48 Aug 22 2023;configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em;will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em;LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29);TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.0.12.3);Library search paths:;Framework search paths:;;] implicit libs: [] implicit objs: [] implicit dirs: [] @@ -239,8 +197,8 @@ events: checks: - "Detecting CXX compiler ABI info" directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66" + source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv" + binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv" cmakeVariables: CMAKE_CXX_FLAGS: "" CMAKE_CXX_FLAGS_DEBUG: "-g" @@ -252,15 +210,17 @@ events: variable: "CMAKE_CXX_ABI_COMPILED" cached: true stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66 + Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_87180 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp + Run Build Command(s):/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b0bde/fast && /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b0bde.dir/build.make CMakeFiles/cmTC_b0bde.dir/build + Building CXX object CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o + /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin - clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66 -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp + clang: \x1b[0;1;35mwarning: \x1b[0m\x1b[1m-Wl,-v: 'linker' input unused [-Wunused-command-line-argument]\x1b[0m + "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" @@ -272,12 +232,14 @@ events: /Library/Developer/CommandLineTools/usr/include /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) End of search list. - [2/2] : && /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_87180 && : + Linking CXX executable cmTC_b0bde + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0bde.dir/link.txt --verbose=1 + /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_b0bde Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_87180 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a + "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_b0bde -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:dyld-1015.7 BUILD 18:48:48 Aug 22 2023 configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em @@ -295,19 +257,9 @@ events: - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - "CMakeLists.txt:2 (project)" message: | - Parsed CXX implicit include dir info: rv=done + Parsed CXX implicit include dir info: rv=loading found start of include info - found start of implicit include info - add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1] - add: [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - add: [/Library/Developer/CommandLineTools/usr/include] - end of search list found - collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1] - collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include] - implicit include dirs: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include] + warn: unable to parse implicit include dirs! - @@ -319,565 +271,20 @@ events: message: | Parsed CXX implicit link information: link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - ignore line: [Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66] + ignore line: [Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv] ignore line: [] - ignore line: [Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_87180 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Run Build Command(s):/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b0bde/fast && /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b0bde.dir/build.make CMakeFiles/cmTC_b0bde.dir/build] + ignore line: [Building CXX object CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)] ignore line: [Target: arm64-apple-darwin22.6.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] - ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66 -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0] - ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include"] - ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1] - ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - ignore line: [ /Library/Developer/CommandLineTools/usr/include] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory)] - ignore line: [End of search list.] - ignore line: [[2/2] : && /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_87180 && :] - ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)] - ignore line: [Target: arm64-apple-darwin22.6.0] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_87180 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore - arg [-demangle] ==> ignore - arg [-lto_library] ==> ignore, skip following value - arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library - arg [-dynamic] ==> ignore - arg [-arch] ==> ignore - arg [arm64] ==> ignore - arg [-platform_version] ==> ignore - arg [macos] ==> ignore - arg [13.6.0] ==> ignore - arg [14.0] ==> ignore - arg [-syslibroot] ==> ignore - arg [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk] ==> ignore - arg [-o] ==> ignore - arg [cmTC_87180] ==> ignore - arg [-search_paths_first] ==> ignore - arg [-headerpad_max_install_names] ==> ignore - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lc++] ==> lib [c++] - arg [-lSystem] ==> lib [System] - arg [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - remove lib [System] - remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - implicit libs: [c++] + ignore line: [clang: \x1b[0;1;35mwarning: \x1b[0m\x1b[1m-Wl,-v: 'linker' input unused [-Wunused-command-line-argument]\x1b[0m; "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp;clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0;ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include";ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks";#include "..." search starts here:;#include <...> search starts here:; /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1; /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include; /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include; /Library/Developer/CommandLineTools/usr/include; /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory);End of search list.;Linking CXX executable cmTC_b0bde;/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0bde.dir/link.txt --verbose=1;/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_b0bde ;Apple clang version 15.0.0 (clang-1500.0.40.1);Target: arm64-apple-darwin22.6.0;Thread model: posix;InstalledDir: /Library/Developer/CommandLineTools/usr/bin; "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_b0bde -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a;@(#)PROGRAM:ld PROJECT:dyld-1015.7;BUILD 18:48:48 Aug 22 2023;configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em;will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em;LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29);TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.0.12.3);Library search paths:;Framework search paths:;;] + implicit libs: [] implicit objs: [] implicit dirs: [] implicit fwks: [] ... - ---- -events: - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting C OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_e6266 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL/OpenMPTryFlag.c - FAILED: CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL/OpenMPTryFlag.c - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -x c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL/OpenMPTryFlag.c - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting CXX OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_2b5a7 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS/OpenMPTryFlag.cpp - FAILED: CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS/OpenMPTryFlag.cpp - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -x c++ /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS/OpenMPTryFlag.cpp - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 -... - ---- -events: - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting C OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_06ef9 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh/OpenMPTryFlag.c - FAILED: CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh/OpenMPTryFlag.c - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -x c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh/OpenMPTryFlag.c - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting CXX OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7 - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_0868f && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7/OpenMPTryFlag.cpp - FAILED: CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7/OpenMPTryFlag.cpp - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7 -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -x c++ /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7/OpenMPTryFlag.cpp - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 -... - ---- -events: - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting C OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_919c2 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt/OpenMPTryFlag.c - FAILED: CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt/OpenMPTryFlag.c - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -x c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt/OpenMPTryFlag.c - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting CXX OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_4e255 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru/OpenMPTryFlag.cpp - FAILED: CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru/OpenMPTryFlag.cpp - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -x c++ /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru/OpenMPTryFlag.cpp - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 -... - ---- -events: - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting C OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_55897 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY/OpenMPTryFlag.c - FAILED: CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY/OpenMPTryFlag.c - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -x c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY/OpenMPTryFlag.c - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting CXX OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_c95aa && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN/OpenMPTryFlag.cpp - FAILED: CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN/OpenMPTryFlag.cpp - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -x c++ /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN/OpenMPTryFlag.cpp - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 -... - ---- -events: - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting C OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_32ac5 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT/OpenMPTryFlag.c - FAILED: CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT/OpenMPTryFlag.c - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -x c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT/OpenMPTryFlag.c - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting CXX OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_ef980 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q/OpenMPTryFlag.cpp - FAILED: CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q/OpenMPTryFlag.cpp - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -x c++ /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q/OpenMPTryFlag.cpp - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 -... diff --git a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt index f2ee936c..8d511c88 100644 --- a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt +++ b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -1,4 +1,16 @@ -/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/Applications/CLion.app/Contents/bin/ninja/mac/ninja -G Ninja -S /Users/annaproost/CLionProjects/PCSC-final-project -B /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug --- Configuring done (0.1s) --- Generating done (0.0s) +/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -S /Users/annaproost/CLionProjects/PCSC-final-project -B /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug +-- The C compiler identification is AppleClang 15.0.0.15000040 +-- The CXX compiler identification is AppleClang 15.0.0.15000040 +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Configuring done (1.6s) +-- Generating done (0.2s) -- Build files have been written to: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug diff --git a/cmake-build-debug/CMakeFiles/clion-environment.txt b/cmake-build-debug/CMakeFiles/clion-environment.txt index b7d7a449..270d93c2 100644 --- a/cmake-build-debug/CMakeFiles/clion-environment.txt +++ b/cmake-build-debug/CMakeFiles/clion-environment.txt @@ -1,3 +1,3 @@ ToolSet: 1.0 (local)Options: -Options:-DCMAKE_MAKE_PROGRAM=/Applications/CLion.app/Contents/bin/ninja/mac/ninja \ No newline at end of file +Options: \ No newline at end of file diff --git a/cmake-build-debug/Makefile b/cmake-build-debug/Makefile index 5e184c69..2ee75a99 100644 --- a/cmake-build-debug/Makefile +++ b/cmake-build-debug/Makefile @@ -1,5 +1,5 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.26 +# Generated by "Unix Makefiles" Generator, CMake Version 3.26 # Default target executed when no arguments are given to make. default_target: all @@ -44,22 +44,23 @@ cmake_force: #============================================================================= # Set environment variables for the build. -SHELL = cmd.exe +# The shell in which to execute make rules. +SHELL = /bin/sh # The CMake executable. -CMAKE_COMMAND = "C:\Users\wachi\AppData\Local\JetBrains\CLion 2023.2.2\bin\cmake\win\x64\bin\cmake.exe" +CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake # The command to remove a file. -RM = "C:\Users\wachi\AppData\Local\JetBrains\CLion 2023.2.2\bin\cmake\win\x64\bin\cmake.exe" -E rm -f +RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = C:\Users\wachi\CLionProjects\pcsc-final-project +CMAKE_SOURCE_DIR = /Users/annaproost/CLionProjects/PCSC-final-project # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = C:\Users\wachi\CLionProjects\pcsc-final-project\cmake-build-debug +CMAKE_BINARY_DIR = /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug #============================================================================= # Targets provided globally by CMake. @@ -67,7 +68,7 @@ CMAKE_BINARY_DIR = C:\Users\wachi\CLionProjects\pcsc-final-project\cmake-build-d # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - "C:\Users\wachi\AppData\Local\JetBrains\CLion 2023.2.2\bin\cmake\win\x64\bin\cmake.exe" -E echo "No interactive CMake dialog available." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. .PHONY : edit_cache # Special rule for the target edit_cache @@ -77,23 +78,68 @@ edit_cache/fast: edit_cache # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "C:\Users\wachi\AppData\Local\JetBrains\CLion 2023.2.2\bin\cmake\win\x64\bin\cmake.exe" --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Development\" \"RuntimeLibraries\" \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + # The main all target all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\wachi\CLionProjects\pcsc-final-project\cmake-build-debug\CMakeFiles C:\Users\wachi\CLionProjects\pcsc-final-project\cmake-build-debug\\CMakeFiles\progress.marks - $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\wachi\CLionProjects\pcsc-final-project\cmake-build-debug\CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles 0 .PHONY : all # The main clean target clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 clean + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean .PHONY : clean # The main clean target @@ -102,17 +148,17 @@ clean/fast: clean # Prepare targets for installation. preinstall: all - $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall/fast # clear depends depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend #============================================================================= @@ -120,293 +166,610 @@ depend: # Build rule for target. PCSC_final_project: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 PCSC_final_project + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PCSC_final_project .PHONY : PCSC_final_project # fast build rule for target. PCSC_final_project/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/build + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/build .PHONY : PCSC_final_project/fast -inputs/Function.obj: inputs/Function.cpp.obj -.PHONY : inputs/Function.obj +#============================================================================= +# Target rules for targets named muparser -# target to build an object file -inputs/Function.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.obj -.PHONY : inputs/Function.cpp.obj +# Build rule for target. +muparser: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 muparser +.PHONY : muparser -inputs/Function.i: inputs/Function.cpp.i -.PHONY : inputs/Function.i +# fast build rule for target. +muparser/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/muparser.dir/build.make muparser/CMakeFiles/muparser.dir/build +.PHONY : muparser/fast -# target to preprocess a source file -inputs/Function.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.i -.PHONY : inputs/Function.cpp.i +#============================================================================= +# Target rules for targets named example1 -inputs/Function.s: inputs/Function.cpp.s -.PHONY : inputs/Function.s +# Build rule for target. +example1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example1 +.PHONY : example1 -# target to generate assembly for a file -inputs/Function.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.s -.PHONY : inputs/Function.cpp.s +# fast build rule for target. +example1/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/example1.dir/build.make muparser/CMakeFiles/example1.dir/build +.PHONY : example1/fast -inputs/System.obj: inputs/System.cpp.obj -.PHONY : inputs/System.obj +#============================================================================= +# Target rules for targets named example2 -# target to build an object file -inputs/System.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.obj -.PHONY : inputs/System.cpp.obj +# Build rule for target. +example2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example2 +.PHONY : example2 -inputs/System.i: inputs/System.cpp.i -.PHONY : inputs/System.i +# fast build rule for target. +example2/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/example2.dir/build.make muparser/CMakeFiles/example2.dir/build +.PHONY : example2/fast -# target to preprocess a source file -inputs/System.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.i -.PHONY : inputs/System.cpp.i +#============================================================================= +# Target rules for targets named Experimental -inputs/System.s: inputs/System.cpp.s -.PHONY : inputs/System.s +# Build rule for target. +Experimental: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental +.PHONY : Experimental -# target to generate assembly for a file -inputs/System.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.s -.PHONY : inputs/System.cpp.s +# fast build rule for target. +Experimental/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/Experimental.dir/build.make muparser/CMakeFiles/Experimental.dir/build +.PHONY : Experimental/fast -main.obj: main.cpp.obj -.PHONY : main.obj +#============================================================================= +# Target rules for targets named Nightly -# target to build an object file -main.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/main.cpp.obj -.PHONY : main.cpp.obj +# Build rule for target. +Nightly: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly +.PHONY : Nightly -main.i: main.cpp.i -.PHONY : main.i +# fast build rule for target. +Nightly/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/Nightly.dir/build.make muparser/CMakeFiles/Nightly.dir/build +.PHONY : Nightly/fast -# target to preprocess a source file -main.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/main.cpp.i -.PHONY : main.cpp.i +#============================================================================= +# Target rules for targets named Continuous -main.s: main.cpp.s -.PHONY : main.s +# Build rule for target. +Continuous: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous +.PHONY : Continuous -# target to generate assembly for a file -main.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/main.cpp.s -.PHONY : main.cpp.s +# fast build rule for target. +Continuous/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/Continuous.dir/build.make muparser/CMakeFiles/Continuous.dir/build +.PHONY : Continuous/fast -methods/AccelerableMethod.obj: methods/AccelerableMethod.cpp.obj -.PHONY : methods/AccelerableMethod.obj +#============================================================================= +# Target rules for targets named NightlyMemoryCheck -# target to build an object file -methods/AccelerableMethod.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/AccelerableMethod.cpp.obj -.PHONY : methods/AccelerableMethod.cpp.obj +# Build rule for target. +NightlyMemoryCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck +.PHONY : NightlyMemoryCheck -methods/AccelerableMethod.i: methods/AccelerableMethod.cpp.i -.PHONY : methods/AccelerableMethod.i +# fast build rule for target. +NightlyMemoryCheck/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyMemoryCheck.dir/build.make muparser/CMakeFiles/NightlyMemoryCheck.dir/build +.PHONY : NightlyMemoryCheck/fast -# target to preprocess a source file -methods/AccelerableMethod.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/AccelerableMethod.cpp.i -.PHONY : methods/AccelerableMethod.cpp.i +#============================================================================= +# Target rules for targets named NightlyStart -methods/AccelerableMethod.s: methods/AccelerableMethod.cpp.s -.PHONY : methods/AccelerableMethod.s +# Build rule for target. +NightlyStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart +.PHONY : NightlyStart -# target to generate assembly for a file -methods/AccelerableMethod.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/AccelerableMethod.cpp.s -.PHONY : methods/AccelerableMethod.cpp.s +# fast build rule for target. +NightlyStart/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyStart.dir/build.make muparser/CMakeFiles/NightlyStart.dir/build +.PHONY : NightlyStart/fast -methods/Aitken.obj: methods/Aitken.cpp.obj -.PHONY : methods/Aitken.obj +#============================================================================= +# Target rules for targets named NightlyUpdate -# target to build an object file -methods/Aitken.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Aitken.cpp.obj -.PHONY : methods/Aitken.cpp.obj +# Build rule for target. +NightlyUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate +.PHONY : NightlyUpdate -methods/Aitken.i: methods/Aitken.cpp.i -.PHONY : methods/Aitken.i +# fast build rule for target. +NightlyUpdate/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyUpdate.dir/build.make muparser/CMakeFiles/NightlyUpdate.dir/build +.PHONY : NightlyUpdate/fast -# target to preprocess a source file -methods/Aitken.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Aitken.cpp.i -.PHONY : methods/Aitken.cpp.i +#============================================================================= +# Target rules for targets named NightlyConfigure -methods/Aitken.s: methods/Aitken.cpp.s -.PHONY : methods/Aitken.s +# Build rule for target. +NightlyConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure +.PHONY : NightlyConfigure -# target to generate assembly for a file -methods/Aitken.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Aitken.cpp.s -.PHONY : methods/Aitken.cpp.s +# fast build rule for target. +NightlyConfigure/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyConfigure.dir/build.make muparser/CMakeFiles/NightlyConfigure.dir/build +.PHONY : NightlyConfigure/fast + +#============================================================================= +# Target rules for targets named NightlyBuild + +# Build rule for target. +NightlyBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild +.PHONY : NightlyBuild + +# fast build rule for target. +NightlyBuild/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyBuild.dir/build.make muparser/CMakeFiles/NightlyBuild.dir/build +.PHONY : NightlyBuild/fast + +#============================================================================= +# Target rules for targets named NightlyTest + +# Build rule for target. +NightlyTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest +.PHONY : NightlyTest + +# fast build rule for target. +NightlyTest/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyTest.dir/build.make muparser/CMakeFiles/NightlyTest.dir/build +.PHONY : NightlyTest/fast + +#============================================================================= +# Target rules for targets named NightlyCoverage + +# Build rule for target. +NightlyCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage +.PHONY : NightlyCoverage + +# fast build rule for target. +NightlyCoverage/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyCoverage.dir/build.make muparser/CMakeFiles/NightlyCoverage.dir/build +.PHONY : NightlyCoverage/fast + +#============================================================================= +# Target rules for targets named NightlyMemCheck + +# Build rule for target. +NightlyMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck +.PHONY : NightlyMemCheck + +# fast build rule for target. +NightlyMemCheck/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyMemCheck.dir/build.make muparser/CMakeFiles/NightlyMemCheck.dir/build +.PHONY : NightlyMemCheck/fast + +#============================================================================= +# Target rules for targets named NightlySubmit + +# Build rule for target. +NightlySubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit +.PHONY : NightlySubmit + +# fast build rule for target. +NightlySubmit/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlySubmit.dir/build.make muparser/CMakeFiles/NightlySubmit.dir/build +.PHONY : NightlySubmit/fast + +#============================================================================= +# Target rules for targets named ExperimentalStart + +# Build rule for target. +ExperimentalStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart +.PHONY : ExperimentalStart + +# fast build rule for target. +ExperimentalStart/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalStart.dir/build.make muparser/CMakeFiles/ExperimentalStart.dir/build +.PHONY : ExperimentalStart/fast + +#============================================================================= +# Target rules for targets named ExperimentalUpdate + +# Build rule for target. +ExperimentalUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate +.PHONY : ExperimentalUpdate + +# fast build rule for target. +ExperimentalUpdate/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalUpdate.dir/build.make muparser/CMakeFiles/ExperimentalUpdate.dir/build +.PHONY : ExperimentalUpdate/fast + +#============================================================================= +# Target rules for targets named ExperimentalConfigure + +# Build rule for target. +ExperimentalConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure +.PHONY : ExperimentalConfigure + +# fast build rule for target. +ExperimentalConfigure/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalConfigure.dir/build.make muparser/CMakeFiles/ExperimentalConfigure.dir/build +.PHONY : ExperimentalConfigure/fast + +#============================================================================= +# Target rules for targets named ExperimentalBuild -methods/Bisection.obj: methods/Bisection.cpp.obj -.PHONY : methods/Bisection.obj +# Build rule for target. +ExperimentalBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild +.PHONY : ExperimentalBuild + +# fast build rule for target. +ExperimentalBuild/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalBuild.dir/build.make muparser/CMakeFiles/ExperimentalBuild.dir/build +.PHONY : ExperimentalBuild/fast + +#============================================================================= +# Target rules for targets named ExperimentalTest + +# Build rule for target. +ExperimentalTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest +.PHONY : ExperimentalTest + +# fast build rule for target. +ExperimentalTest/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalTest.dir/build.make muparser/CMakeFiles/ExperimentalTest.dir/build +.PHONY : ExperimentalTest/fast + +#============================================================================= +# Target rules for targets named ExperimentalCoverage + +# Build rule for target. +ExperimentalCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage +.PHONY : ExperimentalCoverage + +# fast build rule for target. +ExperimentalCoverage/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalCoverage.dir/build.make muparser/CMakeFiles/ExperimentalCoverage.dir/build +.PHONY : ExperimentalCoverage/fast + +#============================================================================= +# Target rules for targets named ExperimentalMemCheck + +# Build rule for target. +ExperimentalMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck +.PHONY : ExperimentalMemCheck + +# fast build rule for target. +ExperimentalMemCheck/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalMemCheck.dir/build.make muparser/CMakeFiles/ExperimentalMemCheck.dir/build +.PHONY : ExperimentalMemCheck/fast + +#============================================================================= +# Target rules for targets named ExperimentalSubmit + +# Build rule for target. +ExperimentalSubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit +.PHONY : ExperimentalSubmit + +# fast build rule for target. +ExperimentalSubmit/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalSubmit.dir/build.make muparser/CMakeFiles/ExperimentalSubmit.dir/build +.PHONY : ExperimentalSubmit/fast + +#============================================================================= +# Target rules for targets named ContinuousStart + +# Build rule for target. +ContinuousStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart +.PHONY : ContinuousStart + +# fast build rule for target. +ContinuousStart/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousStart.dir/build.make muparser/CMakeFiles/ContinuousStart.dir/build +.PHONY : ContinuousStart/fast + +#============================================================================= +# Target rules for targets named ContinuousUpdate + +# Build rule for target. +ContinuousUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate +.PHONY : ContinuousUpdate + +# fast build rule for target. +ContinuousUpdate/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousUpdate.dir/build.make muparser/CMakeFiles/ContinuousUpdate.dir/build +.PHONY : ContinuousUpdate/fast + +#============================================================================= +# Target rules for targets named ContinuousConfigure + +# Build rule for target. +ContinuousConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure +.PHONY : ContinuousConfigure + +# fast build rule for target. +ContinuousConfigure/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousConfigure.dir/build.make muparser/CMakeFiles/ContinuousConfigure.dir/build +.PHONY : ContinuousConfigure/fast + +#============================================================================= +# Target rules for targets named ContinuousBuild + +# Build rule for target. +ContinuousBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild +.PHONY : ContinuousBuild + +# fast build rule for target. +ContinuousBuild/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousBuild.dir/build.make muparser/CMakeFiles/ContinuousBuild.dir/build +.PHONY : ContinuousBuild/fast + +#============================================================================= +# Target rules for targets named ContinuousTest + +# Build rule for target. +ContinuousTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest +.PHONY : ContinuousTest + +# fast build rule for target. +ContinuousTest/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousTest.dir/build.make muparser/CMakeFiles/ContinuousTest.dir/build +.PHONY : ContinuousTest/fast + +#============================================================================= +# Target rules for targets named ContinuousCoverage + +# Build rule for target. +ContinuousCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage +.PHONY : ContinuousCoverage + +# fast build rule for target. +ContinuousCoverage/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousCoverage.dir/build.make muparser/CMakeFiles/ContinuousCoverage.dir/build +.PHONY : ContinuousCoverage/fast + +#============================================================================= +# Target rules for targets named ContinuousMemCheck + +# Build rule for target. +ContinuousMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck +.PHONY : ContinuousMemCheck + +# fast build rule for target. +ContinuousMemCheck/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousMemCheck.dir/build.make muparser/CMakeFiles/ContinuousMemCheck.dir/build +.PHONY : ContinuousMemCheck/fast + +#============================================================================= +# Target rules for targets named ContinuousSubmit + +# Build rule for target. +ContinuousSubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit +.PHONY : ContinuousSubmit + +# fast build rule for target. +ContinuousSubmit/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousSubmit.dir/build.make muparser/CMakeFiles/ContinuousSubmit.dir/build +.PHONY : ContinuousSubmit/fast + +#============================================================================= +# Target rules for targets named t_ParserTest + +# Build rule for target. +t_ParserTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 t_ParserTest +.PHONY : t_ParserTest + +# fast build rule for target. +t_ParserTest/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/t_ParserTest.dir/build.make muparser/CMakeFiles/t_ParserTest.dir/build +.PHONY : t_ParserTest/fast + +inputs/Function.o: inputs/Function.cpp.o +.PHONY : inputs/Function.o # target to build an object file -methods/Bisection.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Bisection.cpp.obj -.PHONY : methods/Bisection.cpp.obj +inputs/Function.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.o +.PHONY : inputs/Function.cpp.o -methods/Bisection.i: methods/Bisection.cpp.i -.PHONY : methods/Bisection.i +inputs/Function.i: inputs/Function.cpp.i +.PHONY : inputs/Function.i # target to preprocess a source file -methods/Bisection.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Bisection.cpp.i -.PHONY : methods/Bisection.cpp.i +inputs/Function.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.i +.PHONY : inputs/Function.cpp.i -methods/Bisection.s: methods/Bisection.cpp.s -.PHONY : methods/Bisection.s +inputs/Function.s: inputs/Function.cpp.s +.PHONY : inputs/Function.s # target to generate assembly for a file -methods/Bisection.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Bisection.cpp.s -.PHONY : methods/Bisection.cpp.s +inputs/Function.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.s +.PHONY : inputs/Function.cpp.s -methods/Chord.obj: methods/Chord.cpp.obj -.PHONY : methods/Chord.obj +inputs/MonoFunction.o: inputs/MonoFunction.cpp.o +.PHONY : inputs/MonoFunction.o # target to build an object file -methods/Chord.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Chord.cpp.obj -.PHONY : methods/Chord.cpp.obj +inputs/MonoFunction.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MonoFunction.cpp.o +.PHONY : inputs/MonoFunction.cpp.o -methods/Chord.i: methods/Chord.cpp.i -.PHONY : methods/Chord.i +inputs/MonoFunction.i: inputs/MonoFunction.cpp.i +.PHONY : inputs/MonoFunction.i # target to preprocess a source file -methods/Chord.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Chord.cpp.i -.PHONY : methods/Chord.cpp.i +inputs/MonoFunction.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MonoFunction.cpp.i +.PHONY : inputs/MonoFunction.cpp.i -methods/Chord.s: methods/Chord.cpp.s -.PHONY : methods/Chord.s +inputs/MonoFunction.s: inputs/MonoFunction.cpp.s +.PHONY : inputs/MonoFunction.s # target to generate assembly for a file -methods/Chord.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Chord.cpp.s -.PHONY : methods/Chord.cpp.s +inputs/MonoFunction.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MonoFunction.cpp.s +.PHONY : inputs/MonoFunction.cpp.s -methods/FixedPoint.obj: methods/FixedPoint.cpp.obj -.PHONY : methods/FixedPoint.obj +inputs/MultiFunction.o: inputs/MultiFunction.cpp.o +.PHONY : inputs/MultiFunction.o # target to build an object file -methods/FixedPoint.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/FixedPoint.cpp.obj -.PHONY : methods/FixedPoint.cpp.obj +inputs/MultiFunction.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MultiFunction.cpp.o +.PHONY : inputs/MultiFunction.cpp.o -methods/FixedPoint.i: methods/FixedPoint.cpp.i -.PHONY : methods/FixedPoint.i +inputs/MultiFunction.i: inputs/MultiFunction.cpp.i +.PHONY : inputs/MultiFunction.i # target to preprocess a source file -methods/FixedPoint.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/FixedPoint.cpp.i -.PHONY : methods/FixedPoint.cpp.i +inputs/MultiFunction.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MultiFunction.cpp.i +.PHONY : inputs/MultiFunction.cpp.i -methods/FixedPoint.s: methods/FixedPoint.cpp.s -.PHONY : methods/FixedPoint.s +inputs/MultiFunction.s: inputs/MultiFunction.cpp.s +.PHONY : inputs/MultiFunction.s # target to generate assembly for a file -methods/FixedPoint.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/FixedPoint.cpp.s -.PHONY : methods/FixedPoint.cpp.s +inputs/MultiFunction.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MultiFunction.cpp.s +.PHONY : inputs/MultiFunction.cpp.s -methods/Method.obj: methods/Method.cpp.obj -.PHONY : methods/Method.obj +inputs/System.o: inputs/System.cpp.o +.PHONY : inputs/System.o # target to build an object file -methods/Method.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Method.cpp.obj -.PHONY : methods/Method.cpp.obj +inputs/System.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.o +.PHONY : inputs/System.cpp.o -methods/Method.i: methods/Method.cpp.i -.PHONY : methods/Method.i +inputs/System.i: inputs/System.cpp.i +.PHONY : inputs/System.i # target to preprocess a source file -methods/Method.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Method.cpp.i -.PHONY : methods/Method.cpp.i +inputs/System.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.i +.PHONY : inputs/System.cpp.i -methods/Method.s: methods/Method.cpp.s -.PHONY : methods/Method.s +inputs/System.s: inputs/System.cpp.s +.PHONY : inputs/System.s # target to generate assembly for a file -methods/Method.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Method.cpp.s -.PHONY : methods/Method.cpp.s +inputs/System.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.s +.PHONY : inputs/System.cpp.s -methods/Newton.obj: methods/Newton.cpp.obj -.PHONY : methods/Newton.obj +main.o: main.cpp.o +.PHONY : main.o # target to build an object file -methods/Newton.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Newton.cpp.obj -.PHONY : methods/Newton.cpp.obj +main.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/main.cpp.o +.PHONY : main.cpp.o -methods/Newton.i: methods/Newton.cpp.i -.PHONY : methods/Newton.i +main.i: main.cpp.i +.PHONY : main.i # target to preprocess a source file -methods/Newton.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Newton.cpp.i -.PHONY : methods/Newton.cpp.i +main.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/main.cpp.i +.PHONY : main.cpp.i -methods/Newton.s: methods/Newton.cpp.s -.PHONY : methods/Newton.s +main.s: main.cpp.s +.PHONY : main.s # target to generate assembly for a file -methods/Newton.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Newton.cpp.s -.PHONY : methods/Newton.cpp.s +main.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/main.cpp.s +.PHONY : main.cpp.s # Help Target help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... PCSC_final_project - @echo ... inputs/Function.obj - @echo ... inputs/Function.i - @echo ... inputs/Function.s - @echo ... inputs/System.obj - @echo ... inputs/System.i - @echo ... inputs/System.s - @echo ... main.obj - @echo ... main.i - @echo ... main.s - @echo ... methods/AccelerableMethod.obj - @echo ... methods/AccelerableMethod.i - @echo ... methods/AccelerableMethod.s - @echo ... methods/Aitken.obj - @echo ... methods/Aitken.i - @echo ... methods/Aitken.s - @echo ... methods/Bisection.obj - @echo ... methods/Bisection.i - @echo ... methods/Bisection.s - @echo ... methods/Chord.obj - @echo ... methods/Chord.i - @echo ... methods/Chord.s - @echo ... methods/FixedPoint.obj - @echo ... methods/FixedPoint.i - @echo ... methods/FixedPoint.s - @echo ... methods/Method.obj - @echo ... methods/Method.i - @echo ... methods/Method.s - @echo ... methods/Newton.obj - @echo ... methods/Newton.i - @echo ... methods/Newton.s + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... Continuous" + @echo "... ContinuousBuild" + @echo "... ContinuousConfigure" + @echo "... ContinuousCoverage" + @echo "... ContinuousMemCheck" + @echo "... ContinuousStart" + @echo "... ContinuousSubmit" + @echo "... ContinuousTest" + @echo "... ContinuousUpdate" + @echo "... Experimental" + @echo "... ExperimentalBuild" + @echo "... ExperimentalConfigure" + @echo "... ExperimentalCoverage" + @echo "... ExperimentalMemCheck" + @echo "... ExperimentalStart" + @echo "... ExperimentalSubmit" + @echo "... ExperimentalTest" + @echo "... ExperimentalUpdate" + @echo "... Nightly" + @echo "... NightlyBuild" + @echo "... NightlyConfigure" + @echo "... NightlyCoverage" + @echo "... NightlyMemCheck" + @echo "... NightlyMemoryCheck" + @echo "... NightlyStart" + @echo "... NightlySubmit" + @echo "... NightlyTest" + @echo "... NightlyUpdate" + @echo "... PCSC_final_project" + @echo "... example1" + @echo "... example2" + @echo "... muparser" + @echo "... t_ParserTest" + @echo "... inputs/Function.o" + @echo "... inputs/Function.i" + @echo "... inputs/Function.s" + @echo "... inputs/MonoFunction.o" + @echo "... inputs/MonoFunction.i" + @echo "... inputs/MonoFunction.s" + @echo "... inputs/MultiFunction.o" + @echo "... inputs/MultiFunction.i" + @echo "... inputs/MultiFunction.s" + @echo "... inputs/System.o" + @echo "... inputs/System.i" + @echo "... inputs/System.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" .PHONY : help @@ -418,6 +781,6 @@ help: # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system diff --git a/cmake-build-debug/PCSC_final_project.cbp b/cmake-build-debug/PCSC_final_project.cbp index 98dcfdfb..5f0aa4a2 100644 --- a/cmake-build-debug/PCSC_final_project.cbp +++ b/cmake-build-debug/PCSC_final_project.cbp @@ -5,142 +5,415 @@ <Option title="PCSC_final_project"/> <Option makefile_is_custom="1"/> <Option compiler="gcc"/> - <Option virtualFolders="CMake Files\;"/> + <Option virtualFolders="CMake Files\;CMake Files\muparser\;"/> <Build> <Target title="all"> - <Option working_dir="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> <Option type="4"/> <MakeCommands> - <Build command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 all"/> - <CompileFile command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 all"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> </MakeCommands> </Target> <Target title="PCSC_final_project"> - <Option output="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/PCSC_final_project.exe" prefix_auto="0" extension_auto="0"/> - <Option working_dir="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug"/> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/PCSC_final_project" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> <Option object_output="./"/> <Option type="1"/> <Option compiler="gcc"/> <Compiler> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> </Compiler> <MakeCommands> - <Build command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 PCSC_final_project"/> - <CompileFile command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 PCSC_final_project"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> </MakeCommands> </Target> <Target title="PCSC_final_project/fast"> - <Option output="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/PCSC_final_project.exe" prefix_auto="0" extension_auto="0"/> - <Option working_dir="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug"/> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/PCSC_final_project" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> <Option object_output="./"/> <Option type="1"/> <Option compiler="gcc"/> <Compiler> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> </Compiler> <MakeCommands> - <Build command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 PCSC_final_project/fast"/> - <CompileFile command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 PCSC_final_project/fast"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> </MakeCommands> </Target> <Target title="edit_cache"> - <Option working_dir="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> <Option type="4"/> <MakeCommands> - <Build command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 edit_cache"/> - <CompileFile command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 edit_cache"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> </MakeCommands> </Target> <Target title="rebuild_cache"> - <Option working_dir="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> <Option type="4"/> <MakeCommands> - <Build command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 rebuild_cache"/> - <CompileFile command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 rebuild_cache"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="list_install_components"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 list_install_components"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="install"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 install"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="install/local"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 install/local"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="install/strip"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 install/strip"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="muparser"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/libmuparser.dylib" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="3"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSER_DLL"/> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add option="-D_DEBUG"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 muparser"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="muparser/fast"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/libmuparser.dylib" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="3"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSER_DLL"/> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add option="-D_DEBUG"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 muparser/fast"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="example1"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/example1" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 example1"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="example1/fast"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/example1" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 example1/fast"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="example2"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/example2" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 example2"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="example2/fast"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/example2" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 example2/fast"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="Experimental"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 Experimental"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="Nightly"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 Nightly"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="Continuous"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 Continuous"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="t_ParserTest"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/t_ParserTest" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 t_ParserTest"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="t_ParserTest/fast"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/t_ParserTest" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 t_ParserTest/fast"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> </MakeCommands> </Target> </Build> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/inputs/Function.cpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/Function.cpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/inputs/Function.hpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/Function.hpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/inputs/System.cpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/MonoFunction.cpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/inputs/System.hpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/MonoFunction.hpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/main.cpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/MultiFunction.cpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/AccelerableMethod.cpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/MultiFunction.hpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/AccelerableMethod.h"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/System.cpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Aitken.cpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/System.hpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Aitken.h"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/main.cpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Bisection.cpp"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/samples/example1/example1.cpp"> + <Option target="example1"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Bisection.h"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/samples/example2/example2.c"> + <Option target="example2"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Chord.cpp"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParser.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Chord.h"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserBase.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/FixedPoint.cpp"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserBytecode.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/FixedPoint.h"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserCallback.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Method.cpp"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserDLL.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Method.h"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserError.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Newton.cpp"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserInt.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Newton.h"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserTest.cpp"> + <Option target="muparser"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserTokenReader.cpp"> + <Option target="muparser"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/test/t_ParserTest.cpp"> + <Option target="t_ParserTest"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/CMakeLists.txt"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/CMakeLists.txt"> <Option virtualFolder="CMake Files\"/> </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/CMakeLists.txt"> + <Option virtualFolder="CMake Files\muparser\"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/muparser.pc.in"> + <Option virtualFolder="CMake Files\muparser\"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/muparserConfig.cmake.in"> + <Option virtualFolder="CMake Files\muparser\"/> + </Unit> </Project> </CodeBlocks_project_file> diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log index 86d8b068..96d95aa3 100644 --- a/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Dec 01 13:06 CET +Start testing: Dec 03 20:12 CET ---------------------------------------------------------- -End testing: Dec 01 13:06 CET +End testing: Dec 03 20:12 CET diff --git a/inputs/Function.cpp b/inputs/Function.cpp index 10e01e0e..394c7a4c 100644 --- a/inputs/Function.cpp +++ b/inputs/Function.cpp @@ -1,14 +1,10 @@ #include "Function.hpp" #include <muParser.h> -Function::Function(const std::string& eq, const std::string& eq_fp, int amount_vars) - : equation(eq), fp_equation(eq_fp), - eq_parser(mu::Parser()), fp_eq_parser(mu::Parser()), amount_vars(amount_vars) { +Function::Function(const std::string& eq, int amount_vars) + : equation(eq), eq_parser(mu::Parser()), amount_vars(amount_vars) { eq_parser.SetExpr(eq); - fp_eq_parser.SetExpr(eq_fp); - - } std::string Function::getEquation() const { return equation; } diff --git a/inputs/Function.hpp b/inputs/Function.hpp index ebfd1d33..ff62e9ae 100644 --- a/inputs/Function.hpp +++ b/inputs/Function.hpp @@ -8,15 +8,13 @@ class Function{ protected: - std::string equation; - std::string fp_equation; + std::string equation; mu::Parser eq_parser; - mu::Parser fp_eq_parser; int amount_vars; - Function(const std::string& eq, const std::string& eq_fp, int amount_vars); + Function(const std::string& eq, int amount_vars); public: std::string getEquation() const; diff --git a/inputs/MonoFunction.cpp b/inputs/MonoFunction.cpp index debe89b2..5a4d6eee 100644 --- a/inputs/MonoFunction.cpp +++ b/inputs/MonoFunction.cpp @@ -3,9 +3,13 @@ MonoFunction::MonoFunction(const std::string &eq, const std::string &eq_fp, const std::string &der) - : Function(eq, eq_fp, 1){ + : Function(eq, 1){ derivative = der; + fp_equation = eq_fp; + + fp_eq_parser = mu::Parser(); + fp_eq_parser.SetExpr(eq_fp); der_parser = mu::Parser(); der_parser.SetExpr(der); @@ -28,7 +32,7 @@ double MonoFunction::fixed(double x) { double MonoFunction::der(double x) { der_parser.DefineVar("x", &x); - return fp_eq_parser.Eval(); + return der_parser.Eval(); } diff --git a/inputs/MonoFunction.hpp b/inputs/MonoFunction.hpp index 082654e7..2e4edd2f 100644 --- a/inputs/MonoFunction.hpp +++ b/inputs/MonoFunction.hpp @@ -11,6 +11,9 @@ class MonoFunction : public Function { private: + std::string fp_equation; + mu::Parser fp_eq_parser; + std::string derivative; mu::Parser der_parser; diff --git a/inputs/MultiFunction.cpp b/inputs/MultiFunction.cpp index 4deffec7..95ab1161 100644 --- a/inputs/MultiFunction.cpp +++ b/inputs/MultiFunction.cpp @@ -3,7 +3,7 @@ MultiFunction::MultiFunction(const std::string &eq, const std::vector<std::string> &der, const std::vector<std::string> &var) - : Function(eq, "", var.size()) { + : Function(eq, (int)var.size()) { if (der.size() != var.size()) { std::cerr << "Error: There was not a 1-on-1 input for variables & the derivatives" << std::endl; -- GitLab From fb6d4fa1e5dc5a9b6bfe1815d782d00e460391ba Mon Sep 17 00:00:00 2001 From: annaproost <proost.anna@gmail.com> Date: Sun, 3 Dec 2023 20:12:53 +0100 Subject: [PATCH 2/4] Reverted to back-up after Makefile problems --- cmake-build-debug/CMakeCache.txt | 77 +- .../CMakeFiles/3.26.4/CMakeCCompiler.cmake | 2 +- .../CMakeFiles/3.26.4/CMakeCXXCompiler.cmake | 4 +- .../3.26.4/CMakeDetermineCompilerABI_C.bin | Bin 17000 -> 17000 bytes .../3.26.4/CMakeDetermineCompilerABI_CXX.bin | Bin 16984 -> 16984 bytes .../CMakeFiles/CMakeConfigureLog.yaml | 671 +-------------- .../CMakeFiles/clion-Debug-log.txt | 18 +- .../CMakeFiles/clion-environment.txt | 2 +- cmake-build-debug/Makefile | 803 +++++++++++++----- cmake-build-debug/PCSC_final_project.cbp | 417 +++++++-- .../Testing/Temporary/LastTest.log | 4 +- inputs/Function.cpp | 8 +- inputs/Function.hpp | 6 +- inputs/MonoFunction.cpp | 8 +- inputs/MonoFunction.hpp | 3 + inputs/MultiFunction.cpp | 2 +- methods/AccelerableMethod.cpp | 2 +- ...elerableMethod.h => AccelerableMethod.hpp} | 2 +- methods/Aitken.cpp | 2 +- methods/{Aitken.h => Aitken.hpp} | 10 +- methods/Bisection.cpp | 2 +- methods/{Bisection.h => Bisection.hpp} | 2 +- methods/Chord.cpp | 6 +- methods/{Chord.h => Chord.hpp} | 9 +- methods/FixedPoint.cpp | 2 +- methods/{FixedPoint.h => FixedPoint.hpp} | 10 +- methods/Method.cpp | 2 +- methods/{Method.h => Method.hpp} | 8 +- methods/Newton.cpp | 7 +- methods/{Newton.h => Newton.hpp} | 10 +- outputs/Solution.cpp | 11 +- outputs/{Solution.h => Solution.hpp} | 3 + 32 files changed, 1086 insertions(+), 1027 deletions(-) rename methods/{AccelerableMethod.h => AccelerableMethod.hpp} (95%) rename methods/{Aitken.h => Aitken.hpp} (69%) rename methods/{Bisection.h => Bisection.hpp} (95%) rename methods/{Chord.h => Chord.hpp} (73%) rename methods/{FixedPoint.h => FixedPoint.hpp} (75%) rename methods/{Method.h => Method.hpp} (72%) rename methods/{Newton.h => Newton.hpp} (75%) rename outputs/{Solution.h => Solution.hpp} (93%) diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt index e00ac3d1..a9db227a 100644 --- a/cmake-build-debug/CMakeCache.txt +++ b/cmake-build-debug/CMakeCache.txt @@ -30,6 +30,17 @@ CMAKE_AR:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ar // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=Debug +//Id string of the compiler for the CodeBlocks IDE. Automatically +// detected when left empty +CMAKE_CODEBLOCKS_COMPILER_ID:STRING= + +//The CodeBlocks executable +CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND + +//Additional command line arguments when CodeBlocks invokes make. +// Enter e.g. -j<some_number> to get parallel builds +CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=-j8 + //Enable colored diagnostics throughout. CMAKE_COLOR_DIAGNOSTICS:BOOL=ON @@ -150,8 +161,8 @@ CMAKE_INSTALL_SYSCONFDIR:PATH=etc //Path to a program. CMAKE_LINKER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ld -//No help, variable specified on the command line. -CMAKE_MAKE_PROGRAM:UNINITIALIZED=/Applications/CLion.app/Contents/bin/ninja/mac/ninja +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //Flags used by the linker during the creation of modules during // all build types. @@ -280,9 +291,6 @@ CTEST_SUBMIT_RETRY_DELAY:STRING=5 //Maximum time allowed before CTest will kill the test. DART_TESTING_TIMEOUT:STRING=1500 -//Enable OpenMP for multithreading -ENABLE_OPENMP:BOOL=ON - //Build the samples ENABLE_SAMPLES:BOOL=ON @@ -298,21 +306,6 @@ MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND //File that contains suppressions for the memory checker MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= -//CXX compiler flags for OpenMP parallelization -OpenMP_CXX_FLAGS:STRING=NOTFOUND - -//CXX compiler libraries for OpenMP parallelization -OpenMP_CXX_LIB_NAMES:STRING=NOTFOUND - -//C compiler flags for OpenMP parallelization -OpenMP_C_FLAGS:STRING=NOTFOUND - -//C compiler libraries for OpenMP parallelization -OpenMP_C_LIB_NAMES:STRING=NOTFOUND - -//Path to a library. -OpenMP_libomp_LIBRARY:FILEPATH=OpenMP_libomp_LIBRARY-NOTFOUND - //Value Computed by CMake PCSC_final_project_BINARY_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug @@ -322,8 +315,11 @@ PCSC_final_project_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake PCSC_final_project_SOURCE_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project +//Path to a program. +ProcessorCount_cmd_sysctl:FILEPATH=/usr/sbin/sysctl + //Name of the computer/site where compile is being run -SITE:STRING=tsf-460-wpa-6-175.epfl.ch +SITE:STRING=Annas-MacBook-Air.local //Value Computed by CMake muParserProject_BINARY_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser @@ -334,15 +330,6 @@ muParserProject_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake muParserProject_SOURCE_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project/muparser -//Value Computed by CMake -muparser_library_BINARY_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser - -//Value Computed by CMake -muparser_library_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -muparser_library_SOURCE_DIR:STATIC=/Users/annaproost/CLionProjects/PCSC-final-project/muparser - ######################## # INTERNAL cache entries @@ -409,9 +396,17 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= +CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks +//CXX compiler system defined macros +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__llvm__;1;__clang__;1;__clang_major__;15;__clang_minor__;0;__clang_patchlevel__;0;__clang_version__;"15.0.0 (clang-1500.0.40.1)";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"Apple LLVM 15.0.0 (clang-1500.0.40.1)";__OBJC_BOOL_IS_BOOL;1;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__clang_literal_encoding__;"UTF-8";__clang_wide_literal_encoding__;"UTF-32";__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__BOOL_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;64;__LLONG_WIDTH__;64;__BITINT_MAXWIDTH__;128;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_WIDTH__;32;__WINT_MAX__;2147483647;__WINT_WIDTH__;32;__INTMAX_MAX__;9223372036854775807L;__INTMAX_WIDTH__;64;__SIZE_MAX__;18446744073709551615UL;__SIZE_WIDTH__;64;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_WIDTH__;64;__PTRDIFF_MAX__;9223372036854775807L;__PTRDIFF_WIDTH__;64;__INTPTR_MAX__;9223372036854775807L;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;18446744073709551615UL;__UINTPTR_WIDTH__;64;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__WCHAR_TYPE__;int;__WINT_TYPE__;int;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_WIDTH__;32;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__FLT16_DENORM_MIN__;5.9604644775390625e-8F16;__FLT16_HAS_DENORM__;1;__FLT16_DIG__;3;__FLT16_DECIMAL_DIG__;5;__FLT16_EPSILON__;9.765625e-4F16;__FLT16_HAS_INFINITY__;1;__FLT16_HAS_QUIET_NAN__;1;__FLT16_MANT_DIG__;11;__FLT16_MAX_10_EXP__;4;__FLT16_MAX_EXP__;16;__FLT16_MAX__;6.5504e+4F16;__FLT16_MIN_10_EXP__;(-4);__FLT16_MIN_EXP__;(-13);__FLT16_MIN__;6.103515625e-5F16;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;4.9406564584124654e-324L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;15;__LDBL_DECIMAL_DIG__;17;__LDBL_EPSILON__;2.2204460492503131e-16L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;53;__LDBL_MAX_10_EXP__;308;__LDBL_MAX_EXP__;1024;__LDBL_MAX__;1.7976931348623157e+308L;__LDBL_MIN_10_EXP__;(-307);__LDBL_MIN_EXP__;(-1021);__LDBL_MIN__;2.2250738585072014e-308L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;8;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_WIDTH__;8;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_WIDTH__;16;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_WIDTH__;32;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long long int;__INT_LEAST64_MAX__;9223372036854775807LL;__INT_LEAST64_WIDTH__;64;__INT_LEAST64_FMTd__;"lld";__INT_LEAST64_FMTi__;"lli";__UINT_LEAST64_TYPE__;long long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615ULL;__UINT_LEAST64_FMTo__;"llo";__UINT_LEAST64_FMTu__;"llu";__UINT_LEAST64_FMTx__;"llx";__UINT_LEAST64_FMTX__;"llX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_WIDTH__;8;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_WIDTH__;16;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_WIDTH__;32;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long long int;__INT_FAST64_MAX__;9223372036854775807LL;__INT_FAST64_WIDTH__;64;__INT_FAST64_FMTd__;"lld";__INT_FAST64_FMTi__;"lli";__UINT_FAST64_TYPE__;long long unsigned int;__UINT_FAST64_MAX__;18446744073709551615ULL;__UINT_FAST64_FMTo__;"llo";__UINT_FAST64_FMTu__;"llu";__UINT_FAST64_FMTx__;"llx";__UINT_FAST64_FMTX__;"llX";__USER_LABEL_PREFIX__;_;__NO_MATH_ERRNO__;1;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__AARCH64EL__;1;__aarch64__;1;_LP64;1;__LP64__;1;__AARCH64_CMODEL_SMALL__;1;__ARM_ACLE;200;__ARM_ARCH;8;__ARM_ARCH_PROFILE;'A';__ARM_64BIT_STATE;1;__ARM_PCS_AAPCS64;1;__ARM_ARCH_ISA_A64;1;__ARM_FEATURE_CLZ;1;__ARM_FEATURE_FMA;1;__ARM_FEATURE_LDREX;0xF;__ARM_FEATURE_IDIV;1;__ARM_FEATURE_DIV;1;__ARM_FEATURE_NUMERIC_MAXMIN;1;__ARM_FEATURE_DIRECTED_ROUNDING;1;__ARM_ALIGN_MAX_STACK_PWR;4;__ARM_FP;0xE;__ARM_FP16_FORMAT_IEEE;1;__ARM_FP16_ARGS;1;__ARM_SIZEOF_WCHAR_T;4;__ARM_SIZEOF_MINIMAL_ENUM;4;__ARM_NEON;1;__ARM_NEON_FP;0xE;__ARM_FEATURE_CRC32;1;__ARM_FEATURE_RCPC;1;__ARM_FEATURE_CRYPTO;1;__ARM_FEATURE_AES;1;__ARM_FEATURE_SHA2;1;__ARM_FEATURE_SHA3;1;__ARM_FEATURE_SHA512;1;__ARM_FEATURE_SM3;1;__ARM_FEATURE_SM4;1;__ARM_FEATURE_UNALIGNED;1;__ARM_FEATURE_FP16_VECTOR_ARITHMETIC;1;__ARM_FEATURE_FP16_SCALAR_ARITHMETIC;1;__ARM_FEATURE_DOTPROD;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_FP16_FML;1;__ARM_FEATURE_FRINT;1;__ARM_ARCH_8_3__;1;__ARM_FEATURE_COMPLEX;1;__ARM_FEATURE_JCVT;1;__ARM_FEATURE_QRDMX;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_CRC32;1;__ARM_ARCH_8_4__;1;__ARM_ARCH_8_5__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__FP_FAST_FMA;1;__FP_FAST_FMAF;1;__AARCH64_SIMD__;1;__ARM64_ARCH_8__;1;__ARM_NEON__;1;__LITTLE_ENDIAN__;1;__REGISTER_PREFIX__; ;__arm64;1;__arm64__;1;__APPLE_CC__;6000;__APPLE__;1;__STDC_NO_THREADS__;1;__apple_build_version__;15000040;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201710L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__GCC_HAVE_DWARF2_CFI_ASM;1;__llvm__;1;__clang__;1;__clang_major__;15;__clang_minor__;0;__clang_patchlevel__;0;__clang_version__;"15.0.0 (clang-1500.0.40.1)";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__GNUG__;4;__GXX_WEAK__;1;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"Apple LLVM 15.0.0 (clang-1500.0.40.1)";__OBJC_BOOL_IS_BOOL;1;__cpp_rtti;199711L;__cpp_exceptions;199711L;__cpp_threadsafe_static_init;200806L;__cpp_named_character_escapes;202207L;__cpp_impl_destroying_delete;201806L;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__private_extern__;extern;__clang_literal_encoding__;"UTF-8";__clang_wide_literal_encoding__;"UTF-32";__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__BOOL_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;64;__LLONG_WIDTH__;64;__BITINT_MAXWIDTH__;128;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_WIDTH__;32;__WINT_MAX__;2147483647;__WINT_WIDTH__;32;__INTMAX_MAX__;9223372036854775807L;__INTMAX_WIDTH__;64;__SIZE_MAX__;18446744073709551615UL;__SIZE_WIDTH__;64;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_WIDTH__;64;__PTRDIFF_MAX__;9223372036854775807L;__PTRDIFF_WIDTH__;64;__INTPTR_MAX__;9223372036854775807L;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;18446744073709551615UL;__UINTPTR_WIDTH__;64;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__WCHAR_TYPE__;int;__WINT_TYPE__;int;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_WIDTH__;32;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__FLT16_DENORM_MIN__;5.9604644775390625e-8F16;__FLT16_HAS_DENORM__;1;__FLT16_DIG__;3;__FLT16_DECIMAL_DIG__;5;__FLT16_EPSILON__;9.765625e-4F16;__FLT16_HAS_INFINITY__;1;__FLT16_HAS_QUIET_NAN__;1;__FLT16_MANT_DIG__;11;__FLT16_MAX_10_EXP__;4;__FLT16_MAX_EXP__;16;__FLT16_MAX__;6.5504e+4F16;__FLT16_MIN_10_EXP__;(-4);__FLT16_MIN_EXP__;(-13);__FLT16_MIN__;6.103515625e-5F16;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;4.9406564584124654e-324L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;15;__LDBL_DECIMAL_DIG__;17;__LDBL_EPSILON__;2.2204460492503131e-16L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;53;__LDBL_MAX_10_EXP__;308;__LDBL_MAX_EXP__;1024;__LDBL_MAX__;1.7976931348623157e+308L;__LDBL_MIN_10_EXP__;(-307);__LDBL_MIN_EXP__;(-1021);__LDBL_MIN__;2.2250738585072014e-308L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;8;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_WIDTH__;8;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_WIDTH__;16;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_WIDTH__;32;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long long int;__INT_LEAST64_MAX__;9223372036854775807LL;__INT_LEAST64_WIDTH__;64;__INT_LEAST64_FMTd__;"lld";__INT_LEAST64_FMTi__;"lli";__UINT_LEAST64_TYPE__;long long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615ULL;__UINT_LEAST64_FMTo__;"llo";__UINT_LEAST64_FMTu__;"llu";__UINT_LEAST64_FMTx__;"llx";__UINT_LEAST64_FMTX__;"llX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_WIDTH__;8;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_WIDTH__;16;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_WIDTH__;32;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long long int;__INT_FAST64_MAX__;9223372036854775807LL;__INT_FAST64_WIDTH__;64;__INT_FAST64_FMTd__;"lld";__INT_FAST64_FMTi__;"lli";__UINT_FAST64_TYPE__;long long unsigned int;__UINT_FAST64_MAX__;18446744073709551615ULL;__UINT_FAST64_FMTo__;"llo";__UINT_FAST64_FMTu__;"llu";__UINT_FAST64_FMTx__;"llx";__UINT_FAST64_FMTX__;"llX";__USER_LABEL_PREFIX__;_;__NO_MATH_ERRNO__;1;__FINITE_MATH_ONLY__;0;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__AARCH64EL__;1;__aarch64__;1;_LP64;1;__LP64__;1;__AARCH64_CMODEL_SMALL__;1;__ARM_ACLE;200;__ARM_ARCH;8;__ARM_ARCH_PROFILE;'A';__ARM_64BIT_STATE;1;__ARM_PCS_AAPCS64;1;__ARM_ARCH_ISA_A64;1;__ARM_FEATURE_CLZ;1;__ARM_FEATURE_FMA;1;__ARM_FEATURE_LDREX;0xF;__ARM_FEATURE_IDIV;1;__ARM_FEATURE_DIV;1;__ARM_FEATURE_NUMERIC_MAXMIN;1;__ARM_FEATURE_DIRECTED_ROUNDING;1;__ARM_ALIGN_MAX_STACK_PWR;4;__ARM_FP;0xE;__ARM_FP16_FORMAT_IEEE;1;__ARM_FP16_ARGS;1;__ARM_SIZEOF_WCHAR_T;4;__ARM_SIZEOF_MINIMAL_ENUM;4;__ARM_NEON;1;__ARM_NEON_FP;0xE;__ARM_FEATURE_CRC32;1;__ARM_FEATURE_RCPC;1;__ARM_FEATURE_CRYPTO;1;__ARM_FEATURE_AES;1;__ARM_FEATURE_SHA2;1;__ARM_FEATURE_SHA3;1;__ARM_FEATURE_SHA512;1;__ARM_FEATURE_SM3;1;__ARM_FEATURE_SM4;1;__ARM_FEATURE_UNALIGNED;1;__ARM_FEATURE_FP16_VECTOR_ARITHMETIC;1;__ARM_FEATURE_FP16_SCALAR_ARITHMETIC;1;__ARM_FEATURE_DOTPROD;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_FP16_FML;1;__ARM_FEATURE_FRINT;1;__ARM_ARCH_8_3__;1;__ARM_FEATURE_COMPLEX;1;__ARM_FEATURE_JCVT;1;__ARM_FEATURE_QRDMX;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_CRC32;1;__ARM_ARCH_8_4__;1;__ARM_ARCH_8_5__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__FP_FAST_FMA;1;__FP_FAST_FMAF;1;__AARCH64_SIMD__;1;__ARM64_ARCH_8__;1;__ARM_NEON__;1;__LITTLE_ENDIAN__;1;__REGISTER_PREFIX__; ;__arm64;1;__arm64__;1;__APPLE_CC__;6000;__APPLE__;1;__STDC_NO_THREADS__;1;__apple_build_version__;15000040;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;199711L;__STDCPP_DEFAULT_NEW_ALIGNMENT__;16UL;__STDCPP_THREADS__;1;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__GCC_HAVE_DWARF2_CFI_ASM;1 +//CXX compiler system include directories +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1;/usr/local/include;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/usr/include;/System/Library/Frameworks;/Library/Frameworks +//C compiler system defined macros +CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS:INTERNAL=__llvm__;1;__clang__;1;__clang_major__;15;__clang_minor__;0;__clang_patchlevel__;0;__clang_version__;"15.0.0 (clang-1500.0.40.1)";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"Apple LLVM 15.0.0 (clang-1500.0.40.1)";__OBJC_BOOL_IS_BOOL;1;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__clang_literal_encoding__;"UTF-8";__clang_wide_literal_encoding__;"UTF-32";__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__BOOL_WIDTH__;8;__SHRT_WIDTH__;16;__INT_WIDTH__;32;__LONG_WIDTH__;64;__LLONG_WIDTH__;64;__BITINT_MAXWIDTH__;128;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_WIDTH__;32;__WINT_MAX__;2147483647;__WINT_WIDTH__;32;__INTMAX_MAX__;9223372036854775807L;__INTMAX_WIDTH__;64;__SIZE_MAX__;18446744073709551615UL;__SIZE_WIDTH__;64;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_WIDTH__;64;__PTRDIFF_MAX__;9223372036854775807L;__PTRDIFF_WIDTH__;64;__INTPTR_MAX__;9223372036854775807L;__INTPTR_WIDTH__;64;__UINTPTR_MAX__;18446744073709551615UL;__UINTPTR_WIDTH__;64;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__WCHAR_TYPE__;int;__WINT_TYPE__;int;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_WIDTH__;32;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__FLT16_DENORM_MIN__;5.9604644775390625e-8F16;__FLT16_HAS_DENORM__;1;__FLT16_DIG__;3;__FLT16_DECIMAL_DIG__;5;__FLT16_EPSILON__;9.765625e-4F16;__FLT16_HAS_INFINITY__;1;__FLT16_HAS_QUIET_NAN__;1;__FLT16_MANT_DIG__;11;__FLT16_MAX_10_EXP__;4;__FLT16_MAX_EXP__;16;__FLT16_MAX__;6.5504e+4F16;__FLT16_MIN_10_EXP__;(-4);__FLT16_MIN_EXP__;(-13);__FLT16_MIN__;6.103515625e-5F16;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;4.9406564584124654e-324L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;15;__LDBL_DECIMAL_DIG__;17;__LDBL_EPSILON__;2.2204460492503131e-16L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;53;__LDBL_MAX_10_EXP__;308;__LDBL_MAX_EXP__;1024;__LDBL_MAX__;1.7976931348623157e+308L;__LDBL_MIN_10_EXP__;(-307);__LDBL_MIN_EXP__;(-1021);__LDBL_MIN__;2.2250738585072014e-308L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;8;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_WIDTH__;8;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_WIDTH__;16;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_WIDTH__;32;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long long int;__INT_LEAST64_MAX__;9223372036854775807LL;__INT_LEAST64_WIDTH__;64;__INT_LEAST64_FMTd__;"lld";__INT_LEAST64_FMTi__;"lli";__UINT_LEAST64_TYPE__;long long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615ULL;__UINT_LEAST64_FMTo__;"llo";__UINT_LEAST64_FMTu__;"llu";__UINT_LEAST64_FMTx__;"llx";__UINT_LEAST64_FMTX__;"llX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_WIDTH__;8;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_WIDTH__;16;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_WIDTH__;32;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long long int;__INT_FAST64_MAX__;9223372036854775807LL;__INT_FAST64_WIDTH__;64;__INT_FAST64_FMTd__;"lld";__INT_FAST64_FMTi__;"lli";__UINT_FAST64_TYPE__;long long unsigned int;__UINT_FAST64_MAX__;18446744073709551615ULL;__UINT_FAST64_FMTo__;"llo";__UINT_FAST64_FMTu__;"llu";__UINT_FAST64_FMTx__;"llx";__UINT_FAST64_FMTX__;"llX";__USER_LABEL_PREFIX__;_;__NO_MATH_ERRNO__;1;__FINITE_MATH_ONLY__;0;__GNUC_STDC_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__AARCH64EL__;1;__aarch64__;1;_LP64;1;__LP64__;1;__AARCH64_CMODEL_SMALL__;1;__ARM_ACLE;200;__ARM_ARCH;8;__ARM_ARCH_PROFILE;'A';__ARM_64BIT_STATE;1;__ARM_PCS_AAPCS64;1;__ARM_ARCH_ISA_A64;1;__ARM_FEATURE_CLZ;1;__ARM_FEATURE_FMA;1;__ARM_FEATURE_LDREX;0xF;__ARM_FEATURE_IDIV;1;__ARM_FEATURE_DIV;1;__ARM_FEATURE_NUMERIC_MAXMIN;1;__ARM_FEATURE_DIRECTED_ROUNDING;1;__ARM_ALIGN_MAX_STACK_PWR;4;__ARM_FP;0xE;__ARM_FP16_FORMAT_IEEE;1;__ARM_FP16_ARGS;1;__ARM_SIZEOF_WCHAR_T;4;__ARM_SIZEOF_MINIMAL_ENUM;4;__ARM_NEON;1;__ARM_NEON_FP;0xE;__ARM_FEATURE_CRC32;1;__ARM_FEATURE_RCPC;1;__ARM_FEATURE_CRYPTO;1;__ARM_FEATURE_AES;1;__ARM_FEATURE_SHA2;1;__ARM_FEATURE_SHA3;1;__ARM_FEATURE_SHA512;1;__ARM_FEATURE_SM3;1;__ARM_FEATURE_SM4;1;__ARM_FEATURE_UNALIGNED;1;__ARM_FEATURE_FP16_VECTOR_ARITHMETIC;1;__ARM_FEATURE_FP16_SCALAR_ARITHMETIC;1;__ARM_FEATURE_DOTPROD;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_FP16_FML;1;__ARM_FEATURE_FRINT;1;__ARM_ARCH_8_3__;1;__ARM_FEATURE_COMPLEX;1;__ARM_FEATURE_JCVT;1;__ARM_FEATURE_QRDMX;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_CRC32;1;__ARM_ARCH_8_4__;1;__ARM_ARCH_8_5__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__FP_FAST_FMA;1;__FP_FAST_FMAF;1;__AARCH64_SIMD__;1;__ARM64_ARCH_8__;1;__ARM_NEON__;1;__LITTLE_ENDIAN__;1;__REGISTER_PREFIX__; ;__arm64;1;__arm64__;1;__APPLE_CC__;6000;__APPLE__;1;__STDC_NO_THREADS__;1;__apple_build_version__;15000040;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__STDC_VERSION__;201710L;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__GCC_HAVE_DWARF2_CFI_ASM;1 +//C compiler system include directories +CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/local/include;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/usr/include;/System/Library/Frameworks;/Library/Frameworks //Name of generator. -CMAKE_GENERATOR:INTERNAL=Ninja +CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. @@ -457,6 +452,8 @@ CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG @@ -529,20 +526,8 @@ MAKECOMMAND-ADVANCED:INTERNAL=1 MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 -//Result of TRY_COMPILE -OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp:INTERNAL=FALSE -//Result of TRY_COMPILE -OpenMP_COMPILE_RESULT_C_Xclang fopenmp:INTERNAL=FALSE -//ADVANCED property for variable: OpenMP_CXX_FLAGS -OpenMP_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OpenMP_CXX_LIB_NAMES -OpenMP_CXX_LIB_NAMES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OpenMP_C_FLAGS -OpenMP_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OpenMP_C_LIB_NAMES -OpenMP_C_LIB_NAMES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OpenMP_libomp_LIBRARY -OpenMP_libomp_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ProcessorCount_cmd_sysctl +ProcessorCount_cmd_sysctl-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SITE SITE-ADVANCED:INTERNAL=1 //CMAKE_INSTALL_PREFIX during last run diff --git a/cmake-build-debug/CMakeFiles/3.26.4/CMakeCCompiler.cmake b/cmake-build-debug/CMakeFiles/3.26.4/CMakeCCompiler.cmake index 5a44d556..fcccef4a 100644 --- a/cmake-build-debug/CMakeFiles/3.26.4/CMakeCCompiler.cmake +++ b/cmake-build-debug/CMakeFiles/3.26.4/CMakeCCompiler.cmake @@ -66,7 +66,7 @@ endif() -set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include") +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include") set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake b/cmake-build-debug/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake index b22dccea..527e8c9e 100644 --- a/cmake-build-debug/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake +++ b/cmake-build-debug/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake @@ -77,7 +77,7 @@ endif() -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++") +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin b/cmake-build-debug/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin index 27b6bbef6428f03e51d469989b799db8d528b4e6..6cabc3dcb1c6f72e68b1c15d2b342fc23cdbe828 100755 GIT binary patch delta 19 bcmaFS!uX<val=7JR#THSbCb!(92WrqR6Ym@ delta 19 bcmaFS!uX<val=7JRs-W?L-WbU92WrqQ{M;t diff --git a/cmake-build-debug/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-debug/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin index fe2f527280e219c72660c3525d32a732cbb4f88d..515806244ce971bb4e27ebb046860db9992fea3b 100755 GIT binary patch delta 19 bcmcc7!g!;Fal=MO)+B?Zl+?-F92WrqRC)+Y delta 19 bcmcc7!g!;Fal=MORts}O3xmnq92WrqPtXUJ diff --git a/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml b/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml index 8b6cd740..ccd3a459 100644 --- a/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml +++ b/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml @@ -99,8 +99,8 @@ events: checks: - "Detecting C compiler ABI info" directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp" + source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO" + binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO" cmakeVariables: CMAKE_C_FLAGS: "" CMAKE_C_FLAGS_DEBUG: "-g" @@ -112,15 +112,17 @@ events: variable: "CMAKE_C_ABI_COMPILED" cached: true stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp + Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_03c17 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c + Run Build Command(s):/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_54f74/fast && /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_54f74.dir/build.make CMakeFiles/cmTC_54f74.dir/build + Building C object CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o + /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin - clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c + clang: \x1b[0;1;35mwarning: \x1b[0m\x1b[1m-Wl,-v: 'linker' input unused [-Wunused-command-line-argument]\x1b[0m + "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" @@ -131,12 +133,14 @@ events: /Library/Developer/CommandLineTools/usr/include /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) End of search list. - [2/2] : && /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -o cmTC_03c17 && : + Linking C executable cmTC_54f74 + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54f74.dir/link.txt --verbose=1 + /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -o cmTC_54f74 Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_03c17 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a + "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_54f74 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:dyld-1015.7 BUILD 18:48:48 Aug 22 2023 configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em @@ -154,17 +158,9 @@ events: - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - "CMakeLists.txt:2 (project)" message: | - Parsed C implicit include dir info: rv=done + Parsed C implicit include dir info: rv=loading found start of include info - found start of implicit include info - add: [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - add: [/Library/Developer/CommandLineTools/usr/include] - end of search list found - collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include] - implicit include dirs: [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include] + warn: unable to parse implicit include dirs! - @@ -176,54 +172,16 @@ events: message: | Parsed C implicit link information: link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - ignore line: [Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp] + ignore line: [Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO] ignore line: [] - ignore line: [Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_03c17 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c] + ignore line: [Run Build Command(s):/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_54f74/fast && /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_54f74.dir/build.make CMakeFiles/cmTC_54f74.dir/build] + ignore line: [Building C object CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o] + ignore line: [/Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c] ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)] ignore line: [Target: arm64-apple-darwin22.6.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] - ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lc91fp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c] - ignore line: [clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0] - ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include"] - ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - ignore line: [ /Library/Developer/CommandLineTools/usr/include] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory)] - ignore line: [End of search list.] - ignore line: [[2/2] : && /Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -o cmTC_03c17 && :] - ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)] - ignore line: [Target: arm64-apple-darwin22.6.0] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_03c17 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore - arg [-demangle] ==> ignore - arg [-lto_library] ==> ignore, skip following value - arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library - arg [-dynamic] ==> ignore - arg [-arch] ==> ignore - arg [arm64] ==> ignore - arg [-platform_version] ==> ignore - arg [macos] ==> ignore - arg [13.6.0] ==> ignore - arg [14.0] ==> ignore - arg [-syslibroot] ==> ignore - arg [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk] ==> ignore - arg [-o] ==> ignore - arg [cmTC_03c17] ==> ignore - arg [-search_paths_first] ==> ignore - arg [-headerpad_max_install_names] ==> ignore - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_03c17.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lSystem] ==> lib [System] - arg [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - remove lib [System] - remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] + ignore line: [clang: \x1b[0;1;35mwarning: \x1b[0m\x1b[1m-Wl,-v: 'linker' input unused [-Wunused-command-line-argument]\x1b[0m; "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3NNpiO -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -x c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCCompilerABI.c;clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0;ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include";ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks";#include "..." search starts here:;#include <...> search starts here:; /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include; /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include; /Library/Developer/CommandLineTools/usr/include; /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory);End of search list.;Linking C executable cmTC_54f74;/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54f74.dir/link.txt --verbose=1;/Library/Developer/CommandLineTools/usr/bin/cc -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -o cmTC_54f74 ;Apple clang version 15.0.0 (clang-1500.0.40.1);Target: arm64-apple-darwin22.6.0;Thread model: posix;InstalledDir: /Library/Developer/CommandLineTools/usr/bin; "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_54f74 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_54f74.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a;@(#)PROGRAM:ld PROJECT:dyld-1015.7;BUILD 18:48:48 Aug 22 2023;configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em;will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em;LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29);TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.0.12.3);Library search paths:;Framework search paths:;;] implicit libs: [] implicit objs: [] implicit dirs: [] @@ -239,8 +197,8 @@ events: checks: - "Detecting CXX compiler ABI info" directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66" + source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv" + binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv" cmakeVariables: CMAKE_CXX_FLAGS: "" CMAKE_CXX_FLAGS_DEBUG: "-g" @@ -252,15 +210,17 @@ events: variable: "CMAKE_CXX_ABI_COMPILED" cached: true stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66 + Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_87180 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp + Run Build Command(s):/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b0bde/fast && /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b0bde.dir/build.make CMakeFiles/cmTC_b0bde.dir/build + Building CXX object CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o + /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl,-v -MD -MT CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin - clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66 -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp + clang: \x1b[0;1;35mwarning: \x1b[0m\x1b[1m-Wl,-v: 'linker' input unused [-Wunused-command-line-argument]\x1b[0m + "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" @@ -272,12 +232,14 @@ events: /Library/Developer/CommandLineTools/usr/include /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) End of search list. - [2/2] : && /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_87180 && : + Linking CXX executable cmTC_b0bde + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0bde.dir/link.txt --verbose=1 + /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_b0bde Apple clang version 15.0.0 (clang-1500.0.40.1) Target: arm64-apple-darwin22.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_87180 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a + "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_b0bde -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a @(#)PROGRAM:ld PROJECT:dyld-1015.7 BUILD 18:48:48 Aug 22 2023 configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em @@ -295,19 +257,9 @@ events: - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - "CMakeLists.txt:2 (project)" message: | - Parsed CXX implicit include dir info: rv=done + Parsed CXX implicit include dir info: rv=loading found start of include info - found start of implicit include info - add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1] - add: [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - add: [/Library/Developer/CommandLineTools/usr/include] - end of search list found - collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1] - collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include] - implicit include dirs: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include] + warn: unable to parse implicit include dirs! - @@ -319,565 +271,20 @@ events: message: | Parsed CXX implicit link information: link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - ignore line: [Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66] + ignore line: [Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv] ignore line: [] - ignore line: [Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_87180 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Run Build Command(s):/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b0bde/fast && /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_b0bde.dir/build.make CMakeFiles/cmTC_b0bde.dir/build] + ignore line: [Building CXX object CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -v -Wl -v -MD -MT CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)] ignore line: [Target: arm64-apple-darwin22.6.0] ignore line: [Thread model: posix] ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] - ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ebqM66 -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0] - ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include"] - ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1] - ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include] - ignore line: [ /Library/Developer/CommandLineTools/usr/include] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory)] - ignore line: [End of search list.] - ignore line: [[2/2] : && /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_87180 && :] - ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)] - ignore line: [Target: arm64-apple-darwin22.6.0] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_87180 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore - arg [-demangle] ==> ignore - arg [-lto_library] ==> ignore, skip following value - arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library - arg [-dynamic] ==> ignore - arg [-arch] ==> ignore - arg [arm64] ==> ignore - arg [-platform_version] ==> ignore - arg [macos] ==> ignore - arg [13.6.0] ==> ignore - arg [14.0] ==> ignore - arg [-syslibroot] ==> ignore - arg [/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk] ==> ignore - arg [-o] ==> ignore - arg [cmTC_87180] ==> ignore - arg [-search_paths_first] ==> ignore - arg [-headerpad_max_install_names] ==> ignore - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_87180.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lc++] ==> lib [c++] - arg [-lSystem] ==> lib [System] - arg [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - remove lib [System] - remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - implicit libs: [c++] + ignore line: [clang: \x1b[0;1;35mwarning: \x1b[0m\x1b[1m-Wl,-v: 'linker' input unused [-Wunused-command-line-argument]\x1b[0m; "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gRXKsv -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -x c++ /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/CMakeCXXCompilerABI.cpp;clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0;ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include";ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks";#include "..." search starts here:;#include <...> search starts here:; /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1; /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include; /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include; /Library/Developer/CommandLineTools/usr/include; /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory);End of search list.;Linking CXX executable cmTC_b0bde;/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b0bde.dir/link.txt --verbose=1;/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_b0bde ;Apple clang version 15.0.0 (clang-1500.0.40.1);Target: arm64-apple-darwin22.6.0;Thread model: posix;InstalledDir: /Library/Developer/CommandLineTools/usr/bin; "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 13.6.0 14.0 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -o cmTC_b0bde -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_b0bde.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a;@(#)PROGRAM:ld PROJECT:dyld-1015.7;BUILD 18:48:48 Aug 22 2023;configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em;will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em;LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29);TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.0.12.3);Library search paths:;Framework search paths:;;] + implicit libs: [] implicit objs: [] implicit dirs: [] implicit fwks: [] ... - ---- -events: - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting C OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_e6266 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL/OpenMPTryFlag.c - FAILED: CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL/OpenMPTryFlag.c - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_e6266.dir/OpenMPTryFlag.c.o -x c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL/OpenMPTryFlag.c - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ahPhaL/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting CXX OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_2b5a7 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS/OpenMPTryFlag.cpp - FAILED: CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS/OpenMPTryFlag.cpp - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_2b5a7.dir/OpenMPTryFlag.cpp.o -x c++ /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS/OpenMPTryFlag.cpp - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Hm67kS/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 -... - ---- -events: - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting C OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_06ef9 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh/OpenMPTryFlag.c - FAILED: CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh/OpenMPTryFlag.c - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_06ef9.dir/OpenMPTryFlag.c.o -x c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh/OpenMPTryFlag.c - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ynmzgh/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting CXX OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7 - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_0868f && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7/OpenMPTryFlag.cpp - FAILED: CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7/OpenMPTryFlag.cpp - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7 -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_0868f.dir/OpenMPTryFlag.cpp.o -x c++ /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7/OpenMPTryFlag.cpp - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-d5rbR7/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 -... - ---- -events: - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting C OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_919c2 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt/OpenMPTryFlag.c - FAILED: CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt/OpenMPTryFlag.c - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_919c2.dir/OpenMPTryFlag.c.o -x c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt/OpenMPTryFlag.c - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-0tBVrt/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting CXX OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_4e255 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru/OpenMPTryFlag.cpp - FAILED: CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru/OpenMPTryFlag.cpp - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_4e255.dir/OpenMPTryFlag.cpp.o -x c++ /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru/OpenMPTryFlag.cpp - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Lk9Jru/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 -... - ---- -events: - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting C OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_55897 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY/OpenMPTryFlag.c - FAILED: CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY/OpenMPTryFlag.c - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_55897.dir/OpenMPTryFlag.c.o -x c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY/OpenMPTryFlag.c - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-iTwnXY/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting CXX OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_c95aa && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN/OpenMPTryFlag.cpp - FAILED: CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN/OpenMPTryFlag.cpp - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_c95aa.dir/OpenMPTryFlag.cpp.o -x c++ /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN/OpenMPTryFlag.cpp - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-QkNZhN/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 -... - ---- -events: - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting C OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_C_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_32ac5 && [1/2] /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT/OpenMPTryFlag.c - FAILED: CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o - /Library/Developer/CommandLineTools/usr/bin/cc -Xclang -fopenmp -v -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -MF CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o.d -o CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT/OpenMPTryFlag.c - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.c -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_32ac5.dir/OpenMPTryFlag.c.o -x c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT/OpenMPTryFlag.c - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-dackpT/OpenMPTryFlag.c:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:219 (try_compile)" - - "/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26/Modules/FindOpenMP.cmake:483 (_OPENMP_GET_FLAGS)" - - "muparser/CMakeLists.txt:26 (find_package)" - description: "Detecting CXX OpenMP compiler info" - directories: - source: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q" - binary: "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "13.6" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk" - buildResult: - variable: "OpenMP_COMPILE_RESULT_CXX_Xclang fopenmp" - cached: true - stdout: | - Change Dir: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q - - Run Build Command(s):/Applications/CLion.app/Contents/bin/ninja/mac/ninja -v cmTC_ef980 && [1/2] /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q/OpenMPTryFlag.cpp - FAILED: CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -Xclang -fopenmp -v -std=gnu++11 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -mmacosx-version-min=13.6 -fcolor-diagnostics -MD -MT CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -MF CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o.d -o CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -c /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q/OpenMPTryFlag.cpp - Apple clang version 15.0.0 (clang-1500.0.40.1) - Target: arm64-apple-darwin22.6.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx13.6.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name OpenMPTryFlag.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.0 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -target-linker-version 1015.6 -v -fcoverage-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir=/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -fcolor-diagnostics -fopenmp -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_ef980.dir/OpenMPTryFlag.cpp.o -x c++ /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q/OpenMPTryFlag.cpp - clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin22.6.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/System/Library/Frameworks (framework directory) - End of search list. - /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-nGAF6Q/OpenMPTryFlag.cpp:2:10: fatal error: 'omp.h' file not found - #include <omp.h> - ^~~~~~~ - 1 error generated. - ninja: build stopped: subcommand failed. - - exitCode: 1 -... diff --git a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt index f2ee936c..8d511c88 100644 --- a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt +++ b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -1,4 +1,16 @@ -/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/Applications/CLion.app/Contents/bin/ninja/mac/ninja -G Ninja -S /Users/annaproost/CLionProjects/PCSC-final-project -B /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug --- Configuring done (0.1s) --- Generating done (0.0s) +/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -S /Users/annaproost/CLionProjects/PCSC-final-project -B /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug +-- The C compiler identification is AppleClang 15.0.0.15000040 +-- The CXX compiler identification is AppleClang 15.0.0.15000040 +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Configuring done (1.6s) +-- Generating done (0.2s) -- Build files have been written to: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug diff --git a/cmake-build-debug/CMakeFiles/clion-environment.txt b/cmake-build-debug/CMakeFiles/clion-environment.txt index b7d7a449..270d93c2 100644 --- a/cmake-build-debug/CMakeFiles/clion-environment.txt +++ b/cmake-build-debug/CMakeFiles/clion-environment.txt @@ -1,3 +1,3 @@ ToolSet: 1.0 (local)Options: -Options:-DCMAKE_MAKE_PROGRAM=/Applications/CLion.app/Contents/bin/ninja/mac/ninja \ No newline at end of file +Options: \ No newline at end of file diff --git a/cmake-build-debug/Makefile b/cmake-build-debug/Makefile index 5e184c69..2ee75a99 100644 --- a/cmake-build-debug/Makefile +++ b/cmake-build-debug/Makefile @@ -1,5 +1,5 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.26 +# Generated by "Unix Makefiles" Generator, CMake Version 3.26 # Default target executed when no arguments are given to make. default_target: all @@ -44,22 +44,23 @@ cmake_force: #============================================================================= # Set environment variables for the build. -SHELL = cmd.exe +# The shell in which to execute make rules. +SHELL = /bin/sh # The CMake executable. -CMAKE_COMMAND = "C:\Users\wachi\AppData\Local\JetBrains\CLion 2023.2.2\bin\cmake\win\x64\bin\cmake.exe" +CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake # The command to remove a file. -RM = "C:\Users\wachi\AppData\Local\JetBrains\CLion 2023.2.2\bin\cmake\win\x64\bin\cmake.exe" -E rm -f +RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = C:\Users\wachi\CLionProjects\pcsc-final-project +CMAKE_SOURCE_DIR = /Users/annaproost/CLionProjects/PCSC-final-project # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = C:\Users\wachi\CLionProjects\pcsc-final-project\cmake-build-debug +CMAKE_BINARY_DIR = /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug #============================================================================= # Targets provided globally by CMake. @@ -67,7 +68,7 @@ CMAKE_BINARY_DIR = C:\Users\wachi\CLionProjects\pcsc-final-project\cmake-build-d # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." - "C:\Users\wachi\AppData\Local\JetBrains\CLion 2023.2.2\bin\cmake\win\x64\bin\cmake.exe" -E echo "No interactive CMake dialog available." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. .PHONY : edit_cache # Special rule for the target edit_cache @@ -77,23 +78,68 @@ edit_cache/fast: edit_cache # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "C:\Users\wachi\AppData\Local\JetBrains\CLion 2023.2.2\bin\cmake\win\x64\bin\cmake.exe" --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Development\" \"RuntimeLibraries\" \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + # The main all target all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\wachi\CLionProjects\pcsc-final-project\cmake-build-debug\CMakeFiles C:\Users\wachi\CLionProjects\pcsc-final-project\cmake-build-debug\\CMakeFiles\progress.marks - $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start C:\Users\wachi\CLionProjects\pcsc-final-project\cmake-build-debug\CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/CMakeFiles 0 .PHONY : all # The main clean target clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 clean + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean .PHONY : clean # The main clean target @@ -102,17 +148,17 @@ clean/fast: clean # Prepare targets for installation. preinstall: all - $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 preinstall + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall/fast # clear depends depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend #============================================================================= @@ -120,293 +166,610 @@ depend: # Build rule for target. PCSC_final_project: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 PCSC_final_project + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PCSC_final_project .PHONY : PCSC_final_project # fast build rule for target. PCSC_final_project/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/build + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/build .PHONY : PCSC_final_project/fast -inputs/Function.obj: inputs/Function.cpp.obj -.PHONY : inputs/Function.obj +#============================================================================= +# Target rules for targets named muparser -# target to build an object file -inputs/Function.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.obj -.PHONY : inputs/Function.cpp.obj +# Build rule for target. +muparser: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 muparser +.PHONY : muparser -inputs/Function.i: inputs/Function.cpp.i -.PHONY : inputs/Function.i +# fast build rule for target. +muparser/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/muparser.dir/build.make muparser/CMakeFiles/muparser.dir/build +.PHONY : muparser/fast -# target to preprocess a source file -inputs/Function.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.i -.PHONY : inputs/Function.cpp.i +#============================================================================= +# Target rules for targets named example1 -inputs/Function.s: inputs/Function.cpp.s -.PHONY : inputs/Function.s +# Build rule for target. +example1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example1 +.PHONY : example1 -# target to generate assembly for a file -inputs/Function.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.s -.PHONY : inputs/Function.cpp.s +# fast build rule for target. +example1/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/example1.dir/build.make muparser/CMakeFiles/example1.dir/build +.PHONY : example1/fast -inputs/System.obj: inputs/System.cpp.obj -.PHONY : inputs/System.obj +#============================================================================= +# Target rules for targets named example2 -# target to build an object file -inputs/System.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.obj -.PHONY : inputs/System.cpp.obj +# Build rule for target. +example2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 example2 +.PHONY : example2 -inputs/System.i: inputs/System.cpp.i -.PHONY : inputs/System.i +# fast build rule for target. +example2/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/example2.dir/build.make muparser/CMakeFiles/example2.dir/build +.PHONY : example2/fast -# target to preprocess a source file -inputs/System.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.i -.PHONY : inputs/System.cpp.i +#============================================================================= +# Target rules for targets named Experimental -inputs/System.s: inputs/System.cpp.s -.PHONY : inputs/System.s +# Build rule for target. +Experimental: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental +.PHONY : Experimental -# target to generate assembly for a file -inputs/System.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.s -.PHONY : inputs/System.cpp.s +# fast build rule for target. +Experimental/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/Experimental.dir/build.make muparser/CMakeFiles/Experimental.dir/build +.PHONY : Experimental/fast -main.obj: main.cpp.obj -.PHONY : main.obj +#============================================================================= +# Target rules for targets named Nightly -# target to build an object file -main.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/main.cpp.obj -.PHONY : main.cpp.obj +# Build rule for target. +Nightly: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly +.PHONY : Nightly -main.i: main.cpp.i -.PHONY : main.i +# fast build rule for target. +Nightly/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/Nightly.dir/build.make muparser/CMakeFiles/Nightly.dir/build +.PHONY : Nightly/fast -# target to preprocess a source file -main.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/main.cpp.i -.PHONY : main.cpp.i +#============================================================================= +# Target rules for targets named Continuous -main.s: main.cpp.s -.PHONY : main.s +# Build rule for target. +Continuous: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous +.PHONY : Continuous -# target to generate assembly for a file -main.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/main.cpp.s -.PHONY : main.cpp.s +# fast build rule for target. +Continuous/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/Continuous.dir/build.make muparser/CMakeFiles/Continuous.dir/build +.PHONY : Continuous/fast -methods/AccelerableMethod.obj: methods/AccelerableMethod.cpp.obj -.PHONY : methods/AccelerableMethod.obj +#============================================================================= +# Target rules for targets named NightlyMemoryCheck -# target to build an object file -methods/AccelerableMethod.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/AccelerableMethod.cpp.obj -.PHONY : methods/AccelerableMethod.cpp.obj +# Build rule for target. +NightlyMemoryCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck +.PHONY : NightlyMemoryCheck -methods/AccelerableMethod.i: methods/AccelerableMethod.cpp.i -.PHONY : methods/AccelerableMethod.i +# fast build rule for target. +NightlyMemoryCheck/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyMemoryCheck.dir/build.make muparser/CMakeFiles/NightlyMemoryCheck.dir/build +.PHONY : NightlyMemoryCheck/fast -# target to preprocess a source file -methods/AccelerableMethod.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/AccelerableMethod.cpp.i -.PHONY : methods/AccelerableMethod.cpp.i +#============================================================================= +# Target rules for targets named NightlyStart -methods/AccelerableMethod.s: methods/AccelerableMethod.cpp.s -.PHONY : methods/AccelerableMethod.s +# Build rule for target. +NightlyStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart +.PHONY : NightlyStart -# target to generate assembly for a file -methods/AccelerableMethod.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/AccelerableMethod.cpp.s -.PHONY : methods/AccelerableMethod.cpp.s +# fast build rule for target. +NightlyStart/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyStart.dir/build.make muparser/CMakeFiles/NightlyStart.dir/build +.PHONY : NightlyStart/fast -methods/Aitken.obj: methods/Aitken.cpp.obj -.PHONY : methods/Aitken.obj +#============================================================================= +# Target rules for targets named NightlyUpdate -# target to build an object file -methods/Aitken.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Aitken.cpp.obj -.PHONY : methods/Aitken.cpp.obj +# Build rule for target. +NightlyUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate +.PHONY : NightlyUpdate -methods/Aitken.i: methods/Aitken.cpp.i -.PHONY : methods/Aitken.i +# fast build rule for target. +NightlyUpdate/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyUpdate.dir/build.make muparser/CMakeFiles/NightlyUpdate.dir/build +.PHONY : NightlyUpdate/fast -# target to preprocess a source file -methods/Aitken.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Aitken.cpp.i -.PHONY : methods/Aitken.cpp.i +#============================================================================= +# Target rules for targets named NightlyConfigure -methods/Aitken.s: methods/Aitken.cpp.s -.PHONY : methods/Aitken.s +# Build rule for target. +NightlyConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure +.PHONY : NightlyConfigure -# target to generate assembly for a file -methods/Aitken.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Aitken.cpp.s -.PHONY : methods/Aitken.cpp.s +# fast build rule for target. +NightlyConfigure/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyConfigure.dir/build.make muparser/CMakeFiles/NightlyConfigure.dir/build +.PHONY : NightlyConfigure/fast + +#============================================================================= +# Target rules for targets named NightlyBuild + +# Build rule for target. +NightlyBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild +.PHONY : NightlyBuild + +# fast build rule for target. +NightlyBuild/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyBuild.dir/build.make muparser/CMakeFiles/NightlyBuild.dir/build +.PHONY : NightlyBuild/fast + +#============================================================================= +# Target rules for targets named NightlyTest + +# Build rule for target. +NightlyTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest +.PHONY : NightlyTest + +# fast build rule for target. +NightlyTest/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyTest.dir/build.make muparser/CMakeFiles/NightlyTest.dir/build +.PHONY : NightlyTest/fast + +#============================================================================= +# Target rules for targets named NightlyCoverage + +# Build rule for target. +NightlyCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage +.PHONY : NightlyCoverage + +# fast build rule for target. +NightlyCoverage/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyCoverage.dir/build.make muparser/CMakeFiles/NightlyCoverage.dir/build +.PHONY : NightlyCoverage/fast + +#============================================================================= +# Target rules for targets named NightlyMemCheck + +# Build rule for target. +NightlyMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck +.PHONY : NightlyMemCheck + +# fast build rule for target. +NightlyMemCheck/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlyMemCheck.dir/build.make muparser/CMakeFiles/NightlyMemCheck.dir/build +.PHONY : NightlyMemCheck/fast + +#============================================================================= +# Target rules for targets named NightlySubmit + +# Build rule for target. +NightlySubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit +.PHONY : NightlySubmit + +# fast build rule for target. +NightlySubmit/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/NightlySubmit.dir/build.make muparser/CMakeFiles/NightlySubmit.dir/build +.PHONY : NightlySubmit/fast + +#============================================================================= +# Target rules for targets named ExperimentalStart + +# Build rule for target. +ExperimentalStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart +.PHONY : ExperimentalStart + +# fast build rule for target. +ExperimentalStart/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalStart.dir/build.make muparser/CMakeFiles/ExperimentalStart.dir/build +.PHONY : ExperimentalStart/fast + +#============================================================================= +# Target rules for targets named ExperimentalUpdate + +# Build rule for target. +ExperimentalUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate +.PHONY : ExperimentalUpdate + +# fast build rule for target. +ExperimentalUpdate/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalUpdate.dir/build.make muparser/CMakeFiles/ExperimentalUpdate.dir/build +.PHONY : ExperimentalUpdate/fast + +#============================================================================= +# Target rules for targets named ExperimentalConfigure + +# Build rule for target. +ExperimentalConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure +.PHONY : ExperimentalConfigure + +# fast build rule for target. +ExperimentalConfigure/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalConfigure.dir/build.make muparser/CMakeFiles/ExperimentalConfigure.dir/build +.PHONY : ExperimentalConfigure/fast + +#============================================================================= +# Target rules for targets named ExperimentalBuild -methods/Bisection.obj: methods/Bisection.cpp.obj -.PHONY : methods/Bisection.obj +# Build rule for target. +ExperimentalBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild +.PHONY : ExperimentalBuild + +# fast build rule for target. +ExperimentalBuild/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalBuild.dir/build.make muparser/CMakeFiles/ExperimentalBuild.dir/build +.PHONY : ExperimentalBuild/fast + +#============================================================================= +# Target rules for targets named ExperimentalTest + +# Build rule for target. +ExperimentalTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest +.PHONY : ExperimentalTest + +# fast build rule for target. +ExperimentalTest/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalTest.dir/build.make muparser/CMakeFiles/ExperimentalTest.dir/build +.PHONY : ExperimentalTest/fast + +#============================================================================= +# Target rules for targets named ExperimentalCoverage + +# Build rule for target. +ExperimentalCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage +.PHONY : ExperimentalCoverage + +# fast build rule for target. +ExperimentalCoverage/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalCoverage.dir/build.make muparser/CMakeFiles/ExperimentalCoverage.dir/build +.PHONY : ExperimentalCoverage/fast + +#============================================================================= +# Target rules for targets named ExperimentalMemCheck + +# Build rule for target. +ExperimentalMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck +.PHONY : ExperimentalMemCheck + +# fast build rule for target. +ExperimentalMemCheck/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalMemCheck.dir/build.make muparser/CMakeFiles/ExperimentalMemCheck.dir/build +.PHONY : ExperimentalMemCheck/fast + +#============================================================================= +# Target rules for targets named ExperimentalSubmit + +# Build rule for target. +ExperimentalSubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit +.PHONY : ExperimentalSubmit + +# fast build rule for target. +ExperimentalSubmit/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ExperimentalSubmit.dir/build.make muparser/CMakeFiles/ExperimentalSubmit.dir/build +.PHONY : ExperimentalSubmit/fast + +#============================================================================= +# Target rules for targets named ContinuousStart + +# Build rule for target. +ContinuousStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart +.PHONY : ContinuousStart + +# fast build rule for target. +ContinuousStart/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousStart.dir/build.make muparser/CMakeFiles/ContinuousStart.dir/build +.PHONY : ContinuousStart/fast + +#============================================================================= +# Target rules for targets named ContinuousUpdate + +# Build rule for target. +ContinuousUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate +.PHONY : ContinuousUpdate + +# fast build rule for target. +ContinuousUpdate/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousUpdate.dir/build.make muparser/CMakeFiles/ContinuousUpdate.dir/build +.PHONY : ContinuousUpdate/fast + +#============================================================================= +# Target rules for targets named ContinuousConfigure + +# Build rule for target. +ContinuousConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure +.PHONY : ContinuousConfigure + +# fast build rule for target. +ContinuousConfigure/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousConfigure.dir/build.make muparser/CMakeFiles/ContinuousConfigure.dir/build +.PHONY : ContinuousConfigure/fast + +#============================================================================= +# Target rules for targets named ContinuousBuild + +# Build rule for target. +ContinuousBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild +.PHONY : ContinuousBuild + +# fast build rule for target. +ContinuousBuild/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousBuild.dir/build.make muparser/CMakeFiles/ContinuousBuild.dir/build +.PHONY : ContinuousBuild/fast + +#============================================================================= +# Target rules for targets named ContinuousTest + +# Build rule for target. +ContinuousTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest +.PHONY : ContinuousTest + +# fast build rule for target. +ContinuousTest/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousTest.dir/build.make muparser/CMakeFiles/ContinuousTest.dir/build +.PHONY : ContinuousTest/fast + +#============================================================================= +# Target rules for targets named ContinuousCoverage + +# Build rule for target. +ContinuousCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage +.PHONY : ContinuousCoverage + +# fast build rule for target. +ContinuousCoverage/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousCoverage.dir/build.make muparser/CMakeFiles/ContinuousCoverage.dir/build +.PHONY : ContinuousCoverage/fast + +#============================================================================= +# Target rules for targets named ContinuousMemCheck + +# Build rule for target. +ContinuousMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck +.PHONY : ContinuousMemCheck + +# fast build rule for target. +ContinuousMemCheck/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousMemCheck.dir/build.make muparser/CMakeFiles/ContinuousMemCheck.dir/build +.PHONY : ContinuousMemCheck/fast + +#============================================================================= +# Target rules for targets named ContinuousSubmit + +# Build rule for target. +ContinuousSubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit +.PHONY : ContinuousSubmit + +# fast build rule for target. +ContinuousSubmit/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/ContinuousSubmit.dir/build.make muparser/CMakeFiles/ContinuousSubmit.dir/build +.PHONY : ContinuousSubmit/fast + +#============================================================================= +# Target rules for targets named t_ParserTest + +# Build rule for target. +t_ParserTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 t_ParserTest +.PHONY : t_ParserTest + +# fast build rule for target. +t_ParserTest/fast: + $(MAKE) $(MAKESILENT) -f muparser/CMakeFiles/t_ParserTest.dir/build.make muparser/CMakeFiles/t_ParserTest.dir/build +.PHONY : t_ParserTest/fast + +inputs/Function.o: inputs/Function.cpp.o +.PHONY : inputs/Function.o # target to build an object file -methods/Bisection.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Bisection.cpp.obj -.PHONY : methods/Bisection.cpp.obj +inputs/Function.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.o +.PHONY : inputs/Function.cpp.o -methods/Bisection.i: methods/Bisection.cpp.i -.PHONY : methods/Bisection.i +inputs/Function.i: inputs/Function.cpp.i +.PHONY : inputs/Function.i # target to preprocess a source file -methods/Bisection.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Bisection.cpp.i -.PHONY : methods/Bisection.cpp.i +inputs/Function.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.i +.PHONY : inputs/Function.cpp.i -methods/Bisection.s: methods/Bisection.cpp.s -.PHONY : methods/Bisection.s +inputs/Function.s: inputs/Function.cpp.s +.PHONY : inputs/Function.s # target to generate assembly for a file -methods/Bisection.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Bisection.cpp.s -.PHONY : methods/Bisection.cpp.s +inputs/Function.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/Function.cpp.s +.PHONY : inputs/Function.cpp.s -methods/Chord.obj: methods/Chord.cpp.obj -.PHONY : methods/Chord.obj +inputs/MonoFunction.o: inputs/MonoFunction.cpp.o +.PHONY : inputs/MonoFunction.o # target to build an object file -methods/Chord.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Chord.cpp.obj -.PHONY : methods/Chord.cpp.obj +inputs/MonoFunction.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MonoFunction.cpp.o +.PHONY : inputs/MonoFunction.cpp.o -methods/Chord.i: methods/Chord.cpp.i -.PHONY : methods/Chord.i +inputs/MonoFunction.i: inputs/MonoFunction.cpp.i +.PHONY : inputs/MonoFunction.i # target to preprocess a source file -methods/Chord.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Chord.cpp.i -.PHONY : methods/Chord.cpp.i +inputs/MonoFunction.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MonoFunction.cpp.i +.PHONY : inputs/MonoFunction.cpp.i -methods/Chord.s: methods/Chord.cpp.s -.PHONY : methods/Chord.s +inputs/MonoFunction.s: inputs/MonoFunction.cpp.s +.PHONY : inputs/MonoFunction.s # target to generate assembly for a file -methods/Chord.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Chord.cpp.s -.PHONY : methods/Chord.cpp.s +inputs/MonoFunction.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MonoFunction.cpp.s +.PHONY : inputs/MonoFunction.cpp.s -methods/FixedPoint.obj: methods/FixedPoint.cpp.obj -.PHONY : methods/FixedPoint.obj +inputs/MultiFunction.o: inputs/MultiFunction.cpp.o +.PHONY : inputs/MultiFunction.o # target to build an object file -methods/FixedPoint.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/FixedPoint.cpp.obj -.PHONY : methods/FixedPoint.cpp.obj +inputs/MultiFunction.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MultiFunction.cpp.o +.PHONY : inputs/MultiFunction.cpp.o -methods/FixedPoint.i: methods/FixedPoint.cpp.i -.PHONY : methods/FixedPoint.i +inputs/MultiFunction.i: inputs/MultiFunction.cpp.i +.PHONY : inputs/MultiFunction.i # target to preprocess a source file -methods/FixedPoint.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/FixedPoint.cpp.i -.PHONY : methods/FixedPoint.cpp.i +inputs/MultiFunction.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MultiFunction.cpp.i +.PHONY : inputs/MultiFunction.cpp.i -methods/FixedPoint.s: methods/FixedPoint.cpp.s -.PHONY : methods/FixedPoint.s +inputs/MultiFunction.s: inputs/MultiFunction.cpp.s +.PHONY : inputs/MultiFunction.s # target to generate assembly for a file -methods/FixedPoint.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/FixedPoint.cpp.s -.PHONY : methods/FixedPoint.cpp.s +inputs/MultiFunction.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/MultiFunction.cpp.s +.PHONY : inputs/MultiFunction.cpp.s -methods/Method.obj: methods/Method.cpp.obj -.PHONY : methods/Method.obj +inputs/System.o: inputs/System.cpp.o +.PHONY : inputs/System.o # target to build an object file -methods/Method.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Method.cpp.obj -.PHONY : methods/Method.cpp.obj +inputs/System.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.o +.PHONY : inputs/System.cpp.o -methods/Method.i: methods/Method.cpp.i -.PHONY : methods/Method.i +inputs/System.i: inputs/System.cpp.i +.PHONY : inputs/System.i # target to preprocess a source file -methods/Method.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Method.cpp.i -.PHONY : methods/Method.cpp.i +inputs/System.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.i +.PHONY : inputs/System.cpp.i -methods/Method.s: methods/Method.cpp.s -.PHONY : methods/Method.s +inputs/System.s: inputs/System.cpp.s +.PHONY : inputs/System.s # target to generate assembly for a file -methods/Method.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Method.cpp.s -.PHONY : methods/Method.cpp.s +inputs/System.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/inputs/System.cpp.s +.PHONY : inputs/System.cpp.s -methods/Newton.obj: methods/Newton.cpp.obj -.PHONY : methods/Newton.obj +main.o: main.cpp.o +.PHONY : main.o # target to build an object file -methods/Newton.cpp.obj: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Newton.cpp.obj -.PHONY : methods/Newton.cpp.obj +main.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/main.cpp.o +.PHONY : main.cpp.o -methods/Newton.i: methods/Newton.cpp.i -.PHONY : methods/Newton.i +main.i: main.cpp.i +.PHONY : main.i # target to preprocess a source file -methods/Newton.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Newton.cpp.i -.PHONY : methods/Newton.cpp.i +main.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/main.cpp.i +.PHONY : main.cpp.i -methods/Newton.s: methods/Newton.cpp.s -.PHONY : methods/Newton.s +main.s: main.cpp.s +.PHONY : main.s # target to generate assembly for a file -methods/Newton.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles\PCSC_final_project.dir\build.make CMakeFiles/PCSC_final_project.dir/methods/Newton.cpp.s -.PHONY : methods/Newton.cpp.s +main.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/main.cpp.s +.PHONY : main.cpp.s # Help Target help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... PCSC_final_project - @echo ... inputs/Function.obj - @echo ... inputs/Function.i - @echo ... inputs/Function.s - @echo ... inputs/System.obj - @echo ... inputs/System.i - @echo ... inputs/System.s - @echo ... main.obj - @echo ... main.i - @echo ... main.s - @echo ... methods/AccelerableMethod.obj - @echo ... methods/AccelerableMethod.i - @echo ... methods/AccelerableMethod.s - @echo ... methods/Aitken.obj - @echo ... methods/Aitken.i - @echo ... methods/Aitken.s - @echo ... methods/Bisection.obj - @echo ... methods/Bisection.i - @echo ... methods/Bisection.s - @echo ... methods/Chord.obj - @echo ... methods/Chord.i - @echo ... methods/Chord.s - @echo ... methods/FixedPoint.obj - @echo ... methods/FixedPoint.i - @echo ... methods/FixedPoint.s - @echo ... methods/Method.obj - @echo ... methods/Method.i - @echo ... methods/Method.s - @echo ... methods/Newton.obj - @echo ... methods/Newton.i - @echo ... methods/Newton.s + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... Continuous" + @echo "... ContinuousBuild" + @echo "... ContinuousConfigure" + @echo "... ContinuousCoverage" + @echo "... ContinuousMemCheck" + @echo "... ContinuousStart" + @echo "... ContinuousSubmit" + @echo "... ContinuousTest" + @echo "... ContinuousUpdate" + @echo "... Experimental" + @echo "... ExperimentalBuild" + @echo "... ExperimentalConfigure" + @echo "... ExperimentalCoverage" + @echo "... ExperimentalMemCheck" + @echo "... ExperimentalStart" + @echo "... ExperimentalSubmit" + @echo "... ExperimentalTest" + @echo "... ExperimentalUpdate" + @echo "... Nightly" + @echo "... NightlyBuild" + @echo "... NightlyConfigure" + @echo "... NightlyCoverage" + @echo "... NightlyMemCheck" + @echo "... NightlyMemoryCheck" + @echo "... NightlyStart" + @echo "... NightlySubmit" + @echo "... NightlyTest" + @echo "... NightlyUpdate" + @echo "... PCSC_final_project" + @echo "... example1" + @echo "... example2" + @echo "... muparser" + @echo "... t_ParserTest" + @echo "... inputs/Function.o" + @echo "... inputs/Function.i" + @echo "... inputs/Function.s" + @echo "... inputs/MonoFunction.o" + @echo "... inputs/MonoFunction.i" + @echo "... inputs/MonoFunction.s" + @echo "... inputs/MultiFunction.o" + @echo "... inputs/MultiFunction.i" + @echo "... inputs/MultiFunction.s" + @echo "... inputs/System.o" + @echo "... inputs/System.i" + @echo "... inputs/System.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" .PHONY : help @@ -418,6 +781,6 @@ help: # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system diff --git a/cmake-build-debug/PCSC_final_project.cbp b/cmake-build-debug/PCSC_final_project.cbp index 98dcfdfb..5f0aa4a2 100644 --- a/cmake-build-debug/PCSC_final_project.cbp +++ b/cmake-build-debug/PCSC_final_project.cbp @@ -5,142 +5,415 @@ <Option title="PCSC_final_project"/> <Option makefile_is_custom="1"/> <Option compiler="gcc"/> - <Option virtualFolders="CMake Files\;"/> + <Option virtualFolders="CMake Files\;CMake Files\muparser\;"/> <Build> <Target title="all"> - <Option working_dir="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> <Option type="4"/> <MakeCommands> - <Build command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 all"/> - <CompileFile command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 all"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> </MakeCommands> </Target> <Target title="PCSC_final_project"> - <Option output="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/PCSC_final_project.exe" prefix_auto="0" extension_auto="0"/> - <Option working_dir="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug"/> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/PCSC_final_project" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> <Option object_output="./"/> <Option type="1"/> <Option compiler="gcc"/> <Compiler> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> </Compiler> <MakeCommands> - <Build command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 PCSC_final_project"/> - <CompileFile command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 PCSC_final_project"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> </MakeCommands> </Target> <Target title="PCSC_final_project/fast"> - <Option output="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/PCSC_final_project.exe" prefix_auto="0" extension_auto="0"/> - <Option working_dir="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug"/> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/PCSC_final_project" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> <Option object_output="./"/> <Option type="1"/> <Option compiler="gcc"/> <Compiler> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/x86_64-w64-mingw32"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/backward"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../include"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/include-fixed"/> - <Add directory="C:/Users/wachi/AppData/Local/JetBrains/CLion 2023.2.2/bin/mingw/bin/../lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/include"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> </Compiler> <MakeCommands> - <Build command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 PCSC_final_project/fast"/> - <CompileFile command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 PCSC_final_project/fast"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> </MakeCommands> </Target> <Target title="edit_cache"> - <Option working_dir="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> <Option type="4"/> <MakeCommands> - <Build command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 edit_cache"/> - <CompileFile command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 edit_cache"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> </MakeCommands> </Target> <Target title="rebuild_cache"> - <Option working_dir="C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> <Option type="4"/> <MakeCommands> - <Build command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 rebuild_cache"/> - <CompileFile command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> - <Clean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> - <DistClean command="C:/Users/wachi/AppData/Local/JETBRA~1/CLION2~1.2/bin/mingw/bin/mingw32-make.exe -f "C:/Users/wachi/CLionProjects/pcsc-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 rebuild_cache"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="list_install_components"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 list_install_components"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="install"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 install"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="install/local"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 install/local"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="install/strip"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 install/strip"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="muparser"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/libmuparser.dylib" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="3"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSER_DLL"/> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add option="-D_DEBUG"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 muparser"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="muparser/fast"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/libmuparser.dylib" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="3"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSER_DLL"/> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add option="-D_DEBUG"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 muparser/fast"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="example1"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/example1" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 example1"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="example1/fast"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/example1" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 example1/fast"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="example2"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/example2" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 example2"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="example2/fast"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/example2" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 example2/fast"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="Experimental"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 Experimental"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="Nightly"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 Nightly"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="Continuous"> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option type="4"/> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 Continuous"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="t_ParserTest"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/t_ParserTest" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 t_ParserTest"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + </MakeCommands> + </Target> + <Target title="t_ParserTest/fast"> + <Option output="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/t_ParserTest" prefix_auto="0" extension_auto="0"/> + <Option working_dir="/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser"/> + <Option object_output="./"/> + <Option type="1"/> + <Option compiler="gcc"/> + <Compiler> + <Add option="-DMUPARSERLIB_EXPORTS"/> + <Add directory="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1"/> + <Add directory="/usr/local/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include"/> + <Add directory="/Library/Developer/CommandLineTools/usr/include"/> + <Add directory="/System/Library/Frameworks"/> + <Add directory="/Library/Frameworks"/> + </Compiler> + <MakeCommands> + <Build command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 t_ParserTest/fast"/> + <CompileFile command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 "$file""/> + <Clean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> + <DistClean command="/usr/bin/make -j8 -f "/Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug/muparser/Makefile" VERBOSE=1 clean"/> </MakeCommands> </Target> </Build> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/inputs/Function.cpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/Function.cpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/inputs/Function.hpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/Function.hpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/inputs/System.cpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/MonoFunction.cpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/inputs/System.hpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/MonoFunction.hpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/main.cpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/MultiFunction.cpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/AccelerableMethod.cpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/MultiFunction.hpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/AccelerableMethod.h"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/System.cpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Aitken.cpp"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/inputs/System.hpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Aitken.h"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/main.cpp"> <Option target="PCSC_final_project"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Bisection.cpp"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/samples/example1/example1.cpp"> + <Option target="example1"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Bisection.h"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/samples/example2/example2.c"> + <Option target="example2"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Chord.cpp"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParser.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Chord.h"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserBase.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/FixedPoint.cpp"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserBytecode.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/FixedPoint.h"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserCallback.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Method.cpp"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserDLL.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Method.h"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserError.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Newton.cpp"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserInt.cpp"> + <Option target="muparser"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/methods/Newton.h"> - <Option target="PCSC_final_project"/> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserTest.cpp"> + <Option target="muparser"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/src/muParserTokenReader.cpp"> + <Option target="muparser"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/test/t_ParserTest.cpp"> + <Option target="t_ParserTest"/> </Unit> - <Unit filename="C:/Users/wachi/CLionProjects/pcsc-final-project/CMakeLists.txt"> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/CMakeLists.txt"> <Option virtualFolder="CMake Files\"/> </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/CMakeLists.txt"> + <Option virtualFolder="CMake Files\muparser\"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/muparser.pc.in"> + <Option virtualFolder="CMake Files\muparser\"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/muparserConfig.cmake.in"> + <Option virtualFolder="CMake Files\muparser\"/> + </Unit> </Project> </CodeBlocks_project_file> diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log index 86d8b068..ee6779f6 100644 --- a/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Dec 01 13:06 CET +Start testing: Dec 03 20:17 CET ---------------------------------------------------------- -End testing: Dec 01 13:06 CET +End testing: Dec 03 20:17 CET diff --git a/inputs/Function.cpp b/inputs/Function.cpp index 10e01e0e..394c7a4c 100644 --- a/inputs/Function.cpp +++ b/inputs/Function.cpp @@ -1,14 +1,10 @@ #include "Function.hpp" #include <muParser.h> -Function::Function(const std::string& eq, const std::string& eq_fp, int amount_vars) - : equation(eq), fp_equation(eq_fp), - eq_parser(mu::Parser()), fp_eq_parser(mu::Parser()), amount_vars(amount_vars) { +Function::Function(const std::string& eq, int amount_vars) + : equation(eq), eq_parser(mu::Parser()), amount_vars(amount_vars) { eq_parser.SetExpr(eq); - fp_eq_parser.SetExpr(eq_fp); - - } std::string Function::getEquation() const { return equation; } diff --git a/inputs/Function.hpp b/inputs/Function.hpp index ebfd1d33..ff62e9ae 100644 --- a/inputs/Function.hpp +++ b/inputs/Function.hpp @@ -8,15 +8,13 @@ class Function{ protected: - std::string equation; - std::string fp_equation; + std::string equation; mu::Parser eq_parser; - mu::Parser fp_eq_parser; int amount_vars; - Function(const std::string& eq, const std::string& eq_fp, int amount_vars); + Function(const std::string& eq, int amount_vars); public: std::string getEquation() const; diff --git a/inputs/MonoFunction.cpp b/inputs/MonoFunction.cpp index debe89b2..5a4d6eee 100644 --- a/inputs/MonoFunction.cpp +++ b/inputs/MonoFunction.cpp @@ -3,9 +3,13 @@ MonoFunction::MonoFunction(const std::string &eq, const std::string &eq_fp, const std::string &der) - : Function(eq, eq_fp, 1){ + : Function(eq, 1){ derivative = der; + fp_equation = eq_fp; + + fp_eq_parser = mu::Parser(); + fp_eq_parser.SetExpr(eq_fp); der_parser = mu::Parser(); der_parser.SetExpr(der); @@ -28,7 +32,7 @@ double MonoFunction::fixed(double x) { double MonoFunction::der(double x) { der_parser.DefineVar("x", &x); - return fp_eq_parser.Eval(); + return der_parser.Eval(); } diff --git a/inputs/MonoFunction.hpp b/inputs/MonoFunction.hpp index 082654e7..2e4edd2f 100644 --- a/inputs/MonoFunction.hpp +++ b/inputs/MonoFunction.hpp @@ -11,6 +11,9 @@ class MonoFunction : public Function { private: + std::string fp_equation; + mu::Parser fp_eq_parser; + std::string derivative; mu::Parser der_parser; diff --git a/inputs/MultiFunction.cpp b/inputs/MultiFunction.cpp index 4deffec7..95ab1161 100644 --- a/inputs/MultiFunction.cpp +++ b/inputs/MultiFunction.cpp @@ -3,7 +3,7 @@ MultiFunction::MultiFunction(const std::string &eq, const std::vector<std::string> &der, const std::vector<std::string> &var) - : Function(eq, "", var.size()) { + : Function(eq, (int)var.size()) { if (der.size() != var.size()) { std::cerr << "Error: There was not a 1-on-1 input for variables & the derivatives" << std::endl; diff --git a/methods/AccelerableMethod.cpp b/methods/AccelerableMethod.cpp index ef860b75..ec5d8564 100644 --- a/methods/AccelerableMethod.cpp +++ b/methods/AccelerableMethod.cpp @@ -2,6 +2,6 @@ // Created by Gal on 23.11.2023. // -#include "AccelerableMethod.h" +#include "AccelerableMethod.hpp" AccelerableMethod::AccelerableMethod() = default; diff --git a/methods/AccelerableMethod.h b/methods/AccelerableMethod.hpp similarity index 95% rename from methods/AccelerableMethod.h rename to methods/AccelerableMethod.hpp index f1869e6d..ed164783 100644 --- a/methods/AccelerableMethod.h +++ b/methods/AccelerableMethod.hpp @@ -1,7 +1,7 @@ // // Created by Gal on 23.11.2023. // -#include "Method.h" +#include "Method.hpp" #include "../inputs/MonoFunction.hpp" #ifndef PCSC_FINAL_PROJECT_ACCELERABLEMETHOD_H diff --git a/methods/Aitken.cpp b/methods/Aitken.cpp index 1d87502f..81a69d8f 100644 --- a/methods/Aitken.cpp +++ b/methods/Aitken.cpp @@ -2,7 +2,7 @@ // Created by Gal on 23.11.2023. // -#include "Aitken.h" +#include "Aitken.hpp" #include<iostream> #include<cmath> Aitken::Aitken(AccelerableMethod *method): method(method) {} diff --git a/methods/Aitken.h b/methods/Aitken.hpp similarity index 69% rename from methods/Aitken.h rename to methods/Aitken.hpp index cffb66b9..1085b4cf 100644 --- a/methods/Aitken.h +++ b/methods/Aitken.hpp @@ -2,11 +2,11 @@ // Created by Gal on 23.11.2023. // -#ifndef PCSC_FINAL_PROJECT_AITKEN_H -#define PCSC_FINAL_PROJECT_AITKEN_H +#ifndef PCSC_FINAL_PROJECT_AITKEN_HPP +#define PCSC_FINAL_PROJECT_AITKEN_HPP -#include "Method.h" -#include "AccelerableMethod.h" +#include "Method.hpp" +#include "AccelerableMethod.hpp" class Aitken: public Method { @@ -19,4 +19,4 @@ private: }; -#endif //PCSC_FINAL_PROJECT_AITKEN_H +#endif //PCSC_FINAL_PROJECT_AITKEN_HPP diff --git a/methods/Bisection.cpp b/methods/Bisection.cpp index 178d157c..34dc79aa 100644 --- a/methods/Bisection.cpp +++ b/methods/Bisection.cpp @@ -2,7 +2,7 @@ // Created by Gal on 20.11.2023. // -#include "Bisection.h" +#include "Bisection.hpp" #include "../inputs/Function.hpp" #include <cmath> #include <iostream> diff --git a/methods/Bisection.h b/methods/Bisection.hpp similarity index 95% rename from methods/Bisection.h rename to methods/Bisection.hpp index 560b0efe..6ea2be68 100644 --- a/methods/Bisection.h +++ b/methods/Bisection.hpp @@ -6,7 +6,7 @@ #define PCSC_FINAL_PROJECT_BISECTION_H -#include "Method.h" +#include "Method.hpp" #include "../inputs/Function.hpp" class Bisection: public Method { diff --git a/methods/Chord.cpp b/methods/Chord.cpp index c32eb0b2..c3c80015 100644 --- a/methods/Chord.cpp +++ b/methods/Chord.cpp @@ -2,17 +2,17 @@ // Created by Gal on 20.11.2023. // -#include "Chord.h" +#include "Chord.hpp" #include <cmath> #include <iostream> Chord::Chord() = default; -Solution Chord::operator()(MonoFunction equation, std::variant<double, std::pair<double,double> > start, double stop_tol,unsigned int max_iter) { +Solution Chord::operator()(MonoFunction equation, std::variant<double, std::pair<double,double>> start_point, double stop_tol,unsigned int max_iter) { std::vector<double> x; //Vector of the iterations try{ - x=init(start); // Initialize input + x=init(start_point); // Initialize input } catch(const std::runtime_error& e ){ // If wrong input return Solution(0,false,0); diff --git a/methods/Chord.h b/methods/Chord.hpp similarity index 73% rename from methods/Chord.h rename to methods/Chord.hpp index fcdef794..d47e7f76 100644 --- a/methods/Chord.h +++ b/methods/Chord.hpp @@ -6,16 +6,19 @@ #define PCSC_FINAL_PROJECT_CHORD_H -#include "Method.h" +#include "Method.hpp" #include "../inputs/MonoFunction.hpp" -#include "AccelerableMethod.h" +#include "AccelerableMethod.hpp" class Chord: public AccelerableMethod { public: //Constructor Chord(); //Methods - Solution operator()(MonoFunction equation, std::variant<double, std::pair<double,double> >, double stop_tol, unsigned int max_iter) override; + Solution operator()(MonoFunction equation, std::variant<double, std::pair<double,double>> start_point, double stop_tol, unsigned int max_iter) override; + +private: + friend class Aitken; void step(MonoFunction &equation, std::vector<double> &x) override; std::vector<double> init(std::variant<double, std::pair<double,double> > start) override; }; diff --git a/methods/FixedPoint.cpp b/methods/FixedPoint.cpp index 79350fb6..91b4e468 100644 --- a/methods/FixedPoint.cpp +++ b/methods/FixedPoint.cpp @@ -2,7 +2,7 @@ // Created by wachi on 21.11.2023. // -#include "FixedPoint.h" +#include "FixedPoint.hpp" #include <cmath> #include <iostream> FixedPoint::FixedPoint() = default; diff --git a/methods/FixedPoint.h b/methods/FixedPoint.hpp similarity index 75% rename from methods/FixedPoint.h rename to methods/FixedPoint.hpp index 2ac23092..5b034a9d 100644 --- a/methods/FixedPoint.h +++ b/methods/FixedPoint.hpp @@ -2,13 +2,13 @@ // Created by Gal on 21.11.2023. // -#ifndef PCSC_FINAL_PROJECT_FIXEDPOINT_H -#define PCSC_FINAL_PROJECT_FIXEDPOINT_H +#ifndef PCSC_FINAL_PROJECT_FIXEDPOINT_HPP +#define PCSC_FINAL_PROJECT_FIXEDPOINT_HPP -#include "Method.h" +#include "Method.hpp" #include "../inputs/MonoFunction.hpp" -#include "AccelerableMethod.h" +#include "AccelerableMethod.hpp" class FixedPoint: public AccelerableMethod { public: @@ -23,4 +23,4 @@ private: }; -#endif //PCSC_FINAL_PROJECT_FIXEDPOINT_H +#endif //PCSC_FINAL_PROJECT_FIXEDPOINT_HPP diff --git a/methods/Method.cpp b/methods/Method.cpp index e36f9a9c..0cce1249 100644 --- a/methods/Method.cpp +++ b/methods/Method.cpp @@ -2,7 +2,7 @@ // Created by Gal on 20.11.2023. // -#include "Method.h" +#include "Method.hpp" #include <cmath> Method::Method() = default; diff --git a/methods/Method.h b/methods/Method.hpp similarity index 72% rename from methods/Method.h rename to methods/Method.hpp index 8e723d99..e76e210b 100644 --- a/methods/Method.h +++ b/methods/Method.hpp @@ -2,13 +2,13 @@ // Created by Gal on 20.11.2023. // -#ifndef PCSC_FINAL_PROJECT_METHOD_H -#define PCSC_FINAL_PROJECT_METHOD_H +#ifndef PCSC_FINAL_PROJECT_METHOD_HPP +#define PCSC_FINAL_PROJECT_METHOD_HPP #include<variant> #include <vector> #include <utility> -#include "../outputs/Solution.h" +#include "../outputs/Solution.hpp" #include "../inputs/Function.hpp" #include "../inputs/System.hpp" #include "../inputs/MonoFunction.hpp" @@ -21,4 +21,4 @@ public: }; -#endif //PCSC_FINAL_PROJECT_METHOD_H +#endif //PCSC_FINAL_PROJECT_METHOD_HPP diff --git a/methods/Newton.cpp b/methods/Newton.cpp index 5deb27b8..11cce7ff 100644 --- a/methods/Newton.cpp +++ b/methods/Newton.cpp @@ -2,7 +2,7 @@ // Created by Gal on 20.11.2023. // -#include "Newton.h" +#include "Newton.hpp" #include <cmath> #include <iostream> #include <stdexcept> @@ -27,6 +27,7 @@ Solution Newton::operator()(MonoFunction equation, std::variant<double, std::pai for(i=1;i<max_iter && !converged ;i++){ // While didn't converge and under max iterations try{ + this->step(equation,x); // Iterate one step } catch(const std::runtime_error& e ){ // If wrong input @@ -34,7 +35,8 @@ Solution Newton::operator()(MonoFunction equation, std::variant<double, std::pai return Solution(0,false,i); } - converged = std::abs(x[i]-x[i-1]) < stop_tol;//test convergence + converged = std::abs(x[i]-x[i-1]) < stop_tol; //test convergence + } return Solution(x.back(),converged,i); @@ -56,6 +58,7 @@ std::vector<double> Newton::init(std::variant<double, std::pair<double,double> > void Newton::step(MonoFunction &equation, std::vector<double> &x){ // Does one iteration double der = equation.der(x.back()); + if(der==0){ // To avoid division by 0 throw std::runtime_error("Derivative equal to 0"); } diff --git a/methods/Newton.h b/methods/Newton.hpp similarity index 75% rename from methods/Newton.h rename to methods/Newton.hpp index de9c313f..c0015ce1 100644 --- a/methods/Newton.h +++ b/methods/Newton.hpp @@ -2,13 +2,13 @@ // Created by Gal on 20.11.2023. // -#ifndef PCSC_FINAL_PROJECT_NEWTON_H -#define PCSC_FINAL_PROJECT_NEWTON_H +#ifndef PCSC_FINAL_PROJECT_NEWTON_HPP +#define PCSC_FINAL_PROJECT_NEWTON_HPP #include <vector> -#include "AccelerableMethod.h" -#include "Aitken.h" +#include "AccelerableMethod.hpp" +#include "Aitken.hpp" #include "../inputs/MonoFunction.hpp" class Newton: public AccelerableMethod { @@ -23,4 +23,4 @@ private: }; -#endif //PCSC_FINAL_PROJECT_NEWTON_H +#endif //PCSC_FINAL_PROJECT_NEWTON_HPP diff --git a/outputs/Solution.cpp b/outputs/Solution.cpp index a97fa946..213b3385 100644 --- a/outputs/Solution.cpp +++ b/outputs/Solution.cpp @@ -2,7 +2,9 @@ // Created by Gal on 20.11.2023. // -#include "Solution.h" +#include "Solution.hpp" +#include <iostream> +#include <iomanip> Solution::Solution(double root,bool converged,unsigned int iterations) : root(root), converged(converged),iterations(iterations){ @@ -19,3 +21,10 @@ bool Solution::hasConverged() const { unsigned int Solution::getIterations() const { return iterations; } + +void Solution::getSolution() const { + + if (converged){ std::cout << "This sequence converged to the solution \033[1mx = " << std::fixed << std::setprecision(20) << root << "\033[0m in " << iterations << " iterations." << "\n\n"; } + else { std::cout << "This sequence has not managed to converge to a solution after " << iterations << " iterations. \n\n"; } + +} diff --git a/outputs/Solution.h b/outputs/Solution.hpp similarity index 93% rename from outputs/Solution.h rename to outputs/Solution.hpp index ae2c2e1e..e6998f2f 100644 --- a/outputs/Solution.h +++ b/outputs/Solution.hpp @@ -14,6 +14,9 @@ public: double getRoot() const; bool hasConverged() const; unsigned int getIterations() const; + + void getSolution() const; + private: double root; bool converged; -- GitLab From d73f47d6a5a4f1610d4c0096ac6ab38efa09834f Mon Sep 17 00:00:00 2001 From: annaproost <proost.anna@gmail.com> Date: Sun, 3 Dec 2023 20:20:57 +0100 Subject: [PATCH 3/4] Build back up from back-up after Makefile problems --- CMakeLists.txt | 19 +- .../CMakeFiles/clion-Debug-log.txt | 16 +- cmake-build-debug/Makefile | 162 ++++++++++++++++++ cmake-build-debug/PCSC_final_project.cbp | 36 ++++ .../Testing/Temporary/LastTest.log | 4 +- main.cpp | 134 ++++++++++++--- 6 files changed, 328 insertions(+), 43 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eba90bc9..39cf4a1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,11 @@ cmake_minimum_required(VERSION 3.26) project(PCSC_final_project) -#include_directories(muparser_lib/include) -#link_directories(muparser_lib/include) add_subdirectory(muparser) +#option(NEWTON_ENABLED "Execute the Newton tests" ON) +#option(FIXEDPOINT_ENABLED "Execute the Fixed Point tests" OFF) +#option(CHORD_ENABLED "Execute the Chord tests" ON) set(CMAKE_CXX_STANDARD 17) @@ -14,6 +15,20 @@ add_executable(PCSC_final_project inputs/MultiFunction.cpp inputs/MonoFunction.cpp inputs/System.cpp + + methods/Method.cpp + methods/AccelerableMethod.cpp + methods/Newton.cpp + methods/FixedPoint.cpp + methods/Chord.cpp + + outputs/Solution.cpp ) target_link_libraries(PCSC_final_project PRIVATE muparser) + +#target_compile_definitions(PCSC_final_project PRIVATE +# NEWTON_ENABLED=$<BOOL:${NEWTON_ENABLED}> +# FIXEDPOINT_ENABLED=$<BOOL:${FIXEDPOINT_ENABLED}> +# CHORD_ENABLED=$<BOOL:${CHORD_ENABLED}> +#) \ No newline at end of file diff --git a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt index 8d511c88..6998ab2d 100644 --- a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt +++ b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -1,16 +1,4 @@ /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -S /Users/annaproost/CLionProjects/PCSC-final-project -B /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug --- The C compiler identification is AppleClang 15.0.0.15000040 --- The CXX compiler identification is AppleClang 15.0.0.15000040 --- Detecting C compiler ABI info --- Detecting C compiler ABI info - done --- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped --- Detecting C compile features --- Detecting C compile features - done --- Detecting CXX compiler ABI info --- Detecting CXX compiler ABI info - done --- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped --- Detecting CXX compile features --- Detecting CXX compile features - done --- Configuring done (1.6s) --- Generating done (0.2s) +-- Configuring done (0.1s) +-- Generating done (0.3s) -- Build files have been written to: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug diff --git a/cmake-build-debug/Makefile b/cmake-build-debug/Makefile index 2ee75a99..977e7d97 100644 --- a/cmake-build-debug/Makefile +++ b/cmake-build-debug/Makefile @@ -710,6 +710,150 @@ main.cpp.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/main.cpp.s .PHONY : main.cpp.s +methods/AccelerableMethod.o: methods/AccelerableMethod.cpp.o +.PHONY : methods/AccelerableMethod.o + +# target to build an object file +methods/AccelerableMethod.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/AccelerableMethod.cpp.o +.PHONY : methods/AccelerableMethod.cpp.o + +methods/AccelerableMethod.i: methods/AccelerableMethod.cpp.i +.PHONY : methods/AccelerableMethod.i + +# target to preprocess a source file +methods/AccelerableMethod.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/AccelerableMethod.cpp.i +.PHONY : methods/AccelerableMethod.cpp.i + +methods/AccelerableMethod.s: methods/AccelerableMethod.cpp.s +.PHONY : methods/AccelerableMethod.s + +# target to generate assembly for a file +methods/AccelerableMethod.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/AccelerableMethod.cpp.s +.PHONY : methods/AccelerableMethod.cpp.s + +methods/Chord.o: methods/Chord.cpp.o +.PHONY : methods/Chord.o + +# target to build an object file +methods/Chord.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/Chord.cpp.o +.PHONY : methods/Chord.cpp.o + +methods/Chord.i: methods/Chord.cpp.i +.PHONY : methods/Chord.i + +# target to preprocess a source file +methods/Chord.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/Chord.cpp.i +.PHONY : methods/Chord.cpp.i + +methods/Chord.s: methods/Chord.cpp.s +.PHONY : methods/Chord.s + +# target to generate assembly for a file +methods/Chord.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/Chord.cpp.s +.PHONY : methods/Chord.cpp.s + +methods/FixedPoint.o: methods/FixedPoint.cpp.o +.PHONY : methods/FixedPoint.o + +# target to build an object file +methods/FixedPoint.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/FixedPoint.cpp.o +.PHONY : methods/FixedPoint.cpp.o + +methods/FixedPoint.i: methods/FixedPoint.cpp.i +.PHONY : methods/FixedPoint.i + +# target to preprocess a source file +methods/FixedPoint.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/FixedPoint.cpp.i +.PHONY : methods/FixedPoint.cpp.i + +methods/FixedPoint.s: methods/FixedPoint.cpp.s +.PHONY : methods/FixedPoint.s + +# target to generate assembly for a file +methods/FixedPoint.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/FixedPoint.cpp.s +.PHONY : methods/FixedPoint.cpp.s + +methods/Method.o: methods/Method.cpp.o +.PHONY : methods/Method.o + +# target to build an object file +methods/Method.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/Method.cpp.o +.PHONY : methods/Method.cpp.o + +methods/Method.i: methods/Method.cpp.i +.PHONY : methods/Method.i + +# target to preprocess a source file +methods/Method.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/Method.cpp.i +.PHONY : methods/Method.cpp.i + +methods/Method.s: methods/Method.cpp.s +.PHONY : methods/Method.s + +# target to generate assembly for a file +methods/Method.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/Method.cpp.s +.PHONY : methods/Method.cpp.s + +methods/Newton.o: methods/Newton.cpp.o +.PHONY : methods/Newton.o + +# target to build an object file +methods/Newton.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/Newton.cpp.o +.PHONY : methods/Newton.cpp.o + +methods/Newton.i: methods/Newton.cpp.i +.PHONY : methods/Newton.i + +# target to preprocess a source file +methods/Newton.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/Newton.cpp.i +.PHONY : methods/Newton.cpp.i + +methods/Newton.s: methods/Newton.cpp.s +.PHONY : methods/Newton.s + +# target to generate assembly for a file +methods/Newton.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/methods/Newton.cpp.s +.PHONY : methods/Newton.cpp.s + +outputs/Solution.o: outputs/Solution.cpp.o +.PHONY : outputs/Solution.o + +# target to build an object file +outputs/Solution.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/outputs/Solution.cpp.o +.PHONY : outputs/Solution.cpp.o + +outputs/Solution.i: outputs/Solution.cpp.i +.PHONY : outputs/Solution.i + +# target to preprocess a source file +outputs/Solution.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/outputs/Solution.cpp.i +.PHONY : outputs/Solution.cpp.i + +outputs/Solution.s: outputs/Solution.cpp.s +.PHONY : outputs/Solution.s + +# target to generate assembly for a file +outputs/Solution.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/PCSC_final_project.dir/build.make CMakeFiles/PCSC_final_project.dir/outputs/Solution.cpp.s +.PHONY : outputs/Solution.cpp.s + # Help Target help: @echo "The following are some of the valid targets for this Makefile:" @@ -770,6 +914,24 @@ help: @echo "... main.o" @echo "... main.i" @echo "... main.s" + @echo "... methods/AccelerableMethod.o" + @echo "... methods/AccelerableMethod.i" + @echo "... methods/AccelerableMethod.s" + @echo "... methods/Chord.o" + @echo "... methods/Chord.i" + @echo "... methods/Chord.s" + @echo "... methods/FixedPoint.o" + @echo "... methods/FixedPoint.i" + @echo "... methods/FixedPoint.s" + @echo "... methods/Method.o" + @echo "... methods/Method.i" + @echo "... methods/Method.s" + @echo "... methods/Newton.o" + @echo "... methods/Newton.i" + @echo "... methods/Newton.s" + @echo "... outputs/Solution.o" + @echo "... outputs/Solution.i" + @echo "... outputs/Solution.s" .PHONY : help diff --git a/cmake-build-debug/PCSC_final_project.cbp b/cmake-build-debug/PCSC_final_project.cbp index 5f0aa4a2..a84b644c 100644 --- a/cmake-build-debug/PCSC_final_project.cbp +++ b/cmake-build-debug/PCSC_final_project.cbp @@ -367,6 +367,36 @@ <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/main.cpp"> <Option target="PCSC_final_project"/> </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/methods/AccelerableMethod.cpp"> + <Option target="PCSC_final_project"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/methods/AccelerableMethod.hpp"> + <Option target="PCSC_final_project"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/methods/Chord.cpp"> + <Option target="PCSC_final_project"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/methods/Chord.hpp"> + <Option target="PCSC_final_project"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/methods/FixedPoint.cpp"> + <Option target="PCSC_final_project"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/methods/FixedPoint.hpp"> + <Option target="PCSC_final_project"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/methods/Method.cpp"> + <Option target="PCSC_final_project"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/methods/Method.hpp"> + <Option target="PCSC_final_project"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/methods/Newton.cpp"> + <Option target="PCSC_final_project"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/methods/Newton.hpp"> + <Option target="PCSC_final_project"/> + </Unit> <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/samples/example1/example1.cpp"> <Option target="example1"/> </Unit> @@ -403,6 +433,12 @@ <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/muparser/test/t_ParserTest.cpp"> <Option target="t_ParserTest"/> </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/outputs/Solution.cpp"> + <Option target="PCSC_final_project"/> + </Unit> + <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/outputs/Solution.hpp"> + <Option target="PCSC_final_project"/> + </Unit> <Unit filename="/Users/annaproost/CLionProjects/PCSC-final-project/CMakeLists.txt"> <Option virtualFolder="CMake Files\"/> </Unit> diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log index ee6779f6..3f3fd6e0 100644 --- a/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Dec 03 20:17 CET +Start testing: Dec 03 20:20 CET ---------------------------------------------------------- -End testing: Dec 03 20:17 CET +End testing: Dec 03 20:20 CET diff --git a/main.cpp b/main.cpp index d2df183f..0ec8cb24 100644 --- a/main.cpp +++ b/main.cpp @@ -1,42 +1,126 @@ #include <iostream> -//#include "inputs/Function.hpp" +#include <iomanip> + #include "inputs/MonoFunction.hpp" #include "inputs/MultiFunction.hpp" #include "inputs/System.hpp" -int main() { +#include "methods/Newton.hpp" +#include "methods/FixedPoint.hpp" +#include "methods/Chord.hpp" + +void PrintInputs(const std::string& eq, const double& x0, const double& precision) { std::cout << "\033[1m"<< eq <<"\033[0m —— we use \033[1mx0 = " << std::fixed << std::setprecision(2) << x0 << "\033[0m and " << std::scientific << std::setprecision(0) << "\033[1m" << precision << "\033[0m as the stop criterium \n"; } +void PrintInputs(const std::string& eq, const std::pair<double, double> start_point, const double& precision) { std::cout << "\033[1m"<< eq <<"\033[0m —— we use \033[1m(x0,x1) = (" << std::fixed << std::setprecision(2) << start_point.first <<" , " << start_point.second << ")\033[0m and " << std::scientific << std::setprecision(0) << "\033[1m" << precision << "\033[0m as the stop criterium \n"; } + + +void NewtonMethod(const std::string& eq, const std::string& der, double start_point, double stop_tol = 1e-10, int max_iter = 100) { + + // let's find the root of x^2 = 612, with an initial guess of x0 = 10 + + MonoFunction Eq(eq, "", der); + PrintInputs("f(x) = " + eq, start_point, stop_tol); + // now let us initialise the Newton method + + Newton NewtonMethod; + Solution root = NewtonMethod(Eq, start_point, stop_tol, max_iter) ; + + // real root : 24.73863375370596329892846 + root.getSolution(); + +} + +void FixedPointMethod(const std::string& eq, const std::string& fp, double start_point, double stop_tol = 1e-10, int max_iter = 100) { + + // let's find the root of x^2 = 612, with an initial guess of x0 = 10 + + MonoFunction Eq(eq, fp, ""); + PrintInputs("f(x) = " + eq, start_point, stop_tol); + // now let us initialise the Newton method + + FixedPoint FixedPointMethod; + Solution root = FixedPointMethod(Eq, start_point, stop_tol, max_iter) ; + + // real root : 24.73863375370596329892846 + root.getSolution(); + +} + +void ChordMethod(const std::string& eq, std::pair<double, double> start_point, double stop_tol = 1e-10, int max_iter = 100) { + + // let's find the root of x^2 = 612, with an initial guess of x0 = 10 + + MonoFunction Eq(eq, "", ""); + PrintInputs("f(x) = " + eq, start_point, stop_tol); + // now let us initialise the Newton method + + Chord ChordMethod; + Solution root = ChordMethod(Eq, start_point, stop_tol, max_iter) ; + + // real root : 24.73863375370596329892846 + root.getSolution(); - /* - MonoFunction new_Monofunction("x^2 + 2", "- 2 / x", "2 * x"); - std::cout << new_Monofunction.getEquation()<< "\n"; - std::cout << new_Monofunction.getFixedPointEquation()<< "\n"; +} + + + + +void NewtonMethods() { + + std::cout << " \n ————— NEWTON METHOD FOR FUNCTIONS WITH ONLY 1 VARIABLE ————— \n \n"; + + NewtonMethod("x^2 - 612", "2 * x", 1.0); + NewtonMethod("cos(x) - x^3", "-sin(x) - 3 * x^2", 0.5, 1e-15); + NewtonMethod("x^2 - 2", "2 * x", 1.0); + NewtonMethod("x/(1+x^2)", "(1-x^2)/((1+x^2)^2)", 0.1, 1e-15, 100); + + // the next methods should not have converged for the chosen start_point values + NewtonMethod("x^(1/3)", "(1/3) * x^(-2/3)", 0.1, 1e-2, 100); + NewtonMethod("x/(1+x^2)", "(1-x^2)/((1+x^2)^2)", 0.7, 1e-5, 100); +} - std::cout << new_Monofunction.getDerivative()<< "\n"; - MultiFunction new_Multifunction("x^2 + y + 2", {"x + 2", "y"}, {"x", "y"}); - std::cout << new_Multifunction.getEquation()<< "\n"; - std::cout << new_Multifunction.getDerivative()[0] << "\n"; +void FixedPointMethods() { - std::cout << new_Monofunction(2)<< "\n"; - std::cout << new_Multifunction({"x", "y"}, {1, 2})<< "\n"; - //std::cout << new_function.fixed(2)<< "\n"; + std::cout << " \n ————— FIXED POINT METHOD FOR FUNCTIONS WITH ONLY 1 VARIABLE ————— \n \n"; - std::cout << new_Multifunction.der({"x", "y"}, {1, 2})[0] << "\n"; - std::cout << new_Multifunction.der({"x", "y"}, {1, 2})[1] << "\n"; -*/ + FixedPointMethod("x^4 - x - 10", "(x+10)^(1/4)", 1.0); + FixedPointMethod("cos(x) - (x * exp(x))", "cos(x)/exp(x)", 2.0, 1e-10, 150); + FixedPointMethod("x - sin(x) - (1/2)", "sin(x) + (1/2)", 2.0); // finds the root of x = sin(x) + (1/2), with an initial guess of x0 = 2.0 + + // the next method should not have converged for the chosen fixed point equation + FixedPointMethod("x^4 - x - 10", "10/(x^3-1)", 2.0, 1e-15, 50); + + // the next method should not have converged for the chosen max_iter & stop_tol + FixedPointMethod("x^4 - x - 10", "sqrt(x+10)/x", 1.8, 1e-5, 100); +} - MultiFunction Mf_1("x^2 + 2*y", {"2*x", "2"}, {"x", "y"}); - MultiFunction Mf_2("x*y + 1", {"y", "x"}, {"x", "y"}); - System sys({Mf_1, Mf_2}); - std::cout << sys.getEquation(0)<< "\n"; - std::cout << sys.getDerivative(0)[0] << " " << sys.getDerivative(0)[1] << "\n"; +void ChordMethods() { + + std::cout << " \n ————— CHORD METHOD FOR FUNCTIONS WITH ONLY 1 VARIABLE ————— \n \n"; + + ChordMethod("x^2 - 612", std::make_pair(100.0, 30.0), 1e-10, 100); + ChordMethod("x^3 - x - 1", std::make_pair(1.0, 2.0), 1e-10, 200); + ChordMethod("exp(-x) - x", std::make_pair(0.0, 1.0), 1e-10, 200); + + // the next method should not have converged for the chosen start_points values + ChordMethod("log(x)", std::make_pair(0.5, 5.0), 1e-10, 50); + +} + + + +int main() { + + // TESTS for Newton Method convergence OK + // OK tests for divergence + // TODO : tests for Aitken + - std::cout << sys.getEquation(1)<< "\n"; - std::cout << sys.getDerivative(1)[0] << " " << sys.getDerivative(1)[1] << "\n"; + NewtonMethods(); + FixedPointMethods(); + ChordMethods(); - for (int i = 0; i < 2; ++i) { for (int j = 0; j < 2; ++j) { std::cout << sys.getDerivatives()[i][j] << "\n";}} - for (int i = 0; i < 2; ++i) { for (int j = 0; j < 2; ++j) { std::cout << sys.der({"x", "y"}, {1, 2})[i][j] << "\n";}} } -- GitLab From 7af7482d872d8332f3e3e6a17eb668fd0e846933 Mon Sep 17 00:00:00 2001 From: annaproost <proost.anna@gmail.com> Date: Sun, 3 Dec 2023 20:31:33 +0100 Subject: [PATCH 4/4] Build back up from back-up after Makefile problems --- cmake-build-debug/CMakeFiles/clion-Debug-log.txt | 2 +- cmake-build-debug/Testing/Temporary/LastTest.log | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt index 6998ab2d..ffd7395a 100644 --- a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt +++ b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -1,4 +1,4 @@ /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -S /Users/annaproost/CLionProjects/PCSC-final-project -B /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug -- Configuring done (0.1s) --- Generating done (0.3s) +-- Generating done (0.4s) -- Build files have been written to: /Users/annaproost/CLionProjects/PCSC-final-project/cmake-build-debug diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log index 3f3fd6e0..004eeab7 100644 --- a/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Dec 03 20:20 CET +Start testing: Dec 03 20:31 CET ---------------------------------------------------------- -End testing: Dec 03 20:20 CET +End testing: Dec 03 20:31 CET -- GitLab