Skip to content

Commit

Permalink
Merge pull request #1297 from M3nin0/som-dtw-openmp
Browse files Browse the repository at this point in the history
enable openmp in cpp code
  • Loading branch information
gilbertocamara authored Feb 21, 2025
2 parents 20a2360 + 12e0f1f commit 77d5a63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Armadillo requires it
# CXX_STD = CXX11
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

0 comments on commit 77d5a63

Please sign in to comment.