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
The supplied Makefile ignores the prefix variable set during configuration.
Steps to reproduce:
wget "https://github.com/hasindu2008/slow5tools/releases/download/v1.2.0/slow5tools-v1.2.0-release.tar.gz"
tar -xzf slow5tools-v1.2.0-release.tar.gz
cd slow4tools-v1.2.0
./configure --prefix=$HOME/.local # or any other directory
make
make install
The supplied Makefile ignores the prefix variable set during configuration.
Steps to reproduce:
Problem:
make install
throws an errorExpected behavior:
The binaries should be installed into the requested location
Possible Solution:
There seem to be two problems. The
config.mk
file does not set the PREFIX variable. This is what mine looks like.Even if it did set the PREFIX variable, the Makefile would overwrite at
slow5tools/Makefile
Line 39 in cdc52c8
The text was updated successfully, but these errors were encountered: