This project contains command line tools to perform rigid, affine and non-linear registration of nifti or analyse images as well as utilities
BSD 3-Clause "New" or "Revised" License
141
stars
42
forks
source link
GCC 9 Fails to build due to OpenMP changes #74
Closed
ashgillman closed 3 years ago
Hi,
It seems OpenMP has some different defaults for OpenMP. See: https://gcc.gnu.org/gcc-9/porting_to.html#ompdatasharing
I was able to compile with the following changes, but I'm not familiar enough to know whether the
default(none)
was important...