# OpenMP is used in the jackknife (parallel over subjects). On toolchains
# without OpenMP (e.g. Apple clang) the variable is left empty and the code
# compiles serially without changes.
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
