Skip to content

Commit

Permalink
fix mac
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Jul 22, 2021
1 parent 56a86f3 commit 0ccd6b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
cxx: gcc-9
f77: gfortran-9
outputs: lib share
makefile: Makefile_mac.am
makefile: Makefile.am
# F2C also fails on MacOSX, because the F2C library is difficult to install
#- name: macos-f2c
# runs_on: macos-latest
Expand Down
12 changes: 6 additions & 6 deletions Makefile_mac.am → Makefile_f2c_mac.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ libsme_la_SOURCES = \
src/sme/platform.h \
src/sme/sme_synth_faster.h \
src/sme/sme_synth_faster.cpp \
src/eos/eos.f \
src/eos/eos_eqns.f \
src/eos/eos_math_special.f \
src/eos/kp_q_spln.f \
src/sme/hlinop.f \
src/sme/hlinprof.f
src/eos/eos.c \
src/eos/eos_eqns.c \
src/eos/eos_math_special.c \
src/eos/kp_q_spln.c \
src/sme/hlinop.c \
src/sme/hlinprof.c
libsme_la_LDFLAGS = -fPIC -version-info 5:22:0 -shared -no-undefined
libsme_la_CPPFLAGS = -fPIC -shared
# Here we assume that f2c has been installed using homebrew, since the automatic detection seems to fail...
Expand Down

0 comments on commit 0ccd6b9

Please sign in to comment.