Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#783 closed bug (wontfix)

Singular includes should be absolute (from $prefix/include)

Reported by: jdemeyer@… 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 7 years ago by hannes

Resolution: wontfix
Status: newclosed

comment:2 Changed 7 years ago by hannes

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.

Note: See TracTickets for help on using tickets.