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
abf0f7ef
Commit
abf0f7ef
authored
Nov 08, 2014
by
John Chodera (MSKCC)
Browse files
Updated Jenkins preparation scripts.
parent
db166090
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
14 deletions
+19
-14
devtools/packaging/scripts/linux/prepare.sh
devtools/packaging/scripts/linux/prepare.sh
+10
-7
devtools/packaging/scripts/osx/prepare.sh
devtools/packaging/scripts/osx/prepare.sh
+9
-7
No files found.
devtools/packaging/scripts/linux/prepare.sh
View file @
abf0f7ef
...
@@ -7,17 +7,20 @@ export VERSION="3.7.0"
...
@@ -7,17 +7,20 @@ export VERSION="3.7.0"
export
PLATFORM
=
"Linux"
export
PLATFORM
=
"Linux"
export
ARCH
=
"x86_64"
export
ARCH
=
"x86_64"
export
MINICONDA
=
"Miniconda-
$VERSION
-
$PLATFORM
-
$ARCH
.sh"
export
MINICONDA
=
"Miniconda-
$VERSION
-
$PLATFORM
-
$ARCH
.sh"
if
[
-f
$MINICONDA
]
;
if
[
-f
miniconda
]
;
then
then
echo
"File
$MINICONDA
exists, not downloading."
echo
"miniconda already exists"
export
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
else
else
echo
"Downloading miniconda..."
echo
"Downloading miniconda..."
wget http://repo.continuum.io/miniconda/
${
MINICONDA
}
wget http://repo.continuum.io/miniconda/
${
MINICONDA
}
bash
${
MINICONDA
}
-b
-p
miniconda
bash
${
MINICONDA
}
-b
-p
miniconda
PIP_ARGS
=
"-U"
PIP_ARGS
=
"-U"
export
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
conda config
--add
channels http://conda.binstar.org/omnia
conda
install
--yes
--quiet
swig fftw3f pip
pip
install
sphinxcontrib-bibtex
fi
fi
# Add to path.
export
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
# Ensure configuration is up to date.
conda config
--add
channels http://conda.binstar.org/omnia
conda
install
--yes
--quiet
swig fftw3f pip
pip
install
sphinxcontrib-bibtex
devtools/packaging/scripts/osx/prepare.sh
View file @
abf0f7ef
...
@@ -7,17 +7,19 @@ export VERSION="3.7.0"
...
@@ -7,17 +7,19 @@ export VERSION="3.7.0"
export
PLATFORM
=
"MacOSX"
export
PLATFORM
=
"MacOSX"
export
ARCH
=
"x86_64"
export
ARCH
=
"x86_64"
export
MINICONDA
=
"Miniconda-
$VERSION
-
$PLATFORM
-
$ARCH
.sh"
export
MINICONDA
=
"Miniconda-
$VERSION
-
$PLATFORM
-
$ARCH
.sh"
if
[
-f
$MINICONDA
]
;
if
[
-f
miniconda
]
;
then
then
echo
"File
$MINICONDA
exists, not downloading."
echo
"miniconda already exists"
export
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
else
else
echo
"Downloading miniconda..."
echo
"Downloading miniconda..."
wget http://repo.continuum.io/miniconda/
${
MINICONDA
}
wget http://repo.continuum.io/miniconda/
${
MINICONDA
}
bash
${
MINICONDA
}
-b
-p
miniconda
bash
${
MINICONDA
}
-b
-p
miniconda
PIP_ARGS
=
"-U"
PIP_ARGS
=
"-U"
export
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
conda config
--add
channels http://conda.binstar.org/omnia
conda
install
--yes
--quiet
swig fftw3f pip
pip
install
sphinxcontrib-bibtex
fi
fi
export
PATH
=
$WORKSPACE
/miniconda/bin:
$PATH
# Ensure configuration is up to date.
conda config
--add
channels http://conda.binstar.org/omnia
conda
install
--yes
--quiet
swig fftw3f pip
pip
install
sphinxcontrib-bibtex
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