We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d36406 commit 194b25cCopy full SHA for 194b25c
.github/workflows/test-coverage.yaml
@@ -39,7 +39,7 @@ jobs:
39
# covr adds --coverage which needs -O0, but _FORTIFY_SOURCE needs -O
40
makevars_content <- paste(
41
"PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)",
42
- "PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)"
+ "PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)",
43
sep = "\n"
44
)
45
writeLines(makevars_content, "./extended-tests/cpp4rtest/src/Makevars")
0 commit comments