"wrappers/python/src/vscode:/vscode.git/clone" did not exist on "a57facb4d1f8c9a51bd429f2f4a1df9fcf137c91"
Commit 3fecf857 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Version number in Linux packaging script is now extracted from CMakeCache.txt (via @peastman).

parent dda50ec8
......@@ -5,7 +5,7 @@
# CONFIGURE HERE
export PACKAGE_DIR="packaging" # directory to stuff packaged source distribution
export VERSION="6.2.0" # version string
export VERSION=$(sed -nr "s/OPENMM_VERSION:STRING=(.*)/\1/p" build/CMakeCache.txt)
export PACKAGE_SUBDIR="OpenMM-${VERSION}-Linux" # directory where distribution will be unpacked
export DISTRO_PREFIX="OpenMM-${VERSION}-Linux" # prefix for source distribution (e.g. ${DISTRIBUTION_NAME}.zip)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment