Define HDF5_CXX

This commit is contained in:
Pablo Oliveira 2021-07-09 16:54:37 +02:00
parent bc0cd03f02
commit f98b4f926b

View File

@ -21,6 +21,7 @@ else
$(error No valid compiler environment set in $$ENV. \
First run: $$ source smvars.sh {intel | llvm | gnu})
endif
HDF5_CXX = $(CXX)
H5CXX = h5c++
FLIBS = -lstdc++
CXXFLAGS = $(OPT) $(ARCH) $(DEBUG) $(THRESHOLD) -fPIC