"vscode:/vscode.git/clone" did not exist on "8a42f4f63598de8b4ae3cae73e7613515f25b1fa"
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