bioinform / neusomatic

NeuSomatic: Deep convolutional neural networks for accurate somatic mutation detection
Other
167 stars 51 forks source link

fix mac compilation #5

Closed roger-liu-bina closed 6 years ago

roger-liu-bina commented 6 years ago

remove march-native add safeguard for checking gcc on mac. If gcc not found, exist.

marghoob commented 6 years ago

@roger-liu-bina Does this work with clang on Mac?

roger-liu-bina commented 6 years ago

@marghoob It will check if the user has GCC/G++. if not the build will end.

marghoob commented 6 years ago

Thanks. Looks good to me. Please merge.