Skip to content

Commit 1d8e08e

Browse files
committed
linux [pypi]
1 parent 3952af9 commit 1d8e08e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fortran/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,10 @@ else
101101
SFFLAGS = -shared -fpic
102102
endif
103103

104-
ifneq ($(CIBW_BUILD),)
104+
ifneq ($(shell echo $(compiler_ver) | awk '{print ($$1 >= 14.0)}'),0)
105105
SFFLAGS += -static-libgfortran -static-libgcc -static-libquadmath
106106
endif
107107

108-
#SFFLAGS = -shared -fPIC
109108
MODOUT = -J$(OUTPUT_DIR)
110109
SMODOUT = -J$(DLL_DIR)
111110

0 commit comments

Comments
 (0)