Skip to content

Commit

Permalink
fix stupid R restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Oct 22, 2024
1 parent ad7530c commit c6a766a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rgeoda
Type: Package
Title: R Library for Spatial Data Analysis
Version: 0.0.10-6
Version: 0.0.10-7
Date: 2024-10-21
Authors@R:
c(person(given = "Xun", family = "Li", email="lixun910@gmail.com", role=c("aut","cre")),
Expand Down
3 changes: 1 addition & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
RGEODALIB = ./libgeoda
BOOST_PATH = ../inst/i

PKG_CPPFLAGS=\
-I$(RGEODALIB) \
-I$(BOOST_PATH) \
-I../inst/i \
-D__USE_PTHREAD__ \
-D__RGEODA__

Expand Down
3 changes: 1 addition & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
TARGET = lib$(subst gcc,,$(COMPILED_BY))$(R_ARCH)

RGEODALIB = ./libgeoda
BOOST_PATH = ../inst/i

PKG_CPPFLAGS=\
-I$(RGEODALIB) \
-I$(BOOST_PATH) \
-I../inst/i \
-D__USE_PTHREAD__ \
-D__RGEODA__

Expand Down

0 comments on commit c6a766a

Please sign in to comment.