You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add lib/solsys1.so and lib/solsys2.so targets (bundling the related objects together).
It's strongly encouraged to add a major version to SONAME (even if the .so file name does not contain the version itself). Downstream packaging will typically want it.
The text was updated successfully, but these errors were encountered:
* Issue #24: Fix SUPERNOVAS_VERSION_STRING macro
* Issue #23: Build improvements with easier packaging in mind
* cio_file.c: Fix warnings about unchecked return values
* version.c: Build utility for printing version string
* make to use externally defined LDFLAGS also when generating .so files
* Smarter make shared and make static implementations
As we are planning to package SuperNOVAS for Debian and RPMFusion, we will probably want to update the build to make it
easier, e.g.:
Use
CFLAGS
/LDFLAGS
defined externally (without editingconfig.mk
).Set CIO locator file location externally (without editing
config.mk
).Add
lib/supernovas.so
target (with possibly versioned name).Add
lib/solsys1.so
andlib/solsys2.so
targets (bundling the related objects together).It's strongly encouraged to add a major version to
SONAME
(even if the.so
file name does not contain the version itself). Downstream packaging will typically want it.The text was updated successfully, but these errors were encountered: