Ticket #68507: CMakeConfigureLog.txt

File CMakeConfigureLog.txt, 199.6 KB (added by barracuda156, 7 months ago)
Line 
1
2---
3events:
4  -
5    kind: "message-v1"
6    backtrace:
7      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:233 (message)"
8      - "CMakeLists.txt:20 (project)"
9    message: |
10      The system is: Darwin - 23.0.0 - arm64
11  -
12    kind: "message-v1"
13    backtrace:
14      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
15      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
16      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
17      - "CMakeLists.txt:20 (project)"
18    message: |
19      Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
20      Compiler: /usr/bin/clang++
21      Build flags: -pipe;-I/opt/local/libexec/boost/1.81/include;-Os;-DNDEBUG;-I/opt/local/libexec/boost/1.81/include;-I/opt/local/include;-stdlib=libc++;-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
22      Id flags: 
23     
24      The output was:
25      0
26     
27     
28      Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
29     
30      The CXX compiler identification is AppleClang, found in:
31        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/3.28.0-rc1/CompilerIdCXX/a.out
32     
33  -
34    kind: "message-v1"
35    backtrace:
36      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
37      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
38      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
39      - "CMakeLists.txt:20 (project)"
40    message: |
41      Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
42      Compiler: /usr/bin/clang
43      Build flags: -pipe;-Os;-DNDEBUG;-I/opt/local/libexec/boost/1.81/include;-I/opt/local/include;-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk
44      Id flags: 
45     
46      The output was:
47      0
48     
49     
50      Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
51     
52      The C compiler identification is AppleClang, found in:
53        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/3.28.0-rc1/CompilerIdC/a.out
54     
55  -
56    kind: "message-v1"
57    backtrace:
58      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:1144 (message)"
59      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineASMCompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)"
60      - "CMakeLists.txt:20 (project)"
61    message: |
62      Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
63      Apple clang version 15.0.0 (clang-1500.0.40.1)
64      Target: arm64-apple-darwin23.0.0
65      Thread model: posix
66      InstalledDir: /Library/Developer/CommandLineTools/usr/bin
67  -
68    kind: "message-v1"
69    backtrace:
70      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:1131 (message)"
71      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineASMCompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)"
72      - "CMakeLists.txt:20 (project)"
73    message: |
74      Checking whether the ASM compiler is AppleClang using "--version" matched "(Apple (clang|LLVM) version)":
75      Apple clang version 15.0.0 (clang-1500.0.40.1)
76      Target: arm64-apple-darwin23.0.0
77      Thread model: posix
78      InstalledDir: /Library/Developer/CommandLineTools/usr/bin
79  -
80    kind: "try_compile-v1"
81    backtrace:
82      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)"
83      - "/opt/local/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
84      - "CMakeLists.txt:20 (project)"
85    checks:
86      - "Detecting CXX compiler ABI info"
87    directories:
88      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-0teRr3"
89      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-0teRr3"
90    cmakeVariables:
91      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
92      CMAKE_CXX_FLAGS_DEBUG: "-g"
93      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
94      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules"
95      CMAKE_OSX_ARCHITECTURES: "arm64"
96      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
97      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
98      CMAKE_WARN_DEPRECATED: "FALSE"
99    buildResult:
100      variable: "CMAKE_CXX_ABI_COMPILED"
101      cached: true
102      stdout: |
103        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-0teRr3'
104       
105        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_633fb/fast
106        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_633fb.dir/build.make CMakeFiles/cmTC_633fb.dir/build
107        Building CXX object CMakeFiles/cmTC_633fb.dir/CMakeCXXCompilerABI.cpp.o
108        /usr/bin/clang++   -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -v -Wl,-v -MD -MT CMakeFiles/cmTC_633fb.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_633fb.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_633fb.dir/CMakeCXXCompilerABI.cpp.o -c /opt/local/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp
109        Apple clang version 15.0.0 (clang-1500.0.40.1)
110        Target: arm64-apple-darwin23.0.0
111        Thread model: posix
112        InstalledDir: /Library/Developer/CommandLineTools/usr/bin
113        clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
114        clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin23.0.0
115        ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/local/include"
116        ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/Library/Frameworks"
117        ignoring duplicate directory "/opt/local/libexec/boost/1.81/include"
118        ignoring duplicate directory "/opt/local/libexec/boost/1.81/include"
119        ignoring duplicate directory "/opt/local/include"
120        #include "..." search starts here:
121        #include <...> search starts here:
122         /opt/local/libexec/boost/1.81/include
123         /opt/local/include
124         /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1
125         /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include
126         /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include
127         /Library/Developer/CommandLineTools/usr/include
128         /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks (framework directory)
129        End of search list.
130        Linking CXX executable cmTC_633fb
131        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_633fb.dir/link.txt --verbose=1
132        /usr/bin/clang++ -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -v -Wl,-v CMakeFiles/cmTC_633fb.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_633fb
133        Apple clang version 15.0.0 (clang-1500.0.40.1)
134        Target: arm64-apple-darwin23.0.0
135        Thread model: posix
136        InstalledDir: /Library/Developer/CommandLineTools/usr/bin
137        @(#)PROGRAM:ld  PROJECT:dyld-1015.7
138        BUILD 18:48:48 Aug 22 2023
139        configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
140        will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em
141        LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
142        TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.0.12.3)
143        Library search paths:
144                /opt/local/libexec/boost/1.81/lib
145                /opt/local/lib
146                /opt/local/lib
147        Framework search paths:
148       
149      exitCode: 0
150  -
151    kind: "message-v1"
152    backtrace:
153      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:127 (message)"
154      - "/opt/local/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
155      - "CMakeLists.txt:20 (project)"
156    message: |
157      Parsed CXX implicit include dir info: rv=done
158        found start of include info
159        found start of implicit include info
160          add: [/opt/local/libexec/boost/1.81/include]
161          add: [/opt/local/include]
162          add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1]
163          add: [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include]
164          add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include]
165          add: [/Library/Developer/CommandLineTools/usr/include]
166        end of search list found
167        collapse include dir [/opt/local/libexec/boost/1.81/include] ==> [/opt/local/libexec/boost/1.81/include]
168        collapse include dir [/opt/local/include] ==> [/opt/local/include]
169        collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1]
170        collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include]
171        collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include]
172        collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include]
173        implicit include dirs: [/opt/local/libexec/boost/1.81/include;/opt/local/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include]
174     
175     
176  -
177    kind: "message-v1"
178    backtrace:
179      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:159 (message)"
180      - "/opt/local/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
181      - "CMakeLists.txt:20 (project)"
182    message: |
183      Parsed CXX implicit link information:
184        link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
185        ignore line: [Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-0teRr3']
186        ignore line: []
187        ignore line: [Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_633fb/fast]
188        ignore line: [/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_633fb.dir/build.make CMakeFiles/cmTC_633fb.dir/build]
189        ignore line: [Building CXX object CMakeFiles/cmTC_633fb.dir/CMakeCXXCompilerABI.cpp.o]
190        ignore line: [/usr/bin/clang++   -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -v -Wl -v -MD -MT CMakeFiles/cmTC_633fb.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_633fb.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_633fb.dir/CMakeCXXCompilerABI.cpp.o -c /opt/local/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp]
191        ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)]
192        ignore line: [Target: arm64-apple-darwin23.0.0]
193        ignore line: [Thread model: posix]
194        ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
195        ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
196        ignore line: [clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin23.0.0]
197        ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/local/include"]
198        ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/Library/Frameworks"]
199        ignore line: [ignoring duplicate directory "/opt/local/libexec/boost/1.81/include"]
200        ignore line: [ignoring duplicate directory "/opt/local/libexec/boost/1.81/include"]
201        ignore line: [ignoring duplicate directory "/opt/local/include"]
202        ignore line: [#include "..." search starts here:]
203        ignore line: [#include <...> search starts here:]
204        ignore line: [ /opt/local/libexec/boost/1.81/include]
205        ignore line: [ /opt/local/include]
206        ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1]
207        ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include]
208        ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include]
209        ignore line: [ /Library/Developer/CommandLineTools/usr/include]
210        ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks (framework directory)]
211        ignore line: [End of search list.]
212        ignore line: [Linking CXX executable cmTC_633fb]
213        ignore line: [/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_633fb.dir/link.txt --verbose=1]
214        ignore line: [/usr/bin/clang++ -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl -search_paths_first -Wl -headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl -headerpad_max_install_names -Wl -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -v -Wl -v CMakeFiles/cmTC_633fb.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_633fb ]
215        ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)]
216        ignore line: [Target: arm64-apple-darwin23.0.0]
217        ignore line: [Thread model: posix]
218        ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
219        ignore line: [@(#)PROGRAM:ld  PROJECT:dyld-1015.7]
220        ignore line: [BUILD 18:48:48 Aug 22 2023]
221        ignore line: [configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em]
222        ignore line: [will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em]
223        ignore line: [LTO support using: LLVM version 15.0.0 (static support for 29  runtime is 29)]
224        ignore line: [TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.0.12.3)]
225        ignore line: [Library search paths:]
226        ignore line: [  /opt/local/libexec/boost/1.81/lib]
227        ignore line: [  /opt/local/lib]
228        ignore line: [  /opt/local/lib]
229        ignore line: [Framework search paths:]
230        ignore line: []
231        ignore line: []
232        Library search paths: [;/opt/local/libexec/boost/1.81/lib;/opt/local/lib;/opt/local/lib]
233        collapse library dir [/opt/local/libexec/boost/1.81/lib] ==> [/opt/local/libexec/boost/1.81/lib]
234        collapse library dir [/opt/local/lib] ==> [/opt/local/lib]
235        collapse library dir [/opt/local/lib] ==> [/opt/local/lib]
236        implicit libs: []
237        implicit objs: []
238        implicit dirs: [/opt/local/libexec/boost/1.81/lib;/opt/local/lib]
239        implicit fwks: []
240     
241     
242  -
243    kind: "try_compile-v1"
244    backtrace:
245      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)"
246      - "/opt/local/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
247      - "CMakeLists.txt:20 (project)"
248    checks:
249      - "Detecting C compiler ABI info"
250    directories:
251      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-rToQTW"
252      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-rToQTW"
253    cmakeVariables:
254      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
255      CMAKE_C_FLAGS_DEBUG: "-g"
256      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
257      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules"
258      CMAKE_OSX_ARCHITECTURES: "arm64"
259      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
260      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
261      CMAKE_WARN_DEPRECATED: "FALSE"
262    buildResult:
263      variable: "CMAKE_C_ABI_COMPILED"
264      cached: true
265      stdout: |
266        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-rToQTW'
267       
268        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1d8b5/fast
269        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_1d8b5.dir/build.make CMakeFiles/cmTC_1d8b5.dir/build
270        Building C object CMakeFiles/cmTC_1d8b5.dir/CMakeCCompilerABI.c.o
271        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -v -Wl,-v -MD -MT CMakeFiles/cmTC_1d8b5.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_1d8b5.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_1d8b5.dir/CMakeCCompilerABI.c.o -c /opt/local/share/cmake-3.28/Modules/CMakeCCompilerABI.c
272        Apple clang version 15.0.0 (clang-1500.0.40.1)
273        Target: arm64-apple-darwin23.0.0
274        Thread model: posix
275        InstalledDir: /Library/Developer/CommandLineTools/usr/bin
276        clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
277        clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin23.0.0
278        ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/local/include"
279        ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/Library/Frameworks"
280        ignoring duplicate directory "/opt/local/libexec/boost/1.81/include"
281        ignoring duplicate directory "/opt/local/include"
282        #include "..." search starts here:
283        #include <...> search starts here:
284         /opt/local/libexec/boost/1.81/include
285         /opt/local/include
286         /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include
287         /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include
288         /Library/Developer/CommandLineTools/usr/include
289         /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks (framework directory)
290        End of search list.
291        Linking C executable cmTC_1d8b5
292        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d8b5.dir/link.txt --verbose=1
293        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -v -Wl,-v CMakeFiles/cmTC_1d8b5.dir/CMakeCCompilerABI.c.o -o cmTC_1d8b5
294        Apple clang version 15.0.0 (clang-1500.0.40.1)
295        Target: arm64-apple-darwin23.0.0
296        Thread model: posix
297        InstalledDir: /Library/Developer/CommandLineTools/usr/bin
298        @(#)PROGRAM:ld  PROJECT:dyld-1015.7
299        BUILD 18:48:48 Aug 22 2023
300        configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
301        will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em
302        LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
303        TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.0.12.3)
304        Library search paths:
305                /opt/local/libexec/boost/1.81/lib
306                /opt/local/lib
307                /opt/local/lib
308        Framework search paths:
309       
310      exitCode: 0
311  -
312    kind: "message-v1"
313    backtrace:
314      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:127 (message)"
315      - "/opt/local/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
316      - "CMakeLists.txt:20 (project)"
317    message: |
318      Parsed C implicit include dir info: rv=done
319        found start of include info
320        found start of implicit include info
321          add: [/opt/local/libexec/boost/1.81/include]
322          add: [/opt/local/include]
323          add: [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include]
324          add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include]
325          add: [/Library/Developer/CommandLineTools/usr/include]
326        end of search list found
327        collapse include dir [/opt/local/libexec/boost/1.81/include] ==> [/opt/local/libexec/boost/1.81/include]
328        collapse include dir [/opt/local/include] ==> [/opt/local/include]
329        collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include]
330        collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include]
331        collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include]
332        implicit include dirs: [/opt/local/libexec/boost/1.81/include;/opt/local/include;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include]
333     
334     
335  -
336    kind: "message-v1"
337    backtrace:
338      - "/opt/local/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:159 (message)"
339      - "/opt/local/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
340      - "CMakeLists.txt:20 (project)"
341    message: |
342      Parsed C implicit link information:
343        link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
344        ignore line: [Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-rToQTW']
345        ignore line: []
346        ignore line: [Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1d8b5/fast]
347        ignore line: [/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_1d8b5.dir/build.make CMakeFiles/cmTC_1d8b5.dir/build]
348        ignore line: [Building C object CMakeFiles/cmTC_1d8b5.dir/CMakeCCompilerABI.c.o]
349        ignore line: [/usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0   -v -Wl -v -MD -MT CMakeFiles/cmTC_1d8b5.dir/CMakeCCompilerABI.c.o -MF CMakeFiles/cmTC_1d8b5.dir/CMakeCCompilerABI.c.o.d -o CMakeFiles/cmTC_1d8b5.dir/CMakeCCompilerABI.c.o -c /opt/local/share/cmake-3.28/Modules/CMakeCCompilerABI.c]
350        ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)]
351        ignore line: [Target: arm64-apple-darwin23.0.0]
352        ignore line: [Thread model: posix]
353        ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
354        ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
355        ignore line: [clang -cc1 version 15.0.0 (clang-1500.0.40.1) default target arm64-apple-darwin23.0.0]
356        ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/local/include"]
357        ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/Library/Frameworks"]
358        ignore line: [ignoring duplicate directory "/opt/local/libexec/boost/1.81/include"]
359        ignore line: [ignoring duplicate directory "/opt/local/include"]
360        ignore line: [#include "..." search starts here:]
361        ignore line: [#include <...> search starts here:]
362        ignore line: [ /opt/local/libexec/boost/1.81/include]
363        ignore line: [ /opt/local/include]
364        ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include]
365        ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include]
366        ignore line: [ /Library/Developer/CommandLineTools/usr/include]
367        ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks (framework directory)]
368        ignore line: [End of search list.]
369        ignore line: [Linking C executable cmTC_1d8b5]
370        ignore line: [/opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d8b5.dir/link.txt --verbose=1]
371        ignore line: [/usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl -search_paths_first -Wl -headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl -headerpad_max_install_names -Wl -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -v -Wl -v CMakeFiles/cmTC_1d8b5.dir/CMakeCCompilerABI.c.o -o cmTC_1d8b5 ]
372        ignore line: [Apple clang version 15.0.0 (clang-1500.0.40.1)]
373        ignore line: [Target: arm64-apple-darwin23.0.0]
374        ignore line: [Thread model: posix]
375        ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
376        ignore line: [@(#)PROGRAM:ld  PROJECT:dyld-1015.7]
377        ignore line: [BUILD 18:48:48 Aug 22 2023]
378        ignore line: [configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em]
379        ignore line: [will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em]
380        ignore line: [LTO support using: LLVM version 15.0.0 (static support for 29  runtime is 29)]
381        ignore line: [TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.0.12.3)]
382        ignore line: [Library search paths:]
383        ignore line: [  /opt/local/libexec/boost/1.81/lib]
384        ignore line: [  /opt/local/lib]
385        ignore line: [  /opt/local/lib]
386        ignore line: [Framework search paths:]
387        ignore line: []
388        ignore line: []
389        Library search paths: [;/opt/local/libexec/boost/1.81/lib;/opt/local/lib;/opt/local/lib]
390        collapse library dir [/opt/local/libexec/boost/1.81/lib] ==> [/opt/local/libexec/boost/1.81/lib]
391        collapse library dir [/opt/local/lib] ==> [/opt/local/lib]
392        collapse library dir [/opt/local/lib] ==> [/opt/local/lib]
393        implicit libs: []
394        implicit objs: []
395        implicit dirs: [/opt/local/libexec/boost/1.81/lib;/opt/local/lib]
396        implicit fwks: []
397     
398     
399  -
400    kind: "try_compile-v1"
401    backtrace:
402      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
403      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
404      - "CMakeLists.txt:356 (check_cxx_source_compiles)"
405    checks:
406      - "Performing Test HAVE_CRAYXE"
407    directories:
408      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-hIQhMP"
409      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-hIQhMP"
410    cmakeVariables:
411      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
412      CMAKE_CXX_FLAGS_DEBUG: "-g"
413      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
414      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
415      CMAKE_OSX_ARCHITECTURES: "arm64"
416      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
417      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
418      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
419      CMAKE_WARN_DEPRECATED: "FALSE"
420    buildResult:
421      variable: "HAVE_CRAYXE"
422      cached: true
423      stdout: |
424        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-hIQhMP'
425       
426        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9beb5/fast
427        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_9beb5.dir/build.make CMakeFiles/cmTC_9beb5.dir/build
428        Building CXX object CMakeFiles/cmTC_9beb5.dir/src.cxx.o
429        /usr/bin/clang++ -DHAVE_CRAYXE  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_9beb5.dir/src.cxx.o -MF CMakeFiles/cmTC_9beb5.dir/src.cxx.o.d -o CMakeFiles/cmTC_9beb5.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-hIQhMP/src.cxx
430        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-hIQhMP/src.cxx:3:6: error: choke me
431            #error choke me
432             ^
433        1 error generated.
434        make[1]: *** [CMakeFiles/cmTC_9beb5.dir/src.cxx.o] Error 1
435        make: *** [cmTC_9beb5/fast] Error 2
436       
437      exitCode: 2
438  -
439    kind: "try_compile-v1"
440    backtrace:
441      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
442      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
443      - "CMakeLists.txt:364 (check_cxx_source_compiles)"
444    checks:
445      - "Performing Test HAVE_CRAYXT"
446    directories:
447      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-SKEmpC"
448      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-SKEmpC"
449    cmakeVariables:
450      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
451      CMAKE_CXX_FLAGS_DEBUG: "-g"
452      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
453      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
454      CMAKE_OSX_ARCHITECTURES: "arm64"
455      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
456      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
457      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
458      CMAKE_WARN_DEPRECATED: "FALSE"
459    buildResult:
460      variable: "HAVE_CRAYXT"
461      cached: true
462      stdout: |
463        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-SKEmpC'
464       
465        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2653a/fast
466        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_2653a.dir/build.make CMakeFiles/cmTC_2653a.dir/build
467        Building CXX object CMakeFiles/cmTC_2653a.dir/src.cxx.o
468        /usr/bin/clang++ -DHAVE_CRAYXT  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_2653a.dir/src.cxx.o -MF CMakeFiles/cmTC_2653a.dir/src.cxx.o.d -o CMakeFiles/cmTC_2653a.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-SKEmpC/src.cxx
469        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-SKEmpC/src.cxx:3:6: error: choke me
470            #error choke me
471             ^
472        1 error generated.
473        make[1]: *** [CMakeFiles/cmTC_2653a.dir/src.cxx.o] Error 1
474        make: *** [cmTC_2653a/fast] Error 2
475       
476      exitCode: 2
477  -
478    kind: "try_compile-v1"
479    backtrace:
480      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
481      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
482      - "CMakeLists.txt:381 (check_cxx_source_compiles)"
483    checks:
484      - "Performing Test HAVE_IBMBGP"
485    directories:
486      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-i7ixTn"
487      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-i7ixTn"
488    cmakeVariables:
489      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
490      CMAKE_CXX_FLAGS_DEBUG: "-g"
491      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
492      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
493      CMAKE_OSX_ARCHITECTURES: "arm64"
494      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
495      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
496      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
497      CMAKE_WARN_DEPRECATED: "FALSE"
498    buildResult:
499      variable: "HAVE_IBMBGP"
500      cached: true
501      stdout: |
502        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-i7ixTn'
503       
504        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b2db9/fast
505        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_b2db9.dir/build.make CMakeFiles/cmTC_b2db9.dir/build
506        Building CXX object CMakeFiles/cmTC_b2db9.dir/src.cxx.o
507        /usr/bin/clang++ -DHAVE_IBMBGP  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_b2db9.dir/src.cxx.o -MF CMakeFiles/cmTC_b2db9.dir/src.cxx.o.d -o CMakeFiles/cmTC_b2db9.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-i7ixTn/src.cxx
508        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-i7ixTn/src.cxx:3:6: error: choke me
509            #error choke me
510             ^
511        1 error generated.
512        make[1]: *** [CMakeFiles/cmTC_b2db9.dir/src.cxx.o] Error 1
513        make: *** [cmTC_b2db9/fast] Error 2
514       
515      exitCode: 2
516  -
517    kind: "try_compile-v1"
518    backtrace:
519      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
520      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
521      - "CMakeLists.txt:390 (check_cxx_source_compiles)"
522    checks:
523      - "Performing Test HAVE_IBMBGQ"
524    directories:
525      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-S3uATk"
526      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-S3uATk"
527    cmakeVariables:
528      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
529      CMAKE_CXX_FLAGS_DEBUG: "-g"
530      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
531      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
532      CMAKE_OSX_ARCHITECTURES: "arm64"
533      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
534      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
535      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
536      CMAKE_WARN_DEPRECATED: "FALSE"
537    buildResult:
538      variable: "HAVE_IBMBGQ"
539      cached: true
540      stdout: |
541        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-S3uATk'
542       
543        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_78ef1/fast
544        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_78ef1.dir/build.make CMakeFiles/cmTC_78ef1.dir/build
545        Building CXX object CMakeFiles/cmTC_78ef1.dir/src.cxx.o
546        /usr/bin/clang++ -DHAVE_IBMBGQ  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_78ef1.dir/src.cxx.o -MF CMakeFiles/cmTC_78ef1.dir/src.cxx.o.d -o CMakeFiles/cmTC_78ef1.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-S3uATk/src.cxx
547        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-S3uATk/src.cxx:3:6: error: choke me
548            #error choke me
549             ^
550        1 error generated.
551        make[1]: *** [CMakeFiles/cmTC_78ef1.dir/src.cxx.o] Error 1
552        make: *** [cmTC_78ef1/fast] Error 2
553       
554      exitCode: 2
555  -
556    kind: "try_compile-v1"
557    backtrace:
558      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
559      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
560      - "CMakeLists.txt:405 (check_cxx_source_compiles)"
561    checks:
562      - "Performing Test USE_X86_64_ASM"
563    directories:
564      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Cp59pQ"
565      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Cp59pQ"
566    cmakeVariables:
567      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
568      CMAKE_CXX_FLAGS_DEBUG: "-g"
569      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
570      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
571      CMAKE_OSX_ARCHITECTURES: "arm64"
572      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
573      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
574      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
575      CMAKE_WARN_DEPRECATED: "FALSE"
576    buildResult:
577      variable: "USE_X86_64_ASM"
578      cached: true
579      stdout: |
580        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Cp59pQ'
581       
582        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fac42/fast
583        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_fac42.dir/build.make CMakeFiles/cmTC_fac42.dir/build
584        Building CXX object CMakeFiles/cmTC_fac42.dir/src.cxx.o
585        /usr/bin/clang++ -DUSE_X86_64_ASM  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_fac42.dir/src.cxx.o -MF CMakeFiles/cmTC_fac42.dir/src.cxx.o.d -o CMakeFiles/cmTC_fac42.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Cp59pQ/src.cxx
586        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Cp59pQ/src.cxx:3:6: error: Not x86_64
587            #error Not x86_64
588             ^
589        1 error generated.
590        make[1]: *** [CMakeFiles/cmTC_fac42.dir/src.cxx.o] Error 1
591        make: *** [cmTC_fac42/fast] Error 2
592       
593      exitCode: 2
594  -
595    kind: "try_compile-v1"
596    backtrace:
597      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
598      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
599      - "CMakeLists.txt:415 (check_cxx_source_compiles)"
600    checks:
601      - "Performing Test USE_X86_32_ASM"
602    directories:
603      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-XpOvKf"
604      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-XpOvKf"
605    cmakeVariables:
606      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
607      CMAKE_CXX_FLAGS_DEBUG: "-g"
608      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
609      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
610      CMAKE_OSX_ARCHITECTURES: "arm64"
611      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
612      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
613      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
614      CMAKE_WARN_DEPRECATED: "FALSE"
615    buildResult:
616      variable: "USE_X86_32_ASM"
617      cached: true
618      stdout: |
619        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-XpOvKf'
620       
621        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_483aa/fast
622        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_483aa.dir/build.make CMakeFiles/cmTC_483aa.dir/build
623        Building CXX object CMakeFiles/cmTC_483aa.dir/src.cxx.o
624        /usr/bin/clang++ -DUSE_X86_32_ASM  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_483aa.dir/src.cxx.o -MF CMakeFiles/cmTC_483aa.dir/src.cxx.o.d -o CMakeFiles/cmTC_483aa.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-XpOvKf/src.cxx
625        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-XpOvKf/src.cxx:3:8: error: Not x86
626              #error Not x86
627               ^
628        1 error generated.
629        make[1]: *** [CMakeFiles/cmTC_483aa.dir/src.cxx.o] Error 1
630        make: *** [cmTC_483aa/fast] Error 2
631       
632      exitCode: 2
633  -
634    kind: "try_compile-v1"
635    backtrace:
636      - "/opt/local/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)"
637      - "CMakeLists.txt:451 (check_include_file)"
638    checks:
639      - "Looking for sys/stat.h"
640    directories:
641      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-sKeGa2"
642      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-sKeGa2"
643    cmakeVariables:
644      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
645      CMAKE_C_FLAGS_DEBUG: "-g"
646      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
647      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
648      CMAKE_OSX_ARCHITECTURES: "arm64"
649      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
650      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
651      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
652      CMAKE_WARN_DEPRECATED: "FALSE"
653    buildResult:
654      variable: "HAVE_SYS_STAT_H"
655      cached: true
656      stdout: |
657        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-sKeGa2'
658       
659        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4d01f/fast
660        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_4d01f.dir/build.make CMakeFiles/cmTC_4d01f.dir/build
661        Building C object CMakeFiles/cmTC_4d01f.dir/CheckIncludeFile.c.o
662        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_4d01f.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_4d01f.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_4d01f.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-sKeGa2/CheckIncludeFile.c
663        Linking C executable cmTC_4d01f
664        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4d01f.dir/link.txt --verbose=1
665        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_4d01f.dir/CheckIncludeFile.c.o -o cmTC_4d01f
666       
667      exitCode: 0
668  -
669    kind: "try_compile-v1"
670    backtrace:
671      - "/opt/local/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)"
672      - "CMakeLists.txt:452 (check_include_file)"
673    checks:
674      - "Looking for sys/types.h"
675    directories:
676      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Xrl5sp"
677      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Xrl5sp"
678    cmakeVariables:
679      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
680      CMAKE_C_FLAGS_DEBUG: "-g"
681      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
682      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
683      CMAKE_OSX_ARCHITECTURES: "arm64"
684      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
685      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
686      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
687      CMAKE_WARN_DEPRECATED: "FALSE"
688    buildResult:
689      variable: "HAVE_SYS_TYPES_H"
690      cached: true
691      stdout: |
692        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Xrl5sp'
693       
694        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_849c6/fast
695        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_849c6.dir/build.make CMakeFiles/cmTC_849c6.dir/build
696        Building C object CMakeFiles/cmTC_849c6.dir/CheckIncludeFile.c.o
697        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_849c6.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_849c6.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_849c6.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Xrl5sp/CheckIncludeFile.c
698        Linking C executable cmTC_849c6
699        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_849c6.dir/link.txt --verbose=1
700        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_849c6.dir/CheckIncludeFile.c.o -o cmTC_849c6
701       
702      exitCode: 0
703  -
704    kind: "try_compile-v1"
705    backtrace:
706      - "/opt/local/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)"
707      - "CMakeLists.txt:453 (check_include_file)"
708    checks:
709      - "Looking for unistd.h"
710    directories:
711      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-tF0KK4"
712      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-tF0KK4"
713    cmakeVariables:
714      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
715      CMAKE_C_FLAGS_DEBUG: "-g"
716      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
717      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
718      CMAKE_OSX_ARCHITECTURES: "arm64"
719      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
720      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
721      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
722      CMAKE_WARN_DEPRECATED: "FALSE"
723    buildResult:
724      variable: "HAVE_UNISTD_H"
725      cached: true
726      stdout: |
727        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-tF0KK4'
728       
729        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_13bfb/fast
730        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_13bfb.dir/build.make CMakeFiles/cmTC_13bfb.dir/build
731        Building C object CMakeFiles/cmTC_13bfb.dir/CheckIncludeFile.c.o
732        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_13bfb.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_13bfb.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_13bfb.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-tF0KK4/CheckIncludeFile.c
733        Linking C executable cmTC_13bfb
734        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_13bfb.dir/link.txt --verbose=1
735        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_13bfb.dir/CheckIncludeFile.c.o -o cmTC_13bfb
736       
737      exitCode: 0
738  -
739    kind: "try_compile-v1"
740    backtrace:
741      - "/opt/local/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)"
742      - "/opt/local/share/cmake-3.28/Modules/CheckTypeSize.cmake:251 (check_include_file)"
743      - "CMakeLists.txt:463 (check_type_size)"
744    checks:
745      - "Looking for stdint.h"
746    directories:
747      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-C9XrNM"
748      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-C9XrNM"
749    cmakeVariables:
750      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
751      CMAKE_C_FLAGS_DEBUG: "-g"
752      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
753      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
754      CMAKE_OSX_ARCHITECTURES: "arm64"
755      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
756      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
757      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
758      CMAKE_WARN_DEPRECATED: "FALSE"
759    buildResult:
760      variable: "HAVE_STDINT_H"
761      cached: true
762      stdout: |
763        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-C9XrNM'
764       
765        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_15d86/fast
766        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_15d86.dir/build.make CMakeFiles/cmTC_15d86.dir/build
767        Building C object CMakeFiles/cmTC_15d86.dir/CheckIncludeFile.c.o
768        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_15d86.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_15d86.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_15d86.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-C9XrNM/CheckIncludeFile.c
769        Linking C executable cmTC_15d86
770        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_15d86.dir/link.txt --verbose=1
771        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_15d86.dir/CheckIncludeFile.c.o -o cmTC_15d86
772       
773      exitCode: 0
774  -
775    kind: "try_compile-v1"
776    backtrace:
777      - "/opt/local/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)"
778      - "/opt/local/share/cmake-3.28/Modules/CheckTypeSize.cmake:252 (check_include_file)"
779      - "CMakeLists.txt:463 (check_type_size)"
780    checks:
781      - "Looking for stddef.h"
782    directories:
783      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-yU7z32"
784      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-yU7z32"
785    cmakeVariables:
786      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
787      CMAKE_C_FLAGS_DEBUG: "-g"
788      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
789      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
790      CMAKE_OSX_ARCHITECTURES: "arm64"
791      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
792      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
793      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
794      CMAKE_WARN_DEPRECATED: "FALSE"
795    buildResult:
796      variable: "HAVE_STDDEF_H"
797      cached: true
798      stdout: |
799        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-yU7z32'
800       
801        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a574a/fast
802        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_a574a.dir/build.make CMakeFiles/cmTC_a574a.dir/build
803        Building C object CMakeFiles/cmTC_a574a.dir/CheckIncludeFile.c.o
804        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_a574a.dir/CheckIncludeFile.c.o -MF CMakeFiles/cmTC_a574a.dir/CheckIncludeFile.c.o.d -o CMakeFiles/cmTC_a574a.dir/CheckIncludeFile.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-yU7z32/CheckIncludeFile.c
805        Linking C executable cmTC_a574a
806        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a574a.dir/link.txt --verbose=1
807        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_a574a.dir/CheckIncludeFile.c.o -o cmTC_a574a
808       
809      exitCode: 0
810  -
811    kind: "try_compile-v1"
812    backtrace:
813      - "/opt/local/share/cmake-3.28/Modules/CheckTypeSize.cmake:146 (try_compile)"
814      - "/opt/local/share/cmake-3.28/Modules/CheckTypeSize.cmake:271 (__check_type_size_impl)"
815      - "CMakeLists.txt:463 (check_type_size)"
816    checks:
817      - "Check size of int64_t"
818    directories:
819      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ngKKwK"
820      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ngKKwK"
821    cmakeVariables:
822      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
823      CMAKE_C_FLAGS_DEBUG: "-g"
824      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
825      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
826      CMAKE_OSX_ARCHITECTURES: "arm64"
827      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
828      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
829      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
830      CMAKE_WARN_DEPRECATED: "FALSE"
831    buildResult:
832      variable: "HAVE_HAVE_INT64_T"
833      cached: true
834      stdout: |
835        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ngKKwK'
836       
837        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5602b/fast
838        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_5602b.dir/build.make CMakeFiles/cmTC_5602b.dir/build
839        Building C object CMakeFiles/cmTC_5602b.dir/HAVE_INT64_T.c.o
840        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_5602b.dir/HAVE_INT64_T.c.o -MF CMakeFiles/cmTC_5602b.dir/HAVE_INT64_T.c.o.d -o CMakeFiles/cmTC_5602b.dir/HAVE_INT64_T.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ngKKwK/HAVE_INT64_T.c
841        Linking C executable cmTC_5602b
842        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5602b.dir/link.txt --verbose=1
843        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_5602b.dir/HAVE_INT64_T.c.o -o cmTC_5602b
844       
845      exitCode: 0
846  -
847    kind: "try_compile-v1"
848    backtrace:
849      - "/opt/local/share/cmake-3.28/Modules/CheckTypeSize.cmake:146 (try_compile)"
850      - "/opt/local/share/cmake-3.28/Modules/CheckTypeSize.cmake:271 (__check_type_size_impl)"
851      - "CMakeLists.txt:464 (check_type_size)"
852    checks:
853      - "Check size of long double"
854    directories:
855      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-PuK31f"
856      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-PuK31f"
857    cmakeVariables:
858      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
859      CMAKE_C_FLAGS_DEBUG: "-g"
860      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
861      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
862      CMAKE_OSX_ARCHITECTURES: "arm64"
863      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
864      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
865      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
866      CMAKE_WARN_DEPRECATED: "FALSE"
867    buildResult:
868      variable: "HAVE_HAVE_LONG_DOUBLE"
869      cached: true
870      stdout: |
871        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-PuK31f'
872       
873        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bc092/fast
874        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_bc092.dir/build.make CMakeFiles/cmTC_bc092.dir/build
875        Building C object CMakeFiles/cmTC_bc092.dir/HAVE_LONG_DOUBLE.c.o
876        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_bc092.dir/HAVE_LONG_DOUBLE.c.o -MF CMakeFiles/cmTC_bc092.dir/HAVE_LONG_DOUBLE.c.o.d -o CMakeFiles/cmTC_bc092.dir/HAVE_LONG_DOUBLE.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-PuK31f/HAVE_LONG_DOUBLE.c
877        Linking C executable cmTC_bc092
878        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bc092.dir/link.txt --verbose=1
879        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_bc092.dir/HAVE_LONG_DOUBLE.c.o -o cmTC_bc092
880       
881      exitCode: 0
882  -
883    kind: "try_compile-v1"
884    backtrace:
885      - "/opt/local/share/cmake-3.28/Modules/CheckTypeSize.cmake:146 (try_compile)"
886      - "/opt/local/share/cmake-3.28/Modules/CheckTypeSize.cmake:271 (__check_type_size_impl)"
887      - "CMakeLists.txt:465 (check_type_size)"
888    checks:
889      - "Check size of long long"
890    directories:
891      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-bn3ZIa"
892      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-bn3ZIa"
893    cmakeVariables:
894      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
895      CMAKE_C_FLAGS_DEBUG: "-g"
896      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
897      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
898      CMAKE_OSX_ARCHITECTURES: "arm64"
899      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
900      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
901      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
902      CMAKE_WARN_DEPRECATED: "FALSE"
903    buildResult:
904      variable: "HAVE_HAVE_LONG_LONG"
905      cached: true
906      stdout: |
907        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-bn3ZIa'
908       
909        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_668c8/fast
910        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_668c8.dir/build.make CMakeFiles/cmTC_668c8.dir/build
911        Building C object CMakeFiles/cmTC_668c8.dir/HAVE_LONG_LONG.c.o
912        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_668c8.dir/HAVE_LONG_LONG.c.o -MF CMakeFiles/cmTC_668c8.dir/HAVE_LONG_LONG.c.o.d -o CMakeFiles/cmTC_668c8.dir/HAVE_LONG_LONG.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-bn3ZIa/HAVE_LONG_LONG.c
913        Linking C executable cmTC_668c8
914        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_668c8.dir/link.txt --verbose=1
915        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_668c8.dir/HAVE_LONG_LONG.c.o -o cmTC_668c8
916       
917      exitCode: 0
918  -
919    kind: "try_compile-v1"
920    backtrace:
921      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
922      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
923      - "CMakeLists.txt:466 (check_cxx_source_compiles)"
924    checks:
925      - "Performing Test SYS_TYPES_H_HAS_PID_T"
926    directories:
927      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-iwpc0g"
928      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-iwpc0g"
929    cmakeVariables:
930      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
931      CMAKE_CXX_FLAGS_DEBUG: "-g"
932      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
933      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
934      CMAKE_OSX_ARCHITECTURES: "arm64"
935      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
936      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
937      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
938      CMAKE_WARN_DEPRECATED: "FALSE"
939    buildResult:
940      variable: "SYS_TYPES_H_HAS_PID_T"
941      cached: true
942      stdout: |
943        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-iwpc0g'
944       
945        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7f126/fast
946        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_7f126.dir/build.make CMakeFiles/cmTC_7f126.dir/build
947        Building CXX object CMakeFiles/cmTC_7f126.dir/src.cxx.o
948        /usr/bin/clang++ -DSYS_TYPES_H_HAS_PID_T  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_7f126.dir/src.cxx.o -MF CMakeFiles/cmTC_7f126.dir/src.cxx.o.d -o CMakeFiles/cmTC_7f126.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-iwpc0g/src.cxx
949        Linking CXX executable cmTC_7f126
950        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f126.dir/link.txt --verbose=1
951        /usr/bin/clang++ -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_7f126.dir/src.cxx.o -o cmTC_7f126
952       
953      exitCode: 0
954  -
955    kind: "try_compile-v1"
956    backtrace:
957      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
958      - "CMakeLists.txt:473 (check_function_exists)"
959    checks:
960      - "Looking for fork"
961    directories:
962      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-gh6x8n"
963      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-gh6x8n"
964    cmakeVariables:
965      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
966      CMAKE_C_FLAGS_DEBUG: "-g"
967      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
968      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
969      CMAKE_OSX_ARCHITECTURES: "arm64"
970      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
971      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
972      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
973      CMAKE_WARN_DEPRECATED: "FALSE"
974    buildResult:
975      variable: "HAVE_FORK"
976      cached: true
977      stdout: |
978        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-gh6x8n'
979       
980        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2aa98/fast
981        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_2aa98.dir/build.make CMakeFiles/cmTC_2aa98.dir/build
982        Building C object CMakeFiles/cmTC_2aa98.dir/CheckFunctionExists.c.o
983        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=fork -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_2aa98.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_2aa98.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_2aa98.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-gh6x8n/CheckFunctionExists.c
984        Linking C executable cmTC_2aa98
985        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2aa98.dir/link.txt --verbose=1
986        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=fork -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_2aa98.dir/CheckFunctionExists.c.o -o cmTC_2aa98
987       
988      exitCode: 0
989  -
990    kind: "try_compile-v1"
991    backtrace:
992      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
993      - "CMakeLists.txt:474 (check_function_exists)"
994    checks:
995      - "Looking for memset"
996    directories:
997      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-zCJpee"
998      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-zCJpee"
999    cmakeVariables:
1000      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1001      CMAKE_C_FLAGS_DEBUG: "-g"
1002      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1003      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1004      CMAKE_OSX_ARCHITECTURES: "arm64"
1005      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1006      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1007      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1008      CMAKE_WARN_DEPRECATED: "FALSE"
1009    buildResult:
1010      variable: "HAVE_MEMSET"
1011      cached: true
1012      stdout: |
1013        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-zCJpee'
1014       
1015        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_84c45/fast
1016        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_84c45.dir/build.make CMakeFiles/cmTC_84c45.dir/build
1017        Building C object CMakeFiles/cmTC_84c45.dir/CheckFunctionExists.c.o
1018        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=memset -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_84c45.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_84c45.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_84c45.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-zCJpee/CheckFunctionExists.c
1019        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-zCJpee/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
1020          CHECK_FUNCTION_EXISTS(void);
1021          ^
1022        <command line>:2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS'
1023        #define CHECK_FUNCTION_EXISTS memset
1024                                      ^
1025        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-zCJpee/CheckFunctionExists.c:7:3: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1026        <command line>:2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS'
1027        #define CHECK_FUNCTION_EXISTS memset
1028                                      ^
1029        1 warning generated.
1030        Linking C executable cmTC_84c45
1031        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84c45.dir/link.txt --verbose=1
1032        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=memset -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_84c45.dir/CheckFunctionExists.c.o -o cmTC_84c45
1033       
1034      exitCode: 0
1035  -
1036    kind: "try_compile-v1"
1037    backtrace:
1038      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1039      - "CMakeLists.txt:475 (check_function_exists)"
1040    checks:
1041      - "Looking for posix_memalign"
1042    directories:
1043      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-G2EjPP"
1044      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-G2EjPP"
1045    cmakeVariables:
1046      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1047      CMAKE_C_FLAGS_DEBUG: "-g"
1048      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1049      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1050      CMAKE_OSX_ARCHITECTURES: "arm64"
1051      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1052      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1053      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1054      CMAKE_WARN_DEPRECATED: "FALSE"
1055    buildResult:
1056      variable: "HAVE_POSIX_MEMALIGN"
1057      cached: true
1058      stdout: |
1059        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-G2EjPP'
1060       
1061        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d11f7/fast
1062        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_d11f7.dir/build.make CMakeFiles/cmTC_d11f7.dir/build
1063        Building C object CMakeFiles/cmTC_d11f7.dir/CheckFunctionExists.c.o
1064        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=posix_memalign -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_d11f7.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_d11f7.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_d11f7.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-G2EjPP/CheckFunctionExists.c
1065        Linking C executable cmTC_d11f7
1066        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d11f7.dir/link.txt --verbose=1
1067        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=posix_memalign -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_d11f7.dir/CheckFunctionExists.c.o -o cmTC_d11f7
1068       
1069      exitCode: 0
1070  -
1071    kind: "try_compile-v1"
1072    backtrace:
1073      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
1074      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
1075      - "CMakeLists.txt:478 (check_cxx_source_compiles)"
1076    checks:
1077      - "Performing Test CHECK_STDLIB_H_HAS_POSIX_MEMALIGN_THROW"
1078    directories:
1079      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Fsz2u7"
1080      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Fsz2u7"
1081    cmakeVariables:
1082      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
1083      CMAKE_CXX_FLAGS_DEBUG: "-g"
1084      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1085      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1086      CMAKE_OSX_ARCHITECTURES: "arm64"
1087      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1088      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1089      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1090      CMAKE_WARN_DEPRECATED: "FALSE"
1091    buildResult:
1092      variable: "CHECK_STDLIB_H_HAS_POSIX_MEMALIGN_THROW"
1093      cached: true
1094      stdout: |
1095        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Fsz2u7'
1096       
1097        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c1aa8/fast
1098        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_c1aa8.dir/build.make CMakeFiles/cmTC_c1aa8.dir/build
1099        Building CXX object CMakeFiles/cmTC_c1aa8.dir/src.cxx.o
1100        /usr/bin/clang++ -DCHECK_STDLIB_H_HAS_POSIX_MEMALIGN_THROW  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_c1aa8.dir/src.cxx.o -MF CMakeFiles/cmTC_c1aa8.dir/src.cxx.o.d -o CMakeFiles/cmTC_c1aa8.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Fsz2u7/src.cxx
1101        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-Fsz2u7/src.cxx:4:23: error: exception specification in declaration does not match previous declaration
1102              extern "C"  int posix_memalign(void **memptr, size_t alignment, size_t size) throw();
1103                              ^
1104        /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/malloc/_malloc.h:57:7: note: previous declaration is here
1105        int   posix_memalign(void **__memptr, size_t __alignment, size_t __size) /*__alloc_size(3)*/ _MALLOC_TYPED(malloc_type_posix_memalign, 3)  __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0);
1106              ^
1107        1 error generated.
1108        make[1]: *** [CMakeFiles/cmTC_c1aa8.dir/src.cxx.o] Error 1
1109        make: *** [cmTC_c1aa8/fast] Error 2
1110       
1111      exitCode: 2
1112  -
1113    kind: "try_compile-v1"
1114    backtrace:
1115      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
1116      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
1117      - "CMakeLists.txt:486 (check_cxx_source_compiles)"
1118    checks:
1119      - "Performing Test CHECK_STDLIB_H_HAS_POSIX_MEMALIGN"
1120    directories:
1121      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-qkU7zt"
1122      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-qkU7zt"
1123    cmakeVariables:
1124      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
1125      CMAKE_CXX_FLAGS_DEBUG: "-g"
1126      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1127      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1128      CMAKE_OSX_ARCHITECTURES: "arm64"
1129      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1130      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1131      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1132      CMAKE_WARN_DEPRECATED: "FALSE"
1133    buildResult:
1134      variable: "CHECK_STDLIB_H_HAS_POSIX_MEMALIGN"
1135      cached: true
1136      stdout: |
1137        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-qkU7zt'
1138       
1139        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_279d4/fast
1140        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_279d4.dir/build.make CMakeFiles/cmTC_279d4.dir/build
1141        Building CXX object CMakeFiles/cmTC_279d4.dir/src.cxx.o
1142        /usr/bin/clang++ -DCHECK_STDLIB_H_HAS_POSIX_MEMALIGN  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_279d4.dir/src.cxx.o -MF CMakeFiles/cmTC_279d4.dir/src.cxx.o.d -o CMakeFiles/cmTC_279d4.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-qkU7zt/src.cxx
1143        Linking CXX executable cmTC_279d4
1144        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_279d4.dir/link.txt --verbose=1
1145        /usr/bin/clang++ -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_279d4.dir/src.cxx.o -o cmTC_279d4
1146       
1147      exitCode: 0
1148  -
1149    kind: "try_compile-v1"
1150    backtrace:
1151      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1152      - "CMakeLists.txt:501 (check_function_exists)"
1153    checks:
1154      - "Looking for pow"
1155    directories:
1156      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-7PdeRp"
1157      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-7PdeRp"
1158    cmakeVariables:
1159      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1160      CMAKE_C_FLAGS_DEBUG: "-g"
1161      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1162      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1163      CMAKE_OSX_ARCHITECTURES: "arm64"
1164      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1165      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1166      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1167      CMAKE_WARN_DEPRECATED: "FALSE"
1168    buildResult:
1169      variable: "HAVE_POW"
1170      cached: true
1171      stdout: |
1172        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-7PdeRp'
1173       
1174        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a4f2e/fast
1175        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_a4f2e.dir/build.make CMakeFiles/cmTC_a4f2e.dir/build
1176        Building C object CMakeFiles/cmTC_a4f2e.dir/CheckFunctionExists.c.o
1177        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=pow -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_a4f2e.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_a4f2e.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_a4f2e.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-7PdeRp/CheckFunctionExists.c
1178        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-7PdeRp/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration]
1179          CHECK_FUNCTION_EXISTS(void);
1180          ^
1181        <command line>:2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS'
1182        #define CHECK_FUNCTION_EXISTS pow
1183                                      ^
1184        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-7PdeRp/CheckFunctionExists.c:7:3: note: 'pow' is a builtin with type 'double (double, double)'
1185        <command line>:2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS'
1186        #define CHECK_FUNCTION_EXISTS pow
1187                                      ^
1188        1 warning generated.
1189        Linking C executable cmTC_a4f2e
1190        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4f2e.dir/link.txt --verbose=1
1191        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=pow -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_a4f2e.dir/CheckFunctionExists.c.o -o cmTC_a4f2e
1192       
1193      exitCode: 0
1194  -
1195    kind: "try_compile-v1"
1196    backtrace:
1197      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1198      - "CMakeLists.txt:502 (check_function_exists)"
1199    checks:
1200      - "Looking for random"
1201    directories:
1202      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-BGP4b9"
1203      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-BGP4b9"
1204    cmakeVariables:
1205      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1206      CMAKE_C_FLAGS_DEBUG: "-g"
1207      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1208      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1209      CMAKE_OSX_ARCHITECTURES: "arm64"
1210      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1211      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1212      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1213      CMAKE_WARN_DEPRECATED: "FALSE"
1214    buildResult:
1215      variable: "HAVE_RANDOM"
1216      cached: true
1217      stdout: |
1218        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-BGP4b9'
1219       
1220        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ddc45/fast
1221        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_ddc45.dir/build.make CMakeFiles/cmTC_ddc45.dir/build
1222        Building C object CMakeFiles/cmTC_ddc45.dir/CheckFunctionExists.c.o
1223        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=random -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_ddc45.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_ddc45.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_ddc45.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-BGP4b9/CheckFunctionExists.c
1224        Linking C executable cmTC_ddc45
1225        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ddc45.dir/link.txt --verbose=1
1226        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=random -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_ddc45.dir/CheckFunctionExists.c.o -o cmTC_ddc45
1227       
1228      exitCode: 0
1229  -
1230    kind: "try_compile-v1"
1231    backtrace:
1232      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1233      - "CMakeLists.txt:503 (check_function_exists)"
1234    checks:
1235      - "Looking for sleep"
1236    directories:
1237      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-SgfMdZ"
1238      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-SgfMdZ"
1239    cmakeVariables:
1240      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1241      CMAKE_C_FLAGS_DEBUG: "-g"
1242      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1243      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1244      CMAKE_OSX_ARCHITECTURES: "arm64"
1245      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1246      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1247      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1248      CMAKE_WARN_DEPRECATED: "FALSE"
1249    buildResult:
1250      variable: "HAVE_SLEEP"
1251      cached: true
1252      stdout: |
1253        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-SgfMdZ'
1254       
1255        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0d19e/fast
1256        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_0d19e.dir/build.make CMakeFiles/cmTC_0d19e.dir/build
1257        Building C object CMakeFiles/cmTC_0d19e.dir/CheckFunctionExists.c.o
1258        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sleep -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_0d19e.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_0d19e.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_0d19e.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-SgfMdZ/CheckFunctionExists.c
1259        Linking C executable cmTC_0d19e
1260        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d19e.dir/link.txt --verbose=1
1261        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sleep -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_0d19e.dir/CheckFunctionExists.c.o -o cmTC_0d19e
1262       
1263      exitCode: 0
1264  -
1265    kind: "try_compile-v1"
1266    backtrace:
1267      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1268      - "CMakeLists.txt:504 (check_function_exists)"
1269    checks:
1270      - "Looking for strchr"
1271    directories:
1272      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-WvrwtF"
1273      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-WvrwtF"
1274    cmakeVariables:
1275      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1276      CMAKE_C_FLAGS_DEBUG: "-g"
1277      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1278      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1279      CMAKE_OSX_ARCHITECTURES: "arm64"
1280      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1281      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1282      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1283      CMAKE_WARN_DEPRECATED: "FALSE"
1284    buildResult:
1285      variable: "HAVE_STRCHR"
1286      cached: true
1287      stdout: |
1288        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-WvrwtF'
1289       
1290        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cfe65/fast
1291        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_cfe65.dir/build.make CMakeFiles/cmTC_cfe65.dir/build
1292        Building C object CMakeFiles/cmTC_cfe65.dir/CheckFunctionExists.c.o
1293        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=strchr -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_cfe65.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_cfe65.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_cfe65.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-WvrwtF/CheckFunctionExists.c
1294        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-WvrwtF/CheckFunctionExists.c:7:3: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
1295          CHECK_FUNCTION_EXISTS(void);
1296          ^
1297        <command line>:2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS'
1298        #define CHECK_FUNCTION_EXISTS strchr
1299                                      ^
1300        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-WvrwtF/CheckFunctionExists.c:7:3: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1301        <command line>:2:31: note: expanded from macro 'CHECK_FUNCTION_EXISTS'
1302        #define CHECK_FUNCTION_EXISTS strchr
1303                                      ^
1304        1 warning generated.
1305        Linking C executable cmTC_cfe65
1306        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cfe65.dir/link.txt --verbose=1
1307        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=strchr -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_cfe65.dir/CheckFunctionExists.c.o -o cmTC_cfe65
1308       
1309      exitCode: 0
1310  -
1311    kind: "try_compile-v1"
1312    backtrace:
1313      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
1314      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
1315      - "CMakeLists.txt:506 (check_cxx_source_compiles)"
1316    checks:
1317      - "Performing Test HAVE_STD_ABS_LONG"
1318    directories:
1319      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-jGX4Ny"
1320      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-jGX4Ny"
1321    cmakeVariables:
1322      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
1323      CMAKE_CXX_FLAGS_DEBUG: "-g"
1324      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1325      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1326      CMAKE_OSX_ARCHITECTURES: "arm64"
1327      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1328      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1329      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1330      CMAKE_WARN_DEPRECATED: "FALSE"
1331    buildResult:
1332      variable: "HAVE_STD_ABS_LONG"
1333      cached: true
1334      stdout: |
1335        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-jGX4Ny'
1336       
1337        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fc4bd/fast
1338        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_fc4bd.dir/build.make CMakeFiles/cmTC_fc4bd.dir/build
1339        Building CXX object CMakeFiles/cmTC_fc4bd.dir/src.cxx.o
1340        /usr/bin/clang++ -DHAVE_STD_ABS_LONG  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_fc4bd.dir/src.cxx.o -MF CMakeFiles/cmTC_fc4bd.dir/src.cxx.o.d -o CMakeFiles/cmTC_fc4bd.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-jGX4Ny/src.cxx
1341        Linking CXX executable cmTC_fc4bd
1342        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc4bd.dir/link.txt --verbose=1
1343        /usr/bin/clang++ -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_fc4bd.dir/src.cxx.o -o cmTC_fc4bd
1344       
1345      exitCode: 0
1346  -
1347    kind: "try_compile-v1"
1348    backtrace:
1349      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
1350      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
1351      - "CMakeLists.txt:534 (check_cxx_source_compiles)"
1352    checks:
1353      - "Performing Test THREAD_LOCAL_SUPPORT"
1354    directories:
1355      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-sGOWQg"
1356      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-sGOWQg"
1357    cmakeVariables:
1358      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
1359      CMAKE_CXX_FLAGS_DEBUG: "-g"
1360      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1361      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1362      CMAKE_OSX_ARCHITECTURES: "arm64"
1363      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1364      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1365      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1366      CMAKE_WARN_DEPRECATED: "FALSE"
1367    buildResult:
1368      variable: "THREAD_LOCAL_SUPPORT"
1369      cached: true
1370      stdout: |
1371        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-sGOWQg'
1372       
1373        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a6a42/fast
1374        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_a6a42.dir/build.make CMakeFiles/cmTC_a6a42.dir/build
1375        Building CXX object CMakeFiles/cmTC_a6a42.dir/src.cxx.o
1376        /usr/bin/clang++ -DTHREAD_LOCAL_SUPPORT  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_a6a42.dir/src.cxx.o -MF CMakeFiles/cmTC_a6a42.dir/src.cxx.o.d -o CMakeFiles/cmTC_a6a42.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-sGOWQg/src.cxx
1377        Linking CXX executable cmTC_a6a42
1378        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a6a42.dir/link.txt --verbose=1
1379        /usr/bin/clang++ -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_a6a42.dir/src.cxx.o -o cmTC_a6a42
1380       
1381      exitCode: 0
1382  -
1383    kind: "try_compile-v1"
1384    backtrace:
1385      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
1386      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
1387      - "CMakeLists.txt:563 (check_cxx_source_compiles)"
1388    checks:
1389      - "Performing Test RESTRICT_SUPPORT"
1390    directories:
1391      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-GL0VLZ"
1392      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-GL0VLZ"
1393    cmakeVariables:
1394      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
1395      CMAKE_CXX_FLAGS_DEBUG: "-g"
1396      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1397      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1398      CMAKE_OSX_ARCHITECTURES: "arm64"
1399      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1400      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1401      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1402      CMAKE_WARN_DEPRECATED: "FALSE"
1403    buildResult:
1404      variable: "RESTRICT_SUPPORT"
1405      cached: true
1406      stdout: |
1407        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-GL0VLZ'
1408       
1409        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_74e27/fast
1410        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_74e27.dir/build.make CMakeFiles/cmTC_74e27.dir/build
1411        Building CXX object CMakeFiles/cmTC_74e27.dir/src.cxx.o
1412        /usr/bin/clang++ -DRESTRICT_SUPPORT  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_74e27.dir/src.cxx.o -MF CMakeFiles/cmTC_74e27.dir/src.cxx.o.d -o CMakeFiles/cmTC_74e27.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-GL0VLZ/src.cxx
1413        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-GL0VLZ/src.cxx:2:23: error: expected ';' after top level declarator
1414                int*  restrict i = nullptr;
1415                              ^
1416                              ;
1417        /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-GL0VLZ/src.cxx:3:23: error: use of undeclared identifier 'i'
1418                int main() { *i = 1; return 0; }
1419                              ^
1420        2 errors generated.
1421        make[1]: *** [CMakeFiles/cmTC_74e27.dir/src.cxx.o] Error 1
1422        make: *** [cmTC_74e27/fast] Error 2
1423       
1424      exitCode: 2
1425  -
1426    kind: "try_compile-v1"
1427    backtrace:
1428      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
1429      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
1430      - "CMakeLists.txt:563 (check_cxx_source_compiles)"
1431    checks:
1432      - "Performing Test RESTRICT_SUPPORT"
1433    directories:
1434      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-59g78Q"
1435      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-59g78Q"
1436    cmakeVariables:
1437      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
1438      CMAKE_CXX_FLAGS_DEBUG: "-g"
1439      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1440      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1441      CMAKE_OSX_ARCHITECTURES: "arm64"
1442      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1443      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1444      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1445      CMAKE_WARN_DEPRECATED: "FALSE"
1446    buildResult:
1447      variable: "RESTRICT_SUPPORT"
1448      cached: true
1449      stdout: |
1450        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-59g78Q'
1451       
1452        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_48687/fast
1453        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_48687.dir/build.make CMakeFiles/cmTC_48687.dir/build
1454        Building CXX object CMakeFiles/cmTC_48687.dir/src.cxx.o
1455        /usr/bin/clang++ -DRESTRICT_SUPPORT  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_48687.dir/src.cxx.o -MF CMakeFiles/cmTC_48687.dir/src.cxx.o.d -o CMakeFiles/cmTC_48687.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-59g78Q/src.cxx
1456        Linking CXX executable cmTC_48687
1457        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48687.dir/link.txt --verbose=1
1458        /usr/bin/clang++ -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_48687.dir/src.cxx.o -o cmTC_48687
1459       
1460      exitCode: 0
1461  -
1462    kind: "try_compile-v1"
1463    backtrace:
1464      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
1465      - "/opt/local/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)"
1466      - "CMakeLists.txt:590 (check_cxx_source_compiles)"
1467    checks:
1468      - "Performing Test HAVE_UNQUALIFIED_STATIC_DECL"
1469    directories:
1470      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-7Db6uG"
1471      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-7Db6uG"
1472    cmakeVariables:
1473      CMAKE_CXX_FLAGS: "-pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17"
1474      CMAKE_CXX_FLAGS_DEBUG: "-g"
1475      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1476      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1477      CMAKE_OSX_ARCHITECTURES: "arm64"
1478      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1479      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1480      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1481      CMAKE_WARN_DEPRECATED: "FALSE"
1482    buildResult:
1483      variable: "HAVE_UNQUALIFIED_STATIC_DECL"
1484      cached: true
1485      stdout: |
1486        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-7Db6uG'
1487       
1488        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_31133/fast
1489        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_31133.dir/build.make CMakeFiles/cmTC_31133.dir/build
1490        Building CXX object CMakeFiles/cmTC_31133.dir/src.cxx.o
1491        /usr/bin/clang++ -DHAVE_UNQUALIFIED_STATIC_DECL  -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -std=c++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_31133.dir/src.cxx.o -MF CMakeFiles/cmTC_31133.dir/src.cxx.o.d -o CMakeFiles/cmTC_31133.dir/src.cxx.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-7Db6uG/src.cxx
1492        Linking CXX executable cmTC_31133
1493        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31133.dir/link.txt --verbose=1
1494        /usr/bin/clang++ -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++17  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_31133.dir/src.cxx.o -o cmTC_31133
1495       
1496      exitCode: 0
1497  -
1498    kind: "try_compile-v1"
1499    backtrace:
1500      - "/opt/local/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)"
1501      - "/opt/local/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)"
1502      - "/opt/local/share/cmake-3.28/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)"
1503      - "/opt/local/share/cmake-3.28/Modules/FindThreads.cmake:163 (_threads_check_libc)"
1504      - "external/pthread.cmake:4 (find_package)"
1505      - "CMakeLists.txt:634 (include)"
1506    checks:
1507      - "Performing Test CMAKE_HAVE_LIBC_PTHREAD"
1508    directories:
1509      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-5f0mN9"
1510      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-5f0mN9"
1511    cmakeVariables:
1512      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1513      CMAKE_C_FLAGS_DEBUG: "-g"
1514      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1515      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1516      CMAKE_OSX_ARCHITECTURES: "arm64"
1517      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1518      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1519      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1520      CMAKE_WARN_DEPRECATED: "FALSE"
1521    buildResult:
1522      variable: "CMAKE_HAVE_LIBC_PTHREAD"
1523      cached: true
1524      stdout: |
1525        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-5f0mN9'
1526       
1527        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f2979/fast
1528        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_f2979.dir/build.make CMakeFiles/cmTC_f2979.dir/build
1529        Building C object CMakeFiles/cmTC_f2979.dir/src.c.o
1530        /usr/bin/clang -DCMAKE_HAVE_LIBC_PTHREAD  -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_f2979.dir/src.c.o -MF CMakeFiles/cmTC_f2979.dir/src.c.o.d -o CMakeFiles/cmTC_f2979.dir/src.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-5f0mN9/src.c
1531        Linking C executable cmTC_f2979
1532        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2979.dir/link.txt --verbose=1
1533        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_f2979.dir/src.c.o -o cmTC_f2979
1534       
1535      exitCode: 0
1536  -
1537    kind: "try_compile-v1"
1538    backtrace:
1539      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1540      - "cmake/modules/CheckCFortranFunctionExists.cmake:8 (check_function_exists)"
1541      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1542      - "CMakeLists.txt:643 (include)"
1543    checks:
1544      - "Looking for sgemm_"
1545    directories:
1546      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-lVAjiH"
1547      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-lVAjiH"
1548    cmakeVariables:
1549      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1550      CMAKE_C_FLAGS_DEBUG: "-g"
1551      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1552      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1553      CMAKE_OSX_ARCHITECTURES: "arm64"
1554      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1555      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1556      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1557      CMAKE_WARN_DEPRECATED: "FALSE"
1558    buildResult:
1559      variable: "_sgemm__found"
1560      cached: true
1561      stdout: |
1562        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-lVAjiH'
1563       
1564        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ffd04/fast
1565        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_ffd04.dir/build.make CMakeFiles/cmTC_ffd04.dir/build
1566        Building C object CMakeFiles/cmTC_ffd04.dir/CheckFunctionExists.c.o
1567        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_ffd04.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_ffd04.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_ffd04.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-lVAjiH/CheckFunctionExists.c
1568        Linking C executable cmTC_ffd04
1569        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ffd04.dir/link.txt --verbose=1
1570        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_ffd04.dir/CheckFunctionExists.c.o -o cmTC_ffd04  /opt/local/lib/libopenblas.dylib
1571        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1572        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1573        make[1]: *** [cmTC_ffd04] Error 1
1574        make: *** [cmTC_ffd04/fast] Error 2
1575       
1576      exitCode: 2
1577  -
1578    kind: "try_compile-v1"
1579    backtrace:
1580      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1581      - "cmake/modules/CheckCFortranFunctionExists.cmake:16 (check_function_exists)"
1582      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1583      - "CMakeLists.txt:643 (include)"
1584    checks:
1585      - "Looking for sgemm_"
1586    directories:
1587      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-CfOfpd"
1588      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-CfOfpd"
1589    cmakeVariables:
1590      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1591      CMAKE_C_FLAGS_DEBUG: "-g"
1592      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1593      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1594      CMAKE_OSX_ARCHITECTURES: "arm64"
1595      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1596      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1597      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1598      CMAKE_WARN_DEPRECATED: "FALSE"
1599    buildResult:
1600      variable: "_sgemm__found_with_-lstdc++"
1601      cached: true
1602      stdout: |
1603        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-CfOfpd'
1604       
1605        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_595b4/fast
1606        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_595b4.dir/build.make CMakeFiles/cmTC_595b4.dir/build
1607        Building C object CMakeFiles/cmTC_595b4.dir/CheckFunctionExists.c.o
1608        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_595b4.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_595b4.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_595b4.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-CfOfpd/CheckFunctionExists.c
1609        Linking C executable cmTC_595b4
1610        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_595b4.dir/link.txt --verbose=1
1611        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_595b4.dir/CheckFunctionExists.c.o -o cmTC_595b4  /opt/local/lib/libopenblas.dylib -lstdc++
1612        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1613        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1614        make[1]: *** [cmTC_595b4] Error 1
1615        make: *** [cmTC_595b4/fast] Error 2
1616       
1617      exitCode: 2
1618  -
1619    kind: "try_compile-v1"
1620    backtrace:
1621      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1622      - "cmake/modules/CheckCFortranFunctionExists.cmake:16 (check_function_exists)"
1623      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1624      - "CMakeLists.txt:643 (include)"
1625    checks:
1626      - "Looking for sgemm_"
1627    directories:
1628      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-FPIWI0"
1629      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-FPIWI0"
1630    cmakeVariables:
1631      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1632      CMAKE_C_FLAGS_DEBUG: "-g"
1633      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1634      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1635      CMAKE_OSX_ARCHITECTURES: "arm64"
1636      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1637      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1638      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1639      CMAKE_WARN_DEPRECATED: "FALSE"
1640    buildResult:
1641      variable: "_sgemm__found_with_-lc++"
1642      cached: true
1643      stdout: |
1644        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-FPIWI0'
1645       
1646        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a7508/fast
1647        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_a7508.dir/build.make CMakeFiles/cmTC_a7508.dir/build
1648        Building C object CMakeFiles/cmTC_a7508.dir/CheckFunctionExists.c.o
1649        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_a7508.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_a7508.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_a7508.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-FPIWI0/CheckFunctionExists.c
1650        Linking C executable cmTC_a7508
1651        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a7508.dir/link.txt --verbose=1
1652        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_a7508.dir/CheckFunctionExists.c.o -o cmTC_a7508  /opt/local/lib/libopenblas.dylib -lc++
1653        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1654        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1655        make[1]: *** [cmTC_a7508] Error 1
1656        make: *** [cmTC_a7508/fast] Error 2
1657       
1658      exitCode: 2
1659  -
1660    kind: "try_compile-v1"
1661    backtrace:
1662      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1663      - "cmake/modules/CheckCFortranFunctionExists.cmake:8 (check_function_exists)"
1664      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1665      - "CMakeLists.txt:643 (include)"
1666    checks:
1667      - "Looking for sgemm"
1668    directories:
1669      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-2QU6AI"
1670      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-2QU6AI"
1671    cmakeVariables:
1672      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1673      CMAKE_C_FLAGS_DEBUG: "-g"
1674      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1675      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1676      CMAKE_OSX_ARCHITECTURES: "arm64"
1677      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1678      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1679      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1680      CMAKE_WARN_DEPRECATED: "FALSE"
1681    buildResult:
1682      variable: "_sgemm_found"
1683      cached: true
1684      stdout: |
1685        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-2QU6AI'
1686       
1687        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_89da6/fast
1688        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_89da6.dir/build.make CMakeFiles/cmTC_89da6.dir/build
1689        Building C object CMakeFiles/cmTC_89da6.dir/CheckFunctionExists.c.o
1690        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_89da6.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_89da6.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_89da6.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-2QU6AI/CheckFunctionExists.c
1691        Linking C executable cmTC_89da6
1692        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_89da6.dir/link.txt --verbose=1
1693        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_89da6.dir/CheckFunctionExists.c.o -o cmTC_89da6  /opt/local/lib/libopenblas.dylib
1694        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1695        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1696        make[1]: *** [cmTC_89da6] Error 1
1697        make: *** [cmTC_89da6/fast] Error 2
1698       
1699      exitCode: 2
1700  -
1701    kind: "try_compile-v1"
1702    backtrace:
1703      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1704      - "cmake/modules/CheckCFortranFunctionExists.cmake:16 (check_function_exists)"
1705      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1706      - "CMakeLists.txt:643 (include)"
1707    checks:
1708      - "Looking for sgemm"
1709    directories:
1710      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ppGRcO"
1711      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ppGRcO"
1712    cmakeVariables:
1713      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1714      CMAKE_C_FLAGS_DEBUG: "-g"
1715      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1716      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1717      CMAKE_OSX_ARCHITECTURES: "arm64"
1718      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1719      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1720      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1721      CMAKE_WARN_DEPRECATED: "FALSE"
1722    buildResult:
1723      variable: "_sgemm_found_with_-lstdc++"
1724      cached: true
1725      stdout: |
1726        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ppGRcO'
1727       
1728        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_aeb9e/fast
1729        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_aeb9e.dir/build.make CMakeFiles/cmTC_aeb9e.dir/build
1730        Building C object CMakeFiles/cmTC_aeb9e.dir/CheckFunctionExists.c.o
1731        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_aeb9e.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_aeb9e.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_aeb9e.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ppGRcO/CheckFunctionExists.c
1732        Linking C executable cmTC_aeb9e
1733        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aeb9e.dir/link.txt --verbose=1
1734        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_aeb9e.dir/CheckFunctionExists.c.o -o cmTC_aeb9e  /opt/local/lib/libopenblas.dylib -lstdc++
1735        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1736        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1737        make[1]: *** [cmTC_aeb9e] Error 1
1738        make: *** [cmTC_aeb9e/fast] Error 2
1739       
1740      exitCode: 2
1741  -
1742    kind: "try_compile-v1"
1743    backtrace:
1744      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1745      - "cmake/modules/CheckCFortranFunctionExists.cmake:16 (check_function_exists)"
1746      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1747      - "CMakeLists.txt:643 (include)"
1748    checks:
1749      - "Looking for sgemm"
1750    directories:
1751      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-FgjH6Z"
1752      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-FgjH6Z"
1753    cmakeVariables:
1754      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1755      CMAKE_C_FLAGS_DEBUG: "-g"
1756      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1757      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1758      CMAKE_OSX_ARCHITECTURES: "arm64"
1759      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1760      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1761      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1762      CMAKE_WARN_DEPRECATED: "FALSE"
1763    buildResult:
1764      variable: "_sgemm_found_with_-lc++"
1765      cached: true
1766      stdout: |
1767        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-FgjH6Z'
1768       
1769        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_77fb1/fast
1770        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_77fb1.dir/build.make CMakeFiles/cmTC_77fb1.dir/build
1771        Building C object CMakeFiles/cmTC_77fb1.dir/CheckFunctionExists.c.o
1772        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_77fb1.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_77fb1.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_77fb1.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-FgjH6Z/CheckFunctionExists.c
1773        Linking C executable cmTC_77fb1
1774        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77fb1.dir/link.txt --verbose=1
1775        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_77fb1.dir/CheckFunctionExists.c.o -o cmTC_77fb1  /opt/local/lib/libopenblas.dylib -lc++
1776        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1777        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1778        make[1]: *** [cmTC_77fb1] Error 1
1779        make: *** [cmTC_77fb1/fast] Error 2
1780       
1781      exitCode: 2
1782  -
1783    kind: "try_compile-v1"
1784    backtrace:
1785      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1786      - "cmake/modules/CheckCFortranFunctionExists.cmake:8 (check_function_exists)"
1787      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1788      - "CMakeLists.txt:643 (include)"
1789    checks:
1790      - "Looking for sgemm__"
1791    directories:
1792      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-KIHshR"
1793      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-KIHshR"
1794    cmakeVariables:
1795      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1796      CMAKE_C_FLAGS_DEBUG: "-g"
1797      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1798      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1799      CMAKE_OSX_ARCHITECTURES: "arm64"
1800      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1801      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1802      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1803      CMAKE_WARN_DEPRECATED: "FALSE"
1804    buildResult:
1805      variable: "_sgemm___found"
1806      cached: true
1807      stdout: |
1808        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-KIHshR'
1809       
1810        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b5d9f/fast
1811        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_b5d9f.dir/build.make CMakeFiles/cmTC_b5d9f.dir/build
1812        Building C object CMakeFiles/cmTC_b5d9f.dir/CheckFunctionExists.c.o
1813        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm__ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_b5d9f.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_b5d9f.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_b5d9f.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-KIHshR/CheckFunctionExists.c
1814        Linking C executable cmTC_b5d9f
1815        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5d9f.dir/link.txt --verbose=1
1816        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm__ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_b5d9f.dir/CheckFunctionExists.c.o -o cmTC_b5d9f  /opt/local/lib/libopenblas.dylib
1817        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1818        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1819        make[1]: *** [cmTC_b5d9f] Error 1
1820        make: *** [cmTC_b5d9f/fast] Error 2
1821       
1822      exitCode: 2
1823  -
1824    kind: "try_compile-v1"
1825    backtrace:
1826      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1827      - "cmake/modules/CheckCFortranFunctionExists.cmake:16 (check_function_exists)"
1828      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1829      - "CMakeLists.txt:643 (include)"
1830    checks:
1831      - "Looking for sgemm__"
1832    directories:
1833      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-D6ncpY"
1834      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-D6ncpY"
1835    cmakeVariables:
1836      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1837      CMAKE_C_FLAGS_DEBUG: "-g"
1838      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1839      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1840      CMAKE_OSX_ARCHITECTURES: "arm64"
1841      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1842      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1843      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1844      CMAKE_WARN_DEPRECATED: "FALSE"
1845    buildResult:
1846      variable: "_sgemm___found_with_-lstdc++"
1847      cached: true
1848      stdout: |
1849        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-D6ncpY'
1850       
1851        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b5971/fast
1852        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_b5971.dir/build.make CMakeFiles/cmTC_b5971.dir/build
1853        Building C object CMakeFiles/cmTC_b5971.dir/CheckFunctionExists.c.o
1854        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm__ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_b5971.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_b5971.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_b5971.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-D6ncpY/CheckFunctionExists.c
1855        Linking C executable cmTC_b5971
1856        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5971.dir/link.txt --verbose=1
1857        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm__ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_b5971.dir/CheckFunctionExists.c.o -o cmTC_b5971  /opt/local/lib/libopenblas.dylib -lstdc++
1858        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1859        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1860        make[1]: *** [cmTC_b5971] Error 1
1861        make: *** [cmTC_b5971/fast] Error 2
1862       
1863      exitCode: 2
1864  -
1865    kind: "try_compile-v1"
1866    backtrace:
1867      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1868      - "cmake/modules/CheckCFortranFunctionExists.cmake:16 (check_function_exists)"
1869      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1870      - "CMakeLists.txt:643 (include)"
1871    checks:
1872      - "Looking for sgemm__"
1873    directories:
1874      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-BvVHcB"
1875      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-BvVHcB"
1876    cmakeVariables:
1877      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1878      CMAKE_C_FLAGS_DEBUG: "-g"
1879      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1880      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1881      CMAKE_OSX_ARCHITECTURES: "arm64"
1882      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1883      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1884      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1885      CMAKE_WARN_DEPRECATED: "FALSE"
1886    buildResult:
1887      variable: "_sgemm___found_with_-lc++"
1888      cached: true
1889      stdout: |
1890        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-BvVHcB'
1891       
1892        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3a35c/fast
1893        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_3a35c.dir/build.make CMakeFiles/cmTC_3a35c.dir/build
1894        Building C object CMakeFiles/cmTC_3a35c.dir/CheckFunctionExists.c.o
1895        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm__ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_3a35c.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_3a35c.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_3a35c.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-BvVHcB/CheckFunctionExists.c
1896        Linking C executable cmTC_3a35c
1897        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3a35c.dir/link.txt --verbose=1
1898        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=sgemm__ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_3a35c.dir/CheckFunctionExists.c.o -o cmTC_3a35c  /opt/local/lib/libopenblas.dylib -lc++
1899        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1900        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1901        make[1]: *** [cmTC_3a35c] Error 1
1902        make: *** [cmTC_3a35c/fast] Error 2
1903       
1904      exitCode: 2
1905  -
1906    kind: "try_compile-v1"
1907    backtrace:
1908      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1909      - "cmake/modules/CheckCFortranFunctionExists.cmake:8 (check_function_exists)"
1910      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1911      - "CMakeLists.txt:643 (include)"
1912    checks:
1913      - "Looking for SGEMM"
1914    directories:
1915      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ZFOyxQ"
1916      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ZFOyxQ"
1917    cmakeVariables:
1918      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1919      CMAKE_C_FLAGS_DEBUG: "-g"
1920      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1921      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1922      CMAKE_OSX_ARCHITECTURES: "arm64"
1923      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1924      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1925      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1926      CMAKE_WARN_DEPRECATED: "FALSE"
1927    buildResult:
1928      variable: "_SGEMM_found"
1929      cached: true
1930      stdout: |
1931        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ZFOyxQ'
1932       
1933        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_52e44/fast
1934        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_52e44.dir/build.make CMakeFiles/cmTC_52e44.dir/build
1935        Building C object CMakeFiles/cmTC_52e44.dir/CheckFunctionExists.c.o
1936        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_52e44.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_52e44.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_52e44.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-ZFOyxQ/CheckFunctionExists.c
1937        Linking C executable cmTC_52e44
1938        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_52e44.dir/link.txt --verbose=1
1939        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_52e44.dir/CheckFunctionExists.c.o -o cmTC_52e44  /opt/local/lib/libopenblas.dylib
1940        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1941        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1942        make[1]: *** [cmTC_52e44] Error 1
1943        make: *** [cmTC_52e44/fast] Error 2
1944       
1945      exitCode: 2
1946  -
1947    kind: "try_compile-v1"
1948    backtrace:
1949      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1950      - "cmake/modules/CheckCFortranFunctionExists.cmake:16 (check_function_exists)"
1951      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1952      - "CMakeLists.txt:643 (include)"
1953    checks:
1954      - "Looking for SGEMM"
1955    directories:
1956      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-j4NF7j"
1957      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-j4NF7j"
1958    cmakeVariables:
1959      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1960      CMAKE_C_FLAGS_DEBUG: "-g"
1961      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1962      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
1963      CMAKE_OSX_ARCHITECTURES: "arm64"
1964      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
1965      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
1966      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
1967      CMAKE_WARN_DEPRECATED: "FALSE"
1968    buildResult:
1969      variable: "_SGEMM_found_with_-lstdc++"
1970      cached: true
1971      stdout: |
1972        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-j4NF7j'
1973       
1974        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_54061/fast
1975        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_54061.dir/build.make CMakeFiles/cmTC_54061.dir/build
1976        Building C object CMakeFiles/cmTC_54061.dir/CheckFunctionExists.c.o
1977        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_54061.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_54061.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_54061.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-j4NF7j/CheckFunctionExists.c
1978        Linking C executable cmTC_54061
1979        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54061.dir/link.txt --verbose=1
1980        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_54061.dir/CheckFunctionExists.c.o -o cmTC_54061  /opt/local/lib/libopenblas.dylib -lstdc++
1981        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
1982        clang: error: linker command failed with exit code 1 (use -v to see invocation)
1983        make[1]: *** [cmTC_54061] Error 1
1984        make: *** [cmTC_54061/fast] Error 2
1985       
1986      exitCode: 2
1987  -
1988    kind: "try_compile-v1"
1989    backtrace:
1990      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
1991      - "cmake/modules/CheckCFortranFunctionExists.cmake:16 (check_function_exists)"
1992      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
1993      - "CMakeLists.txt:643 (include)"
1994    checks:
1995      - "Looking for SGEMM"
1996    directories:
1997      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-8frqxE"
1998      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-8frqxE"
1999    cmakeVariables:
2000      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2001      CMAKE_C_FLAGS_DEBUG: "-g"
2002      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2003      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
2004      CMAKE_OSX_ARCHITECTURES: "arm64"
2005      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
2006      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2007      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
2008      CMAKE_WARN_DEPRECATED: "FALSE"
2009    buildResult:
2010      variable: "_SGEMM_found_with_-lc++"
2011      cached: true
2012      stdout: |
2013        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-8frqxE'
2014       
2015        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1cc88/fast
2016        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_1cc88.dir/build.make CMakeFiles/cmTC_1cc88.dir/build
2017        Building C object CMakeFiles/cmTC_1cc88.dir/CheckFunctionExists.c.o
2018        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_1cc88.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_1cc88.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_1cc88.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-8frqxE/CheckFunctionExists.c
2019        Linking C executable cmTC_1cc88
2020        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1cc88.dir/link.txt --verbose=1
2021        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_1cc88.dir/CheckFunctionExists.c.o -o cmTC_1cc88  /opt/local/lib/libopenblas.dylib -lc++
2022        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
2023        clang: error: linker command failed with exit code 1 (use -v to see invocation)
2024        make[1]: *** [cmTC_1cc88] Error 1
2025        make: *** [cmTC_1cc88/fast] Error 2
2026       
2027      exitCode: 2
2028  -
2029    kind: "try_compile-v1"
2030    backtrace:
2031      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
2032      - "cmake/modules/CheckCFortranFunctionExists.cmake:8 (check_function_exists)"
2033      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
2034      - "CMakeLists.txt:643 (include)"
2035    checks:
2036      - "Looking for SGEMM_"
2037    directories:
2038      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-2U3ilm"
2039      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-2U3ilm"
2040    cmakeVariables:
2041      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2042      CMAKE_C_FLAGS_DEBUG: "-g"
2043      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2044      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
2045      CMAKE_OSX_ARCHITECTURES: "arm64"
2046      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
2047      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2048      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
2049      CMAKE_WARN_DEPRECATED: "FALSE"
2050    buildResult:
2051      variable: "_SGEMM__found"
2052      cached: true
2053      stdout: |
2054        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-2U3ilm'
2055       
2056        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fec63/fast
2057        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_fec63.dir/build.make CMakeFiles/cmTC_fec63.dir/build
2058        Building C object CMakeFiles/cmTC_fec63.dir/CheckFunctionExists.c.o
2059        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_fec63.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_fec63.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_fec63.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-2U3ilm/CheckFunctionExists.c
2060        Linking C executable cmTC_fec63
2061        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fec63.dir/link.txt --verbose=1
2062        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_fec63.dir/CheckFunctionExists.c.o -o cmTC_fec63  /opt/local/lib/libopenblas.dylib
2063        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
2064        clang: error: linker command failed with exit code 1 (use -v to see invocation)
2065        make[1]: *** [cmTC_fec63] Error 1
2066        make: *** [cmTC_fec63/fast] Error 2
2067       
2068      exitCode: 2
2069  -
2070    kind: "try_compile-v1"
2071    backtrace:
2072      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
2073      - "cmake/modules/CheckCFortranFunctionExists.cmake:16 (check_function_exists)"
2074      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
2075      - "CMakeLists.txt:643 (include)"
2076    checks:
2077      - "Looking for SGEMM_"
2078    directories:
2079      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-WObGpd"
2080      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-WObGpd"
2081    cmakeVariables:
2082      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2083      CMAKE_C_FLAGS_DEBUG: "-g"
2084      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2085      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
2086      CMAKE_OSX_ARCHITECTURES: "arm64"
2087      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
2088      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2089      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
2090      CMAKE_WARN_DEPRECATED: "FALSE"
2091    buildResult:
2092      variable: "_SGEMM__found_with_-lstdc++"
2093      cached: true
2094      stdout: |
2095        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-WObGpd'
2096       
2097        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9f7db/fast
2098        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_9f7db.dir/build.make CMakeFiles/cmTC_9f7db.dir/build
2099        Building C object CMakeFiles/cmTC_9f7db.dir/CheckFunctionExists.c.o
2100        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_9f7db.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_9f7db.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_9f7db.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-WObGpd/CheckFunctionExists.c
2101        Linking C executable cmTC_9f7db
2102        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9f7db.dir/link.txt --verbose=1
2103        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_9f7db.dir/CheckFunctionExists.c.o -o cmTC_9f7db  /opt/local/lib/libopenblas.dylib -lstdc++
2104        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
2105        clang: error: linker command failed with exit code 1 (use -v to see invocation)
2106        make[1]: *** [cmTC_9f7db] Error 1
2107        make: *** [cmTC_9f7db/fast] Error 2
2108       
2109      exitCode: 2
2110  -
2111    kind: "try_compile-v1"
2112    backtrace:
2113      - "/opt/local/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
2114      - "cmake/modules/CheckCFortranFunctionExists.cmake:16 (check_function_exists)"
2115      - "external/lapack.cmake:78 (check_c_fortran_function_exists)"
2116      - "CMakeLists.txt:643 (include)"
2117    checks:
2118      - "Looking for SGEMM_"
2119    directories:
2120      source: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-U961RF"
2121      binary: "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-U961RF"
2122    cmakeVariables:
2123      CMAKE_C_FLAGS: "-pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2124      CMAKE_C_FLAGS_DEBUG: "-g"
2125      CMAKE_EXE_LINKER_FLAGS: "-L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2126      CMAKE_MODULE_PATH: "/opt/local/share/cmake/Modules;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/madness-04cca03656627bebf8e7d4e54b52d7d101774bd7/cmake/modules/"
2127      CMAKE_OSX_ARCHITECTURES: "arm64"
2128      CMAKE_OSX_DEPLOYMENT_TARGET: "14.0"
2129      CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk"
2130      CMAKE_POSITION_INDEPENDENT_CODE: "ON"
2131      CMAKE_WARN_DEPRECATED: "FALSE"
2132    buildResult:
2133      variable: "_SGEMM__found_with_-lc++"
2134      cached: true
2135      stdout: |
2136        Change Dir: '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-U961RF'
2137       
2138        Run Build Command(s): /opt/local/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_73ca7/fast
2139        /Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cmTC_73ca7.dir/build.make CMakeFiles/cmTC_73ca7.dir/build
2140        Building C object CMakeFiles/cmTC_73ca7.dir/CheckFunctionExists.c.o
2141        /usr/bin/clang   -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -fPIE -MD -MT CMakeFiles/cmTC_73ca7.dir/CheckFunctionExists.c.o -MF CMakeFiles/cmTC_73ca7.dir/CheckFunctionExists.c.o.d -o CMakeFiles/cmTC_73ca7.dir/CheckFunctionExists.c.o -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_madness/madness/work/build/CMakeFiles/CMakeScratch/TryCompile-U961RF/CheckFunctionExists.c
2142        Linking C executable cmTC_73ca7
2143        /opt/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73ca7.dir/link.txt --verbose=1
2144        /usr/bin/clang -pipe -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCHECK_FUNCTION_EXISTS=SGEMM_ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk  CMakeFiles/cmTC_73ca7.dir/CheckFunctionExists.c.o -o cmTC_73ca7  /opt/local/lib/libopenblas.dylib -lc++
2145        ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libopenblas-r1.dylib'
2146        clang: error: linker command failed with exit code 1 (use -v to see invocation)
2147        make[1]: *** [cmTC_73ca7] Error 1
2148        make: *** [cmTC_73ca7/fast] Error 2
2149       
2150      exitCode: 2
2151...