Skip to content

Commit

Permalink
Update to latest version available on the buildserver (#37)
Browse files Browse the repository at this point in the history
* Update to latest version available on the buildserver

See https://build.opensuse.org/project/show/home:yeesian

* current openSUSE 13.2 is past end of life
  • Loading branch information
evetion authored and yeesian committed Jun 16, 2017
1 parent 711c5d9 commit b2ade20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Expand Up @@ -5,7 +5,7 @@ libgeos = library_dependency("libgeos",aliases=["libgeos_c", "libgeos_c-1"], val
return Libdl.dlsym_e(handle,:initGEOS) != C_NULL && Libdl.dlsym_e(handle,:GEOSDelaunayTriangulation) != C_NULL
end)

version = "3.4.3"
version = "3.6.1"

provides(Sources, URI("http://download.osgeo.org/geos/geos-$(version).tar.bz2"), [libgeos], os = :Unix)
provides(BuildProcess,Autotools(libtarget = "capi/.libs/libgeos_c."*BinDeps.shlib_ext),libgeos)
Expand All @@ -15,7 +15,7 @@ provides(BuildProcess,Autotools(libtarget = "capi/.libs/libgeos_c."*BinDeps.shli

if is_windows()
using WinRPM
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:yeesian/openSUSE_13.2")
push!(WinRPM.sources, "http://download.opensuse.org/repositories/home:yeesian/openSUSE_Leap_42.2")
WinRPM.update()
provides(WinRPM.RPM, "libgeos", [libgeos], os = :Windows)
end
Expand Down

0 comments on commit b2ade20

Please sign in to comment.