-
Notifications
You must be signed in to change notification settings - Fork 15
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
install error about hdf5 #8
Comments
Hi, blasr is no longer supported. We recommend lra:
https://github.com/ChaissonLab/LRA
Best,
-Mark
…On Wed, Nov 11, 2020 at 4:51 AM shiyi-pan ***@***.***> wrote:
Hi, when i install the blasr, I got an error .
when I installed hdf5 , there is no file named hdf5_cpp , my hdf5 version
is 1.8.21 . could you help me fix this problem , thank you very much :
make[1]: Entering directory /ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr'
make[2]: Entering directory
/ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr/alignment'
g++ -O3 -Wno-div-by-zero -I ../common -I
/net/eichler/vol5/home/mchaisso/software/hdf/include/ -fpermissive
-mtune=native -I ../common -I
/net/eichler/vol5/home/mchaisso/software/hdf/include/ bin/Blasr.o
-L/net/eichler/vol5/home/mchaisso/software/hdf/lib -lhdf5_cpp -lhdf5 -lz
-lpthread -ldl -lrt -o bin/blasr
/usr/bin/ld: cannot find -lhdf5_cpp
collect2: ld returned 1 exit status
make[2]: *** [bin/blasr] Error 1
make[2]: Leaving directory /ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr/alignment'
make[2]: Entering directory
/ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr/sequtils'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKPGPRZ6N6YZ5IIUAT37DDSPKCFPANCNFSM4TR6SBIA>
.
|
thank you for your reply . I will try LRA. thank you very much |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, when i install the blasr, I got an error .
when I installed hdf5 , there is no file named hdf5_cpp , my hdf5 version is 1.8.21 . could you help me fix this problem , thank you very much :
make[1]: Entering directory
/ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr' make[2]: Entering directory
/ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr/alignment'g++ -O3 -Wno-div-by-zero -I ../common -I /net/eichler/vol5/home/mchaisso/software/hdf/include/ -fpermissive -mtune=native -I ../common -I /net/eichler/vol5/home/mchaisso/software/hdf/include/ bin/Blasr.o -L/net/eichler/vol5/home/mchaisso/software/hdf/lib -lhdf5_cpp -lhdf5 -lz -lpthread -ldl -lrt -o bin/blasr
/usr/bin/ld: cannot find -lhdf5_cpp
collect2: ld returned 1 exit status
make[2]: *** [bin/blasr] Error 1
make[2]: Leaving directory
/ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr/alignment' make[2]: Entering directory
/ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr/sequtils'The text was updated successfully, but these errors were encountered: