Skip to content

Commit aafb30c

Browse files
committed
include libquip.a as well
1 parent ba5a12f commit aafb30c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prepare-wheel-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ fi
4343
cp ${BUILDDIR}/../../README.md ${BUILDDIR}
4444
cp ${BUILDDIR}/../../quippy/setup.py ${BUILDDIR}
4545

46-
# include `quip` and `gap_fit` command line tools
46+
# include `quip` and `gap_fit` command line tools and `libquip.a`
4747
cp ${BUILDDIR}/quip ${BUILDDIR}/quippy
4848
cp ${BUILDDIR}/gap_fit ${BUILDDIR}/quippy/
49+
cp ${BUILDDIR}/libquip.a ${BUILDDIR}/quippy/
4950

5051
# Python build dependencies
5152
pip install oldest-supported-numpy

0 commit comments

Comments
 (0)