Skip to content
Snippets Groups Projects
Commit 1591c71b authored by Darwin's avatar Darwin
Browse files

Add missing -fopenmp for csds writer compilation in Swift

parent b9d2e47f
No related branches found
No related tags found
7 merge requests!1997Yet another master into zoom buffer branch merge (with formatting all done!),!1994Draft: Testing master -> zoom merge,!1987Update zoom_merge with master updates (after wrangling immense conflicts),!1982Update zoom merge branch with latest master developments,!1956Rename space_getsid to space_getsid_and_swap_cells() to try to prevent...,!1945Another master->zoom_merge update,!1919CSDS: fix missing -fopenmp for csds writer compilation
......@@ -92,6 +92,7 @@ if test "$with_csds" = "yes"; then
fi
AC_CONFIG_SUBDIRS([csds])
CFLAGS="$CFLAGS -fopenmp"
fi
AM_CONDITIONAL([HAVECSDS],[test $with_csds = "yes"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment