Skip to content

Commit

Permalink
SBG causalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalashnikovni committed Jun 5, 2023
1 parent 1491269 commit 32d7307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified 3rd-party/sbg/sb-graph-dev.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ifeq ("$(wildcard $(3RD_PARTY_DIR)/sbg/sb-graph-dev/lib)","")
cd $(3RD_PARTY_DIR)/$(SBG_LIB)/$(SBG_DEV); autoconf
cd $(3RD_PARTY_DIR)/$(SBG_LIB)/$(SBG_DEV); ./configure
cd $(3RD_PARTY_DIR)/$(SBG_LIB)/$(SBG_DEV); make
cd $(3RD_PARTY_DIR)/$(SBG_LIB)/$(SBG_DEV); make install
cd $(3RD_PARTY_DIR)/$(SBG_LIB)/$(SBG_DEV); sudo make install
endif

$(LIBMODELICA): $(COMMON_OBJ) lib-sbg | create-folders
Expand All @@ -79,7 +79,7 @@ ifeq ("$(wildcard $(3RD_PARTY_DIR)/gtest/usr/lib)","")
cd $(3RD_PARTY_DIR)/gtest; tar xvzf $(GTEST_CODE)
mkdir -p $(3RD_PARTY_DIR)/gtest/build
cd $(3RD_PARTY_DIR)/gtest/build; cmake ../$(GTEST_DIR) -DCMAKE_INSTALL_PREFIX=../usr
cd $(3RD_PARTY_DIR)/gtest/build; make install
cd $(3RD_PARTY_DIR)/gtest/build; sudo make install
rm -rf $(3RD_PARTY_DIR)/gtest/$(GTEST_DIR)
rm -rf $(3RD_PARTY_DIR)/gtest/build
endif
Expand Down

0 comments on commit 32d7307

Please sign in to comment.