Unverified Commit 9bf47cd9 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

make KOKKOS library compilation compatible with mode=shared

parent 78468f41
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,7 +4,11 @@
ifndef KOKKOS_PATH
  KOKKOS_PATH=../../lib/kokkos
endif

CXXFLAGS=$(CCFLAGS)
ifeq ($(mode),shared)
CXXFLAGS += $(SHFLAGS)
endif

KOKKOS_VERSION_MAJOR = 3
KOKKOS_VERSION_MINOR = 1