https://github.com/dereneaton/ipyrad
Raw File
Tip revision: 9ba457e8604cff9849104391a6699265162139c4 authored by deren on 06 March 2021, 16:34:30 UTC
ftp workable and checks path name
Tip revision: 9ba457e
backup.sh
#!/bin/bash

./configure CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib --prefix=${PREFIX} --with-boost=${PREFIX}
make
make install





back to top