jeromerobert / hmat-oss

A hierarchical matrix C/C++ library
GNU General Public License v2.0
22 stars 11 forks source link

Installed library name contains random string #73

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

This causes plist variability:

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/libhmat.so.10-eol-89196-ge7a55adfd667-dirty
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: lib/libhmat.so.10-eol-89195-g0a274268c9ed-dirty
===> Error: Plist issues found.
dbarbier commented 3 years ago

Hi, you can run cmake with -DHMAT_GIT_VERSION:BOOL=OFF to remove git SHA1.

yurivict commented 3 years ago

Ok, thanks.