Skip to content

Commit a11e572

Browse files
authored
Merge pull request #540 from libAtoms/wheel_cli_executables
re-add md and vasp_driver to executables in wheel
2 parents 6e739f8 + 7f8ab1b commit a11e572

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

46-
# include `quip` and `gap_fit` command line tools and `libquip.a`
46+
# include desired 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/
49+
cp ${BUILDDIR}/md ${BUILDDIR}/quippy/
50+
cp ${BUILDDIR}/vasp_driver ${BUILDDIR}/quippy/
51+
cp ${BUILDDIR}/libquip.a ${BUILDDIR}/quippy/

0 commit comments

Comments
 (0)