Closed CGrassin closed 2 months ago
is this a valid fix?
I think that this is not the correct approach. Not saying that the current version is good/better. But the ordering of find is not fixed, thus always using the first entry can be as bad as having multiple files?
I think we need much more logic to first search and then select the correct file?
I don't think that this is the correct approach. I feel that a more complex approach is needed if any...
As stated in the last comment of issue https://github.com/thliebig/openEMS/issues/36, there is still an issue with the setup.m in Linux when both the serial and openmpi versions of hdf5 are installed. This simple fix applies the same correction that was already done to the hdf5 include path.
Before fix:
After fix:
Thank you for the great work!