Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
84627987
Commit
84627987
authored
Nov 08, 2014
by
John Chodera (MSKCC)
Browse files
Tried to fix Jenkins build script Mac autodetection of version number.
parent
865364db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
devtools/packaging/scripts/osx/package.sh
devtools/packaging/scripts/osx/package.sh
+1
-1
No files found.
devtools/packaging/scripts/osx/package.sh
View file @
84627987
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# CONFIGURE HERE
# CONFIGURE HERE
export
PACKAGE_DIR
=
"packaging"
# directory to stuff packaged source distribution
export
PACKAGE_DIR
=
"packaging"
# directory to stuff packaged source distribution
export
VERSION
=
$(
sed
-nr
"s/
OPENMM_VERSION:STRING
=(.*)/
\1
/p
"
build/CMakeCache.txt
)
export
VERSION
=
$(
grep
"
OPENMM_VERSION:STRING"
build/CMakeCache.txt
|
sed
-E
"s/OPENMM_VERSION:STRING=(.*)/
\1
/"
)
export
PACKAGE_SUBDIR
=
"OpenMM-
${
VERSION
}
-Mac"
# directory where distribution will be unpacked
export
PACKAGE_SUBDIR
=
"OpenMM-
${
VERSION
}
-Mac"
# directory where distribution will be unpacked
export
DISTRO_PREFIX
=
"OpenMM-
${
VERSION
}
-Mac"
# prefix for source distribution (e.g. ${DISTRIBUTION_NAME}.zip)
export
DISTRO_PREFIX
=
"OpenMM-
${
VERSION
}
-Mac"
# prefix for source distribution (e.g. ${DISTRIBUTION_NAME}.zip)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment