numpy 1.8
This commit is contained in:
parent
3d1fcfc809
commit
a237ee00c4
6 changed files with 168 additions and 80 deletions
|
@ -0,0 +1,49 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<!--
|
||||||
|
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||||
|
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||||
|
|
||||||
|
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||||
|
This_software_product_contains_export-restricted_data_whose
|
||||||
|
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||||
|
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||||
|
an_export_license_or_other_authorization.
|
||||||
|
|
||||||
|
Contractor_Name:________Raytheon_Company
|
||||||
|
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||||
|
________________________Mail_Stop_B8
|
||||||
|
________________________Omaha,_NE_68106
|
||||||
|
________________________402.291.0100
|
||||||
|
|
||||||
|
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||||
|
further_licensing_information.
|
||||||
|
-->
|
||||||
|
<bundle>
|
||||||
|
<displayList>
|
||||||
|
<displays xsi:type="d2DMapRenderableDisplay"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<descriptor xsi:type="mapDescriptor" currentAnimationMode="Temporal">
|
||||||
|
<resource>
|
||||||
|
<loadProperties loadWithoutData="true"/>
|
||||||
|
<properties isSystemResource="false" isBlinking="false"
|
||||||
|
isMapLayer="false" isHoverOn="false"
|
||||||
|
isVisible="true" />
|
||||||
|
<resourceData xsi:type="plotResourceData" plotSource="${legend}"
|
||||||
|
plotModelFile="${svg}"
|
||||||
|
isUpdatingOnMetadataOnly="true" retrieveData="false"
|
||||||
|
isRequeryNecessaryOnTimeMatch="true">
|
||||||
|
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
|
||||||
|
<metadataMap>
|
||||||
|
<mapping key="reportType">
|
||||||
|
<constraint constraintValue="${reportType}" constraintType="IN" />
|
||||||
|
</mapping>
|
||||||
|
<mapping key="pluginName">
|
||||||
|
<constraint constraintValue="sfcobs" constraintType="EQUALS" />
|
||||||
|
</mapping>
|
||||||
|
</metadataMap>
|
||||||
|
</resourceData>
|
||||||
|
</resource>
|
||||||
|
</descriptor>
|
||||||
|
</displays>
|
||||||
|
</displayList>
|
||||||
|
</bundle>
|
|
@ -0,0 +1,52 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<!--
|
||||||
|
This_software_was_developed_and_/_or_modified_by_Raytheon_Company,
|
||||||
|
pursuant_to_Contract_DG133W-05-CQ-1067_with_the_US_Government.
|
||||||
|
|
||||||
|
U.S._EXPORT_CONTROLLED_TECHNICAL_DATA
|
||||||
|
This_software_product_contains_export-restricted_data_whose
|
||||||
|
export/transfer/disclosure_is_restricted_by_U.S._law._Dissemination
|
||||||
|
to_non-U.S._persons_whether_in_the_United_States_or_abroad_requires
|
||||||
|
an_export_license_or_other_authorization.
|
||||||
|
|
||||||
|
Contractor_Name:________Raytheon_Company
|
||||||
|
Contractor_Address:_____6825_Pine_Street,_Suite_340
|
||||||
|
________________________Mail_Stop_B8
|
||||||
|
________________________Omaha,_NE_68106
|
||||||
|
________________________402.291.0100
|
||||||
|
|
||||||
|
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||||
|
further_licensing_information.
|
||||||
|
-->
|
||||||
|
<bundle>
|
||||||
|
<displayList>
|
||||||
|
<displays xsi:type="d2DMapRenderableDisplay"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<descriptor xsi:type="mapDescriptor" currentAnimationMode="Temporal">
|
||||||
|
<resource>
|
||||||
|
<loadProperties>
|
||||||
|
<capabilities>
|
||||||
|
</capabilities>
|
||||||
|
</loadProperties>
|
||||||
|
<properties isSystemResource="false" isBlinking="false"
|
||||||
|
isMapLayer="false" isHoverOn="false"
|
||||||
|
isVisible="true" />
|
||||||
|
<resourceData xsi:type="plotResourceData" plotSource="${legend}"
|
||||||
|
plotModelFile="${svg}" spiFile="basemaps/MTR.spi"
|
||||||
|
retrieveData="false" isUpdatingOnMetadataOnly="false"
|
||||||
|
isRequeryNecessaryOnTimeMatch="true" isTopOfTheHour="true">
|
||||||
|
<binOffset posOffset="${posOffset}" negOffset="${negOffset}" virtualOffset="0"/>
|
||||||
|
<metadataMap>
|
||||||
|
<mapping key="reportType">
|
||||||
|
<constraint constraintValue="METAR" constraintType="EQUALS" />
|
||||||
|
</mapping>
|
||||||
|
<mapping key="pluginName">
|
||||||
|
<constraint constraintValue="obs" constraintType="EQUALS" />
|
||||||
|
</mapping>
|
||||||
|
</metadataMap>
|
||||||
|
</resourceData>
|
||||||
|
</resource>
|
||||||
|
</descriptor>
|
||||||
|
</displays>
|
||||||
|
</displayList>
|
||||||
|
</bundle>
|
|
@ -24,87 +24,74 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<descriptor xsi:type="mapDescriptor" currentAnimationMode="Temporal">
|
<descriptor xsi:type="mapDescriptor" currentAnimationMode="Temporal">
|
||||||
<resource>
|
<resource>
|
||||||
<loadProperties>
|
<loadProperties loadWithoutData="true">
|
||||||
<capabilities>
|
<capabilities>
|
||||||
<capability xsi:type="outlineCapability" lineStyle="SOLID" outlineOn="true"
|
|
||||||
outlineWidth="1" />
|
|
||||||
<capability xsi:type="colorableCapability" colorAsString="#9b9b9b" />
|
|
||||||
</capabilities>
|
</capabilities>
|
||||||
<resourceType>PLAN_VIEW</resourceType>
|
<resourceType>PLAIN_VIEW</resourceType>
|
||||||
</loadProperties>
|
</loadProperties>
|
||||||
<properties isSystemResource="false" isBlinking="false" isMapLayer="true" isHoverOn="false"
|
<resourceData xsi:type="plotBlendedResourceData">
|
||||||
isVisible="true">
|
<resource>
|
||||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="0" />
|
<loadProperties loadWithoutData="true">
|
||||||
</properties>
|
<capabilities>
|
||||||
<resourceData xsi:type="spiResourceData" pixelSizeHint="45">
|
</capabilities>
|
||||||
<filename>basemaps/MTR.spi</filename>
|
</loadProperties>
|
||||||
<mapName>METAR Station Locations</mapName>
|
<properties isSystemResource="false" isBlinking="false"
|
||||||
</resourceData>
|
isMapLayer="false" isHoverOn="false"
|
||||||
</resource>
|
isVisible="true" />
|
||||||
<resource>
|
<resourceData xsi:type="plotResourceData" plotSource="METAR/Maritime/LDAD"
|
||||||
<loadProperties loadWithoutData="true">
|
plotModelFile="stdObsDesign.svg" spiFile="basemaps/MTR.spi"
|
||||||
<capabilities>
|
isUpdatingOnMetadataOnly="true" retrieveData="false"
|
||||||
</capabilities>
|
isRequeryNecessaryOnTimeMatch="true" isTopOfTheHour="true" pixelSizeHint="45">
|
||||||
</loadProperties>
|
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
|
||||||
<properties isSystemResource="false" isBlinking="false"
|
<metadataMap>
|
||||||
isMapLayer="false" isHoverOn="false"
|
<mapping key="reportType">
|
||||||
isVisible="true" />
|
<constraint constraintValue="METAR" constraintType="EQUALS" />
|
||||||
<resourceData xsi:type="plotResourceData" plotSource="METAR"
|
</mapping>
|
||||||
plotModelFile="stdObsDesign.svg" spiFile="basemaps/MTR.spi"
|
<mapping key="pluginName">
|
||||||
isUpdatingOnMetadataOnly="true" retrieveData="false"
|
<constraint constraintValue="obs" constraintType="EQUALS" />
|
||||||
isRequeryNecessaryOnTimeMatch="true" isTopOfTheHour="true" pixelSizeHint="45">
|
</mapping>
|
||||||
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
|
</metadataMap>
|
||||||
<metadataMap>
|
</resourceData>
|
||||||
<mapping key="reportType">
|
</resource>
|
||||||
<constraint constraintValue="METAR" constraintType="EQUALS" />
|
<resource>
|
||||||
</mapping>
|
<loadProperties loadWithoutData="true"/>
|
||||||
<mapping key="pluginName">
|
<properties isSystemResource="false" isBlinking="false"
|
||||||
<constraint constraintValue="obs" constraintType="EQUALS" />
|
isMapLayer="false" isHoverOn="false"
|
||||||
</mapping>
|
isVisible="true" />
|
||||||
</metadataMap>
|
<resourceData xsi:type="plotResourceData" plotSource="METAR/Maritime/LDAD"
|
||||||
|
plotModelFile="maritimeDesign.svg"
|
||||||
|
isUpdatingOnMetadataOnly="true" retrieveData="false"
|
||||||
|
isRequeryNecessaryOnTimeMatch="true">
|
||||||
|
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
|
||||||
|
<metadataMap>
|
||||||
|
<mapping key="reportType">
|
||||||
|
<constraint constraintValue="1003,1005,1007" constraintType="IN" />
|
||||||
|
</mapping>
|
||||||
|
<mapping key="pluginName">
|
||||||
|
<constraint constraintValue="sfcobs" constraintType="EQUALS" />
|
||||||
|
</mapping>
|
||||||
|
</metadataMap>
|
||||||
|
</resourceData>
|
||||||
|
</resource>
|
||||||
|
<resource>
|
||||||
|
<loadProperties loadWithoutData="true"/>
|
||||||
|
<properties isSystemResource="false" isBlinking="false"
|
||||||
|
isMapLayer="false" isHoverOn="false"
|
||||||
|
isVisible="true" />
|
||||||
|
<resourceData xsi:type="plotResourceData" plotSource="METAR/Maritime/LDAD"
|
||||||
|
plotModelFile="ldadMesoDesign.svg"
|
||||||
|
isUpdatingOnMetadataOnly="true" retrieveData="false"
|
||||||
|
isRequeryNecessaryOnTimeMatch="true">
|
||||||
|
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
|
||||||
|
<metadataMap>
|
||||||
|
<mapping key="pluginName">
|
||||||
|
<constraint constraintValue="ldadmesonet" constraintType="EQUALS" />
|
||||||
|
</mapping>
|
||||||
|
</metadataMap>
|
||||||
|
</resourceData>
|
||||||
|
</resource>
|
||||||
</resourceData>
|
</resourceData>
|
||||||
</resource>
|
</resource>
|
||||||
<resource>
|
|
||||||
<loadProperties loadWithoutData="true"/>
|
|
||||||
<properties isSystemResource="false" isBlinking="false"
|
|
||||||
isMapLayer="false" isHoverOn="false"
|
|
||||||
isVisible="true" />
|
|
||||||
<resourceData xsi:type="plotResourceData" plotSource="Maritime"
|
|
||||||
plotModelFile="maritimeDesign.svg"
|
|
||||||
isUpdatingOnMetadataOnly="true" retrieveData="false"
|
|
||||||
isRequeryNecessaryOnTimeMatch="true">
|
|
||||||
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
|
|
||||||
<metadataMap>
|
|
||||||
<mapping key="reportType">
|
|
||||||
<constraint constraintValue="1003,1005,1007" constraintType="IN" />
|
|
||||||
</mapping>
|
|
||||||
<mapping key="pluginName">
|
|
||||||
<constraint constraintValue="sfcobs" constraintType="EQUALS" />
|
|
||||||
</mapping>
|
|
||||||
</metadataMap>
|
|
||||||
</resourceData>
|
|
||||||
</resource>
|
|
||||||
<resource>
|
|
||||||
<loadProperties loadWithoutData="true"/>
|
|
||||||
<properties isSystemResource="false" isBlinking="false"
|
|
||||||
isMapLayer="false" isHoverOn="false"
|
|
||||||
isVisible="true" />
|
|
||||||
<resourceData xsi:type="plotResourceData" plotSource="Synoptic"
|
|
||||||
plotModelFile="maritimeDesign.svg"
|
|
||||||
isUpdatingOnMetadataOnly="true" retrieveData="false"
|
|
||||||
isRequeryNecessaryOnTimeMatch="true">
|
|
||||||
<binOffset posOffset="1800" negOffset="1800" virtualOffset="0"/>
|
|
||||||
<metadataMap>
|
|
||||||
<mapping key="reportType">
|
|
||||||
<constraint constraintValue="1001" constraintType="IN" />
|
|
||||||
</mapping>
|
|
||||||
<mapping key="pluginName">
|
|
||||||
<constraint constraintValue="sfcobs" constraintType="EQUALS" />
|
|
||||||
</mapping>
|
|
||||||
</metadataMap>
|
|
||||||
</resourceData>
|
|
||||||
</resource>
|
|
||||||
|
|
||||||
</descriptor>
|
</descriptor>
|
||||||
</displays>
|
</displays>
|
||||||
</displayList>
|
</displayList>
|
||||||
|
|
BIN
pythonPackages/numpy/numpy-1.8.0.tar.gz
Normal file
BIN
pythonPackages/numpy/numpy-1.8.0.tar.gz
Normal file
Binary file not shown.
|
@ -121,9 +121,9 @@ if [ "${1}" = "-topo" ]; then
|
||||||
fi
|
fi
|
||||||
if [ "${1}" = "-pydev" ]; then
|
if [ "${1}" = "-pydev" ]; then
|
||||||
#buildRPM "awips2-python"
|
#buildRPM "awips2-python"
|
||||||
buildRPM "awips2-python-awips"
|
#buildRPM "awips2-python-awips"
|
||||||
#buildRPM "awips2-python-jep"
|
#buildRPM "awips2-python-jep"
|
||||||
#buildRPM "awips2-python-numpy"
|
buildRPM "awips2-python-numpy"
|
||||||
#buildRPM "awips2-python-pyparsing"
|
#buildRPM "awips2-python-pyparsing"
|
||||||
#buildRPM "awips2-python-six"
|
#buildRPM "awips2-python-six"
|
||||||
#buildRPM "awips2-python-nose"
|
#buildRPM "awips2-python-nose"
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
#
|
#
|
||||||
Name: awips2-python-numpy
|
Name: awips2-python-numpy
|
||||||
Summary: AWIPS II Python numpy Distribution
|
Summary: AWIPS II Python numpy Distribution
|
||||||
Version: 1.10.4
|
Version: 1.8.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Group: AWIPSII
|
Group: AWIPSII
|
||||||
BuildRoot: %{_build_root}
|
BuildRoot: %{_build_root}
|
||||||
BuildArch: %{_build_arch}
|
BuildArch: %{_build_arch}
|
||||||
|
|
Loading…
Add table
Reference in a new issue