You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#79
- Use the CMake GNUInstallDirs module to help locate where to put
stuff
- Install library header files too
- Put module into include, but also namespace it with compiler ID and version
Directory structure looks like this:
```
/usr/local/Cellar/OpenCoarrays/1.8.3
├── bin
│ ├── caf
│ └── cafrun
├── include
│ ├── OpenCoarrays
│ │ └── GNU
│ │ └── 6.3.0
│ │ └── opencoarrays.mod
│ ├── libcaf-gfortran-descriptor.h
│ ├── libcaf.h
│ └── opencoarrays.mod -> /usr/local/Cellar/OpenCoarrays/1.8.3/include/OpenCoarrays/GNU/6.3.0/opencoarrays.mod
└── lib
├── cmake
│ └── opencoarrays
│ ├── OpenCoarraysConfig.cmake
│ ├── OpenCoarraysConfigVersion.cmake
│ ├── OpenCoarraysTargets-release.cmake
│ └── OpenCoarraysTargets.cmake
└── libcaf_mpi.a
8 directories, 11 files
```
0 commit comments