hypre icon indicating copy to clipboard operation
hypre copied to clipboard

Rename version script

Open adayton1 opened this issue 2 years ago • 1 comments

We've experienced some conflicts with the src/utilities/version script. It turns out is a header used by boost (and it will also be part of the std library in C++20, see https://en.cppreference.com/w/cpp/header/version), and since src/utilities gets added to the path, the version script is accidentally included instead of the header.

Can the version script be renamed to version.sh and/or perhaps moved into a separate directory that doesn't have any headers in it?

adayton1 avatar Dec 01 '21 18:12 adayton1

There is a long discussion about this in Issue #513. The problem is the monolithic approach for compiling, which isn't scalable or maintainable. You should not point to any of the source directories in hypre when compiling.

rfalgout avatar Dec 01 '21 18:12 rfalgout

Closing this issue since it has been resolved with #731

victorapm avatar Mar 19 '23 22:03 victorapm