We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ISIS version(s) affected: latest
Description
When building and installing ISIS in a conda directory, it installs a file named "version". A subsequent compilation pass of ISIS fails in json.
It appears that the problem is due to the fact that "version" is a reserved header of the standard library (nlohmann/json#4241).
Since the standard C++ library will refuse to budge, ISIS may need to call its file "isis_version", or something.
How to reproduce
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered:
AustinSanders
Successfully merging a pull request may close this issue.
ISIS version(s) affected: latest
Description
When building and installing ISIS in a conda directory, it installs a file named "version". A subsequent compilation pass of ISIS fails in json.
It appears that the problem is due to the fact that "version" is a reserved header of the standard library (nlohmann/json#4241).
Since the standard C++ library will refuse to budge, ISIS may need to call its file "isis_version", or something.
How to reproduce
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: