Skip to content

Commit

Permalink
fix clapack error [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 24, 2024
1 parent c38eb2c commit d76ae2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GeoDamake.macosx.opt
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ USER_DEFS = -I$(GEODA_HOME)/libraries/include
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 -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)
WARNINGS = -Wno-enum-constexpr-conversion -Wint-conversion -Wdeclaration-after-statement
CPPFLAGS = -std=c++14 $(WARNINGS) -I$(GeoDa_ROOT) $(USER_LOG)
CFLAGS = -std=gnu99 -O3 -Wall $(WARNINGS) $(USER_DEFS) $(GDAL_HEADER) $(EIGEN_HEADER)
CXXFLAGS = -std=c++14 -O3 -Wall $(WARNINGS) $(USER_DEFS) $(WX_HEADER) $(BOOST_HEADER) $(GDAL_HEADER) $(EIGEN_HEADER)
LDFLAGS = -arch $(GEODA_ARCH)

OBJ_EXT = o
Expand Down

0 comments on commit d76ae2e

Please sign in to comment.