diff --git a/dist/comps.xml b/dist/comps.xml
index 8ae0933a0d..0b5a53ec6b 100644
--- a/dist/comps.xml
+++ b/dist/comps.xml
@@ -15,8 +15,9 @@
awips2-python
awips2-python-cython
awips2-python-dateutil
- awips2-python-numpy
+ awips2-python-h5py
awips2-python-jep
+ awips2-python-numpy
awips2-python-pyparsing
awips2-python-pytz
awips2-python-setuptools
@@ -62,6 +63,7 @@
awips2-python-pytz
awips2-python-qpid
awips2-python-scientific
+ awips2-python-scipy
awips2-python-setuptools
awips2-python-shapely
awips2-python-six
@@ -101,6 +103,7 @@
awips2-python-pytz
awips2-python-qpid
awips2-python-scientific
+ awips2-python-scipy
awips2-python-shapely
awips2-python-six
awips2-python-tables
@@ -120,7 +123,6 @@
true
awips2
- awips2-cli
awips2-common-base
awips2-database
awips2-data.gfe
@@ -156,6 +158,7 @@
awips2-python-pytz
awips2-python-qpid
awips2-python-scientific
+ awips2-python-scipy
awips2-python-shapely
awips2-python-six
awips2-python-tables
@@ -177,7 +180,6 @@
true
awips2
- awips2-cli
awips2-common-base
awips2-database
awips2-data.gfe
@@ -214,6 +216,7 @@
awips2-python-pytz
awips2-python-qpid
awips2-python-scientific
+ awips2-python-scipy
awips2-python-shapely
awips2-python-six
awips2-python-tables
@@ -248,6 +251,7 @@
awips2-python-pyparsing
awips2-python-pytz
awips2-python-scientific
+ awips2-python-scipy
awips2-python-shapely
awips2-python-six
awips2-python-tables
diff --git a/rpms/build/common/lookupRPM.sh b/rpms/build/common/lookupRPM.sh
index d3640452fb..7fc58fb7b1 100644
--- a/rpms/build/common/lookupRPM.sh
+++ b/rpms/build/common/lookupRPM.sh
@@ -85,6 +85,10 @@ function lookupRPM()
export RPM_SPECIFICATION="${installer_dir}/scientific"
return 0
fi
+ if [ "${1}" = "awips2-python-scipy" ]; then
+ export RPM_SPECIFICATION="${installer_dir}/scipy"
+ return 0
+ fi
if [ "${1}" = "awips2-python-tables" ]; then
export RPM_SPECIFICATION="${installer_dir}/tables"
return 0
diff --git a/rpms/build/x86_64/build.sh b/rpms/build/x86_64/build.sh
index 66d315e3c4..41ddc75f1e 100644
--- a/rpms/build/x86_64/build.sh
+++ b/rpms/build/x86_64/build.sh
@@ -103,6 +103,7 @@ function build_python() {
buildRPM "awips2-python-matplotlib"
buildRPM "awips2-python-shapely"
buildRPM "awips2-python-scientific"
+ buildRPM "awips2-python-scipy"
buildRPM "awips2-python-qpid"
buildRPM "awips2-python-werkzeug"
buildRPM "awips2-python-cycler"
@@ -126,8 +127,8 @@ function build_server() {
buildRPM "awips2"
buildRPM "awips2-ldm"
buildRPM "awips2-tools"
+ buildRPM "awips2-gfesuite"
build_pypies
- buildRPM "awips2-data.gfe"
buildLocalization
}
function build_ade() {