Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Proj version 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 17, 2019
1 parent 7a092e7 commit 1555b35
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
20 changes: 20 additions & 0 deletions recipes/proj/patches/notest.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
From 170100e8a357b2e7df9e616199ca06e5def96292 Mon Sep 17 00:00:00 2001
From: Matthias Kuhn <[email protected]>
Date: Sun, 17 Feb 2019 22:10:54 +0100
Subject: [PATCH] Remove tests subdir

---
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b100e62f1..c3c3cb6d5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -164,5 +164,4 @@ add_subdirectory(nad)
add_subdirectory(src)
add_subdirectory(man)
add_subdirectory(cmake)
-add_subdirectory(test)


8 changes: 5 additions & 3 deletions recipes/proj/recipe.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
#!/bin/bash

# version of your package
VERSION_proj=5.3
VERSION_proj=5.2

# dependencies of this recipe
DEPS_proj=(sqlite3)

# url of the package
URL_proj=https://github.com/OSGeo/proj.4/archive/a8cbe0c66974871f5a7bd7ef94001ebf461ac7ea.tar.gz
URL_proj=https://github.com/OSGeo/proj.4/releases/download/5.2.0/proj-5.2.0.tar.gz
# https://github.com/OSGeo/proj.4/archive/a8cbe0c66974871f5a7bd7ef94001ebf461ac7ea.tar.gz

# md5 of the package
MD5_proj=a7d111fb0253e5f7b0a531f0659bcad3
MD5_proj=ad285c7d03cbb138d9246e10e1f3191c

# default build path
BUILD_proj=$BUILD_PATH/proj/$(get_directory $URL_proj)
Expand All @@ -28,6 +29,7 @@ function prebuild_proj() {
return
fi

patch -p1 < $RECIPE_proj/patches/notest.patch
touch .patched
}

Expand Down

0 comments on commit 1555b35

Please sign in to comment.