Install make.config with header files#1969
Conversation
|
Did you mean to also remove the mpark variant stuff? |
Installing into datadir causes issues as make.config contains many settings and is thus not interchangable between different setups. If the FHS [1] is used, different installations would conflict. This has caused issues for fedora, where different MPI installations share @datadir@. [1] https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
a3b52db to
6cc918f
Compare
|
Would you consider merging? No, was an accident. Should be fixed now 👍 |
|
It's not clear to me that The GNU installation standard suggests maybe Also, I'm currently on a Fedora machine, and there's a I'm a bit less sure about this than I was initially. To install multiple versions of BOUT++, presumably you'd need to set I think this is likely fine, I'd just like to understand why it's necessary! |
|
Fedora is doing something different. For example header files are in We could use a different
|
|
I don't have a strong opinion, as long as it works and is not obviously wrong. |
|
I think read-only refers to the program. This is basically |
Installing into datadir causes issues as make.config contains many
settings and is thus not interchangable between different setups. If
the FHS [1] is used, different installations would conflict. This
has caused issues for fedora, where different MPI installations
share @datadir@.
[1] https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard