Skip to content

Commit

Permalink
Merge pull request #540 from libAtoms/wheel_cli_executables
Browse files Browse the repository at this point in the history
re-add md and vasp_driver to executables in wheel
  • Loading branch information
jameskermode authored Jan 15, 2023
2 parents 6e739f8 + 7f8ab1b commit a11e572
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prepare-wheel-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ fi
cp ${BUILDDIR}/../../README.md ${BUILDDIR}
cp ${BUILDDIR}/../../quippy/setup.py ${BUILDDIR}

# include `quip` and `gap_fit` command line tools and `libquip.a`
# include desired command line tools and `libquip.a`
cp ${BUILDDIR}/quip ${BUILDDIR}/quippy
cp ${BUILDDIR}/gap_fit ${BUILDDIR}/quippy/
cp ${BUILDDIR}/libquip.a ${BUILDDIR}/quippy/
cp ${BUILDDIR}/md ${BUILDDIR}/quippy/
cp ${BUILDDIR}/vasp_driver ${BUILDDIR}/quippy/
cp ${BUILDDIR}/libquip.a ${BUILDDIR}/quippy/

0 comments on commit a11e572

Please sign in to comment.