From f7bd8c85bcdfd7ad06111741841597d9b3fc778b Mon Sep 17 00:00:00 2001 From: of Date: Wed, 14 Sep 2022 22:04:03 +0800 Subject: [PATCH] remove useless dependency --- src/dfCombustionModels/Make/options | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/dfCombustionModels/Make/options b/src/dfCombustionModels/Make/options index 5100b38b..78b4e8ea 100644 --- a/src/dfCombustionModels/Make/options +++ b/src/dfCombustionModels/Make/options @@ -1,12 +1,8 @@ EXE_INC = -std=c++14 \ -I$(LIB_SRC)/transportModels/compressible/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \ - -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \ - -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \ - -I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \ -I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \ -I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \ - -I$(LIB_SRC)/radiationModels/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \ -I$(DF_SRC)/CanteraMixture/lnInclude \ @@ -18,16 +14,15 @@ EXE_INC = -std=c++14 \ LIB_LIBS = \ -lcompressibleTransportModels \ -lturbulenceModels \ - -lchemistryModel \ - -lradiationModels \ -lfiniteVolume \ -lmeshTools \ - -L$(FOAM_USER_LIBBIN) \ - -ldfCompressibleTurbulenceModels \ + -L$(FOAM_USER_LIBBIN) \ + -ldfCompressibleTurbulenceModels \ -lCanteraMixture \ -ldfChemistryModel \ $(CANTERA_ROOT)/lib/libcantera.so \ $(TORCH_ROOT)/lib/libtorch.so \ $(TORCH_ROOT)/lib/libc10.so \ -rdynamic \ - -lpthread \ No newline at end of file + -lpthread +