We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31f7f18 + d59e286 commit b4d2483Copy full SHA for b4d2483
src/mpi/CMakeLists.txt
@@ -80,6 +80,14 @@ set_target_properties ( caf_mpi
80
# VERSION ${PROJECT_VERSION}
81
)
82
83
+# Unfortunately caf_mpi.c calls a function directly from libgfortran and this can be resolved later
84
+if(APPLE)
85
+ set_target_properties ( caf_mpi
86
+ PROPERTIES
87
+ LINK_FLAGS "-undefined dynamic_lookup"
88
+ )
89
+endif()
90
+
91
# Create a symlink in the include dir
92
if(UNIX)
93
add_custom_command(TARGET caf_mpi
0 commit comments