ENH: update lemon version, wmake wrappers

This commit is contained in:
Mark Olesen
2021-11-08 13:29:39 +01:00
parent a78e79908b
commit 79e110aeb0
24 changed files with 388 additions and 316 deletions

14
wmake/rules/General/eigen Normal file
View File

@ -0,0 +1,14 @@
# ----------------------------------------------------------------------------
# Eigen definitions
#
# 0. missing
# 1. header-only
# ----------------------------------------------------------------------------
ifneq (,$(EIGEN_INC_DIR))
EIGEN_INC := -I$(EIGEN_INC_DIR)
else
EIGEN_INC :=
endif
# ---------------------------------------------------------------------------