data61 / gossamer

Gossamer bioinformatics suite
Other
19 stars 18 forks source link

installation issue #22

Open temizna opened 6 years ago

temizna commented 6 years ago

Scanning dependencies of target gosslib [ 1%] Building CXX object src/CMakeFiles/gosslib.dir/GossCmdReg.cc.o cc1plus: error: unrecognized command line option "-std=c++11" make[2]: [src/CMakeFiles/gosslib.dir/GossCmdReg.cc.o] Error 1 make[1]: [src/CMakeFiles/gosslib.dir/all] Error 2 make: *** [all] Error 2

Tebalde0 commented 4 years ago

Hello, Just a workaround to install gossamer on recent Mac OS system and probably all Linux distribution, I guess. We had to remove the line 98 (${Boost_PROGRAM_OPTIONS_LIBRARY}) from src/CMakeLists.txt in order to pass through the library accessibility check of cmake since the declaration of Boost library have nothing to do in such place. Best,