-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release builds for v1.17.8 both OSX #8
Comments
I am also having to compile from source because there is no linux build for latest version |
I have added clonehd to my anaconda.org channel (dranew) if anyone reading On Thu, Apr 14, 2016 at 10:46 AM jblachly [email protected] wrote:
|
Thanks for pointing this out. I tagged a new release in my fork (v1.17.9), which includes Linux and OSX binaries and removes hard-coded links from the Makefile. This should close issues #8 and #9. If you are running OSX and you use Homebrew, keep an eye out for this pull request on https://github.com/Homebrew/homebrew-science/pull/3563 which should be available soon. |
I downloaded pre-compiled linux binaries from v1.17.9 but it threw an error for all of three binaries.
So, I built it on our HPC login node as follows: wget https://github.com/ivazquez/cloneHD/archive/v1.17.9.tar.gz
tar xvzf v1.17.9.tar.gz
cd cloneHD-1.17.9
mkdir -p build
cd src
make
echo $?
cd ../build
./cloneHD --help If there is an error while executing cloneHD,
First, locate gsl-config --libs and confirm that For me, I was using anaconda supplied export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/labshared/libs/anaconda/v4.2.0/lib"
./cloneHD --help
:-) |
Neither of the provided builds work on linux, both work on osx.
The text was updated successfully, but these errors were encountered: