Skip to content

Commit

Permalink
fix boost error [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 24, 2024
1 parent ead044e commit c38eb2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GeoDamake.macosx.opt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ BOOST_HEADER = -I$(GEODA_HOME)/libraries/include
GDAL_HEADER = -I/usr/local/opt/gdal/include -D__PROJ6__
EIGEN_HEADER = -I$(GEODA_HOME)/temp/eigen3 -I$(GEODA_HOME)/temp/spectra/include

CPPFLAGS = -std=c++14 -I$(GeoDa_ROOT) $(USER_LOG)
CFLAGS = -std=gnu99 -O3 -Wall -Wdeclaration-after-statement $(USER_DEFS) $(GDAL_HEADER) $(EIGEN_HEADER)
CXXFLAGS = -std=c++14 -O3 -Wall $(USER_DEFS) $(WX_HEADER) $(BOOST_HEADER) $(GDAL_HEADER) $(EIGEN_HEADER)
CPPFLAGS = -std=c++14 -Wno-enum-constexpr-conversion -I$(GeoDa_ROOT) $(USER_LOG)
CFLAGS = -std=gnu99 -O3 -Wall -Wdeclaration-after-statement -Wno-enum-constexpr-conversion $(USER_DEFS) $(GDAL_HEADER) $(EIGEN_HEADER)
CXXFLAGS = -std=c++14 -O3 -Wall -Wno-enum-constexpr-conversion $(USER_DEFS) $(WX_HEADER) $(BOOST_HEADER) $(GDAL_HEADER) $(EIGEN_HEADER)
LDFLAGS = -arch $(GEODA_ARCH)

OBJ_EXT = o
Expand Down

0 comments on commit c38eb2c

Please sign in to comment.