BerkeleyLab / caffeine

A parallel runtime library for Fortran compilers
https://berkeleylab.github.io/caffeine/
Other
37 stars 7 forks source link

Create prefix #96

Closed bonachea closed 5 months ago

bonachea commented 5 months ago

Teach install.sh to create --prefix directory if it doesn't already exist.
This matches the default behavior of autotools and CMake that users generally expect.

Also, stop requiring gmkdir. Regular mkdir is sufficient for our purposes, and the install script was already relying on its availability anyhow prior to installing gmkdir.