usearch: Make installed binary executable#10269
usearch: Make installed binary executable#10269adamjstewart merged 2 commits intospack:developfrom htcf:usearch
Conversation
healther
left a comment
There was a problem hiding this comment.
why isn't this done automatically? Isn't that the job of the install method?
|
It looks like the install method just preserves the src permissions. This is a manual download, so we can't be sure what the permissions will be. In my case, the file was saved with 644, resulting in a non-functioning package. |
|
@erimar77 => Installing usearch /software/packages/spack/lib/spack/spack/package.py:916, in do_fetch:
Any suggestions? |
|
@trecakov The only version listed is 10.0.240, can you try using that executable? You'll also need to modify the md5sum to match your file, as each download has your license information baked into it. |
|
@erimar77 I added version 11.0.667 in the package.py. |
No description provided.