Skip to content

gnuscripts/lalsuite_build.m4: merge LALSUITE_WITH_NVCC_CFLAGS macro into LALSUITE_WITH_CUDA()

Karl Wette requested to merge (removed):cuda-m4-macros into master

Motivation: there doesn't seem to be a need to have a macro to set compiler flags for the CUDA compiler nvcc separate from the main CUDA configuration macro LALSUITE_WITH_CUDA. The patch also fixes a bug: NVCC_CFLAGS is never declared with AC_SUBST and therefore would have been ineffective anyway.

Edited by Karl Wette

Merge request reports