rcsb / mmtf-cpp

The pure C++ implementation of the MMTF API, decoder and encoder.
MIT License
21 stars 24 forks source link

Fix segmentation fault with -march=native #40

Closed gtauriello closed 3 years ago

gtauriello commented 3 years ago

Took over fix for #36 and modifications for Travis CI from #35 .

Important note: I had to add set -e to the bash script (build_and_run_tests.sh) which runs the test since otherwise a failing test wouldn't trigger a failure in CI.

gtauriello commented 3 years ago

@danpf Let me know if the changes look ok. Also I will need an approved review to merge this to master... ;-)