This repository was archived by the owner on May 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ semla: mkbuilddirs
4242 mv $(builddir_lib)/omc/SEMLA/lve$(EXE) $(builddir_lib)/omc/SEMLA/LVE/lve_$(LVE_EXE_SUFFIX)$(EXE)
4343
4444semla-clean:
45- # rm -rf ../SEMLA/build
46- # rm -rf ../SEMLA/install
45+ rm -rf ../SEMLA/build
46+ rm -rf ../SEMLA/install
4747endif # end of OMENCRYPTION
4848
4949mkbuilddirs:
Original file line number Diff line number Diff line change @@ -265,10 +265,10 @@ copycppmsvcheader: getMSVCversion
265265 (cp -puf $(BOOST_PATH_MSVC)/boost/*.hpp $(OMBUILDDIR)/include/omc/cpp/3rdParty/boost/msvc/boost)
266266 (cp -pufr $(BOOST_PATH_MSVC)/boost/* $(OMBUILDDIR)/include/omc/cpp/3rdParty/boost/msvc/boost)
267267
268- ifeq ($(OMENCRYPTION),ON)
269- omc: mkbuilddirs interactive fmil omdev_extra_dlls breakprocess opencl_rt CMinpack metis Cdaskr $(IPOPT_TARGET) graphstream
270- else
268+ ifeq ($(OMENCRYPTION),yes)
271269omc: mkbuilddirs interactive fmil omdev_extra_dlls breakprocess opencl_rt CMinpack metis Cdaskr $(IPOPT_TARGET) graphstream semla
270+ else
271+ omc: mkbuilddirs interactive fmil omdev_extra_dlls breakprocess opencl_rt CMinpack metis Cdaskr $(IPOPT_TARGET) graphstream
272272endif
273273 (time $(MAKE) -f $(defaultMakefileTarget) CFLAGS="$(CFLAGS)" omc-bootstrapped OMBUILDDIR=$(OMBUILDDIR))
274274
You can’t perform that action at this time.
0 commit comments