-
Notifications
You must be signed in to change notification settings - Fork 108
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
Abyss 2.03 compile error -- deleted function #204
Comments
@eroberson Thanks for reporting this and thanks also for providing your exact GCC version and Boost version up front. I'm not sure how I will fix this at the moment, but if you are looking for a quick workaround I'm guessing that using an using an older version of Boost will do the trick. IIRC I have tested with Boost 1.62 and maybe Boost 1.64. |
Happy to help! I haven't retried with Boost 1.66.0. Going back over everything carefully it looks like when I invoked the 1.66.0 configure command I was pointing at the linker directory. I need to retry it to make sure that wasn't the only error. Either way, I can confirm it compiled with 1.62.0: ./configure --prefix=/home/eli \
--with-boost=/home/eli/src/boost_1_62_0 \
FC=/usr/local/bin/gfortran \
CFLAGS="-m64 -O3 -mtune=core2" \
CXXFLAGS="-m64 -O3 -mtune=core2" \
FCFLAGS="-m64 -O3 -mtune=core2" |
@eroberson Thanks, good to know! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
still want to fix this |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
still needs to be fixed |
The v2.0.3 version of AbySS failing due to a "deleted function".
GCC Suite: 7.2.0
Boost: 1.66.0
OpenMPI: 3.0.0
Sparsehash: 2.0.3
Configure command:
./configure --prefix=/home/eli --with-boost=/home/eli/src/boost_1_66_0/stage/lib FC=/usr/local/bin/gfortran CFLAGS="-m64 -O3 -mtune=core2" CXXFLAGS="-m64 -O3 -mtune=core2" FCFLAGS="-m64 -O3 -mtune=core2"
Error:
The text was updated successfully, but these errors were encountered: