Open zbeekman opened 6 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This is either a bug in CMake or in Homebrew. Homebrew fixes some paths, but not others.
For builds for homebrew or with brewed MPI it would be nice to fixup the paths to point to /usr/local/opt/
Defect/Bug Report
uname -a
: Darwin localhost.local 18.2.0 Darwin Kernel Version 18.2.0: Fri Oct 5 19:41:49 PDT 2018; x86_64Observed Behavior
caf scripts point to de-referenced path to MPI libs; this breaks caf when user upgrades mpi
Expected Behavior
Try to link to the output of
$(brew --prefix openmpi)
which should be/usr/local/opt/open-mpi
or similar on most machinesSteps to Reproduce
Install current binary distribution of open coarrays on homebrew