Skip to content

Commit

Permalink
linux [pypi]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 19, 2024
1 parent 3952af9 commit 1d8e08e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fortran/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,10 @@ else
SFFLAGS = -shared -fpic
endif

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

#SFFLAGS = -shared -fPIC
MODOUT = -J$(OUTPUT_DIR)
SMODOUT = -J$(DLL_DIR)

Expand Down

0 comments on commit 1d8e08e

Please sign in to comment.