Opened 6 years ago
Closed 6 years ago
#3728 closed task (fixed)
change libname to major.minor
Reported by: | martinl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.1 |
Component: | Compiling | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
GRASS library names point to a full version major.minor.release
, eg. libgrass_gis.7.4.4.so|dll
. Removing release
version from libname would help solving eg. QGIS GRASS plugin packaging problem as described in #3718.
Attachments (1)
Change History (9)
comment:1 by , 6 years ago
by , 6 years ago
Attachment: | patch_3728.diff added |
---|
comment:8 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
After testing wingrass packages changes also applied in releasebranch_7_6. Closing.
Note:
See TracTickets
for help on using tickets.
Please test attachment:patch_3728.diff. It introduces new
GRASS_LIB_VERSION_NUMBER
compilation variable. BTW,GRASS_VERSION_NAME
defined inGrass.make
doesn't seems to be used at all and could be probably removed.