parent
dc447b8c2b
commit
0f67569b4f
4 changed files with 6 additions and 6 deletions
|
@ -145,7 +145,7 @@ function lookupRPM()
|
|||
return 0
|
||||
fi
|
||||
if [ "${1}" = "awips2-python-shapely" ]; then
|
||||
export RPM_SPECIFICATION="${installer_dir}/shapely-1.5.9/"
|
||||
export RPM_SPECIFICATION="${installer_dir}/shapely-1.4.4/"
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
|
|
@ -123,7 +123,7 @@ if [ "${1}" = "-python" ]; then
|
|||
#buildRPM "awips2-python-dynamicserialize"
|
||||
#buildRPM "awips2-python-h5py"
|
||||
#buildRPM "awips2-python-jimporter"
|
||||
buildRPM "awips2-python-matplotlib"
|
||||
#buildRPM "awips2-python-matplotlib"
|
||||
#buildRPM "awips2-python-nose"
|
||||
#buildRPM "awips2-python-cython"
|
||||
#buildRPM "awips2-python-six"
|
||||
|
@ -145,7 +145,7 @@ if [ "${1}" = "-python" ]; then
|
|||
#buildRPM "awips2-python-werkzeug"
|
||||
#buildRPM "awips2-python-pygtk"
|
||||
#buildRPM "awips2-python-pycairo"
|
||||
#buildRPM "awips2-python-shapely"
|
||||
buildRPM "awips2-python-shapely"
|
||||
#buildRPM "awips2-notification"
|
||||
|
||||
exit 0
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
Name: awips2-python-scipy
|
||||
Summary: AWIPS II Python scipy Distribution
|
||||
Version: 0.8.0
|
||||
Release: 1
|
||||
Release: 5
|
||||
Group: AWIPSII
|
||||
BuildRoot: %{_build_root}
|
||||
BuildArch: %{_build_arch}
|
||||
|
|
|
@ -13,8 +13,8 @@ export BUILD_WORKSPACE=${BUILD_DIR}/workspace
|
|||
# baseline is...
|
||||
export BASELINE="${JENKINS_WORKSPACE}"
|
||||
export AWIPSII_VERSION="14.4.1"
|
||||
export BUILD_NUMBER="1"
|
||||
export AWIPSII_RELEASE="3n${BUILD_NUMBER}"
|
||||
export BUILD_NUMBER="3"
|
||||
export AWIPSII_RELEASE="4n${BUILD_NUMBER}"
|
||||
|
||||
export AWIPSII_TOP_DIR="${BUILD_WORKSPACE}/tmp/rpms_built_dir"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue