Merge pull request #3417 from Rmys/master

hdf5-1.10.0:new toolchain
This commit is contained in:
2017-04-15 23:52:30 +03:00
committed by GitHub
7 changed files with 37 additions and 9 deletions
+1 -1
View File
@@ -32,4 +32,4 @@ def install():
"V": get.curPYTHON()})
pisitools.insinto("/usr/share/doc/geos", "doc/doxygen_docs/html")
pisitools.dodoc("README", "ChangeLog", "AUTHORS", "NEWS", "COPYING")
pisitools.dodoc("README", "AUTHORS", "NEWS", "COPYING")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Geometry engine library for Geographic Information Systems</Summary>
<Description>GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).</Description>
<Archive sha1sum="142be1db41cb7c62afb9f6d3304769a39dd0b5ac" type="tarbz2">http://download.osgeo.org/geos/geos-3.5.0.tar.bz2</Archive>
<Archive sha1sum="2eadda190aa625d2923137691ffec218687ed3b0" type="tarbz2">http://download.osgeo.org/geos/geos-3.6.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>ruby-devel</Dependency>
@@ -61,6 +61,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-04-15</Date>
<Version>3.6.1</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>3.5.0</Version>
+1 -1
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "ogdi-3.2.0.beta2"
WorkDir = "ogdi-3.2.0"
shelltools.export("TOPDIR", "%s/%s" % (get.workDIR(), WorkDir))
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Open Geographical Datastore Interface, a GIS support library</Summary>
<Description>OGDI is an application programming interface (API) that uses a standardized access methods to work in conjunction with GIS software packages (the application) and various geospatial data products.</Description>
<Archive sha1sum="e3fd0c8b3fb02ef5da2cc1e76bb5c2d3cb0b51b4" type="targz">mirrors://sourceforge/ogdi/ogdi-3.2.0.beta2.tar.gz</Archive>
<Archive sha1sum="3bbd25a6a72718519f01e642bf6fd84e0975487d" type="targz">mirrors://sourceforge/ogdi/ogdi-3.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>proj-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -20,7 +20,7 @@
</BuildDependencies>
<Patches>
<Patch level="1">ogdi-3.1.6-fpic.patch</Patch>
<Patch level="1">patch_for_proj48_redhat.patch</Patch>
<!--Patch level="1">patch_for_proj48_redhat.patch</Patch-->
</Patches>
</Source>
@@ -54,6 +54,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-04-15</Date>
<Version>3.2.0</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>3.2.0_beta2</Version>
+9 -2
View File
@@ -13,8 +13,8 @@
<IsA>app:console</IsA>
<Summary>Cartographic Projections library</Summary>
<Description>Proj.4 cartographic projection software with updated NAD27 grids.</Description>
<Archive sha1sum="cdab24908f22b1e6bc0353e4fc42753269d75ab4" type="targz">http://download.osgeo.org/proj/proj-4.9.2.tar.gz</Archive>
<Archive sha1sum="4429ba1a8c764d5c0e6724d868f6874f452f7440" type="zip" target="proj-4.9.2/nad">http://download.osgeo.org/proj/proj-datumgrid-1.5.zip</Archive>
<Archive sha1sum="2f5a1f13d65f9ac35bbad1e3449f32b256967856" type="targz">http://download.osgeo.org/proj/proj-4.9.3.tar.gz</Archive>
<Archive sha1sum="bf0059be06359f71eb0349e64f97502bde1ce5bc" type="zip" target="proj-4.9.3/nad">http://download.osgeo.org/proj/proj-datumgrid-1.6.zip</Archive>
</Source>
<Package>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-04-15</Date>
<Version>4.9.3</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>4.9.2</Version>
+1 -1
View File
@@ -15,7 +15,7 @@ def setup():
--enable-hl \
--enable-threadsafe \
--enable-fortran \
--enable-production \
--enable-build-mode=production \
--enable-linux-lfs \
--enable-unsupported \
--disable-static \
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>NCSA Hierarchical Data Format (HDF) Software Library and Utilities</Summary>
<Description>HDF5 is a general purpose library and file format for storing scientific data.</Description>
<Archive sha1sum="640f1a46cb1b353339695355b4fca42df05be765" type="tarbz2">http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.17.tar.bz2</Archive>
<Archive sha1sum="2f34251186fa9e59887d8f094bc0bc90187d0aa4" type="tarbz2">https://support.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.10.0-patch1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>time</Dependency>
<Dependency>libgfortran</Dependency>
@@ -49,6 +49,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-04-15</Date>
<Version>1.10.0</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-10</Date>
<Version>1.8.17</Version>