#783 closed bug (wontfix)
Singular includes should be absolute (from $prefix/include)
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | dontKnow | Version: | 4-0-3 |
Keywords: | Cc: |
Description
It should be possible to build libraries against Singular without needing to specify a custom include directory (the -I
option of GCC).
Therefore, includes of the form
#include <foo>
should be replaced by
#include <singular/foo>
Change History (2)
comment:1 Changed 6 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 6 years ago by
Note: See
TracTickets for help on using
tickets.
It was closed because this change would have no benefit for us, but would require a lot of work: rewrite the build/install script, changing all headers, and the include part of all sources.