Skip to content

Commit

Permalink
update version bound on f90wrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Aug 13, 2024
1 parent 095307b commit 2b2a651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quippy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ F2PY_LINK_ARGS = $(shell ${PYTHON} -c 'import sys; print(" ".join([arg for arg i
all: build

f90wrap:
${PIP} install ${QUIPPY_INSTALL_OPTS} "f90wrap>=0.2.6,<0.2.14"
${PIP} install ${QUIPPY_INSTALL_OPTS} "f90wrap==0.2.13"

clean:
rm -f _quippy${EXT_SUFFIX} ${F90WRAP_FILES} ${WRAP_FPP_FILES}
Expand Down

0 comments on commit 2b2a651

Please sign in to comment.