Skip to content

Commit

Permalink
fixed makefile on mac for the extension module for phcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
janverschelde committed May 31, 2022
1 parent 4b17ab1 commit 815cdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Objects/makefile_mac
Original file line number Diff line number Diff line change
Expand Up @@ -3616,7 +3616,7 @@ sage_phcpy2c2.so: parameter.o lib2path.o inputData.o outputData.o iTest.o \
$(gpp) -Dcompilewgpp=1 -c -O3 $(PHCLib)/syspool.c
$(gpp) -Dcompilewgpp=1 -c -O3 $(PHCLib)/series.c
$(gpp) -Dcompilewgpp=1 -c -O3 $(PHCLib)/padcon.c
$(gpp) -Dcompilewgpp=1 -c -O3 \
$(gpp) -Dcompilewgpp=1 -c -O3 -I$(PHCLib) \
-I$(PYTHON) -I$(PYTHON)/Include $(PHCmod)/phcpy2c2.c
gnatmake -c -O3 -static $(INCLULIBS) $(GNATOPTFLAGS) use_c2phc.adb
gnatbind -n -static use_c2phc
Expand Down Expand Up @@ -3676,7 +3676,7 @@ phcpy2c3.so: parameter.o lib2path.o inputData.o outputData.o iTest.o fTest.o \
$(gpp) -Dcompilewgpp=1 -c -O3 $(PHCLib)/syspool.c
$(gpp) -Dcompilewgpp=1 -c -O3 $(PHCLib)/series.c
$(gpp) -Dcompilewgpp=1 -c -O3 $(PHCLib)/padcon.c
$(gpp) -Dcompilewgpp=1 -c -O3 \
$(gpp) -Dcompilewgpp=1 -c -O3 -I$(PHCLib) \
-I/opt/miniconda3/include -I$(PYTHON38) $(PHCmod)/phcpy2c3.c
gnatmake -c -O3 -static $(INCLULIBS) $(GNATOPTFLAGS) use_c2phc.adb
gnatbind -n -static use_c2phc -o use_c2phc_binder.adb
Expand Down

0 comments on commit 815cdf3

Please sign in to comment.