Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Oct 21, 2024
1 parent f7ddd58 commit 2c5fc3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ PKG_CPPFLAGS=\
-I$(RGEODALIB) \
-I$(BOOST_PATH) \
-D__USE_PTHREAD__ \
-D__RGEODA__
-D__RGEODA__ \
-DBOOST_NO_CXX98_FUNCTION_BASE

PKG_LIBS=\
-pthread
Expand Down
5 changes: 4 additions & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
TARGET = lib$(subst gcc,,$(COMPILED_BY))$(R_ARCH)

RGEODALIB = ./libgeoda
BOOST_PATH = ./boost_develop/boost_1_86_0

PKG_CPPFLAGS=\
-I$(RGEODALIB) \
-I$(BOOST_PATH) \
-D__USE_PTHREAD__ \
-D__RGEODA__
-D__RGEODA__ \
-DBOOST_NO_CXX98_FUNCTION_BASE

PKG_LIBS=\
-L$(RWINLIB)/$(TARGET) \
Expand Down

0 comments on commit 2c5fc3a

Please sign in to comment.