Skip to content

Commit

Permalink
fix clapack error try2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 24, 2024
1 parent d76ae2e commit 5a78d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeoDamake.macosx.opt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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
WARNINGS = -Wno-enum-constexpr-conversion -Wint-conversion -Wdeclaration-after-statement
WARNINGS = -Wno-enum-constexpr-conversion -Wno-int-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)
Expand Down

0 comments on commit 5a78d2a

Please sign in to comment.