From f3682921272d10e7cc2b4ae4320cae1f4fe5f66a Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 21 Aug 2024 15:30:21 +0200 Subject: [PATCH] proj, revbump due to tiff changes (#10856) --- sci-libs/proj/proj-9.3.0.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-libs/proj/proj-9.3.0.recipe b/sci-libs/proj/proj-9.3.0.recipe index 86f3c49a7..d7444decf 100644 --- a/sci-libs/proj/proj-9.3.0.recipe +++ b/sci-libs/proj/proj-9.3.0.recipe @@ -4,7 +4,7 @@ Coordinate Transformations Library." HOMEPAGE="https://proj.org/" COPYRIGHT="1983-2023 PROJ contributors" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="http://download.osgeo.org/proj/proj-$portVersion.tar.gz" CHECKSUM_SHA256="91a3695a004ea28db0448a34460bed4cc3b130e5c7d74339ec999efdab0e547d" @@ -77,6 +77,10 @@ BUILD_PREREQUIRES=" cmd:sqlite3 " +TEST_REQUIRES=" + cmd:diff + " + defineDebugInfoPackage proj$secondaryArchSuffix \ "$(getPackagePrefix tools)"/bin/cct \ "$(getPackagePrefix tools)"/bin/cs2cs \ @@ -117,5 +121,5 @@ INSTALL() TEST() { - ctest --test-dir build + ctest --test-dir build --output-on-failure }