This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary: Geospatial Data Abstraction Library | |
Name: gdal | |
Version: 1.11.2 | |
Release: 3%{?dist} | |
License: MIT/X | |
Group: Applications/Engineering | |
URL: http://www.gdal.org/ | |
Source: http://download.osgeo.org/gdal/gdal-%{version}.tar.gz | |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-DCMAKE_PREFIX_PATH="/usr/local/opt/libxml2;/usr/local/opt/expat;/usr/local/opt/gettext;/usr/local/opt/sqlite;/usr/local/opt/gdal-20;/usr/local" \ | |
-DCMAKE_FRAMEWORK_PATH="/usr/local/opt/qca/lib;/usr/local/opt/qwt/lib;/usr/local/opt/qwtpolar/lib" \ | |
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ | |
-DCMAKE_FIND_FRAMEWORK=LAST \ | |
-DCMAKE_CXX_FLAGS="-I/usr/local/opt/gettext/include" \ | |
-DCMAKE_EXE_LINKER_FLAGS="-F/usr/local/Frameworks" \ | |
-DCMAKE_MODULE_LINKER_FLAGS="-F/usr/local/Frameworks" \ | |
-DCMAKE_SHARED_LINKER_FLAGS="-F/usr/local/Frameworks" \ | |
-DCXX_EXTRA_FLAGS="-Wno-unused-private-field -Wno-deprecated-register" \ | |
-DBISON_EXECUTABLE=/usr/local/opt/bison/bin/bison \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
============================ | |
Testing testhdf5 | |
Finished testing testhdf5 | |
============================ | |
testhdf5 Test Log | |
============================ | |
For help use: /mnt/ebs/hudson/jobs/hdf5/workspace/installer/linux/rpm/rpmbuild/BUILD/hdf5-1.8.12/build/test/.libs/lt-testhdf5 -help | |
Linked with hdf5 version 1.8 release 12 | |
Testing -- Configure definitions (config) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Modules/Core/Common/include/otbConfigurationManager.h b/Modules/Core/Common/include/otbConfigurationManager.h | |
index d89de91..6d8e7bc 100644 | |
--- a/Modules/Core/Common/include/otbConfigurationManager.h | |
+++ b/Modules/Core/Common/include/otbConfigurationManager.h | |
@@ -18,7 +18,13 @@ | |
#ifndef _otbConfigurationManager_h | |
#define _otbConfigurationManager_h | |
+#include "itkVersion.h" | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 22678d97dcf9c9e0f56ac9ffdf89785395521b27 Mon Sep 17 00:00:00 2001 | |
From: "Juergen E. Fischer" <[email protected]> | |
Date: Fri, 25 Mar 2016 13:19:22 +0100 | |
Subject: [PATCH] Release of 2.8.8 | |
--- | |
CMakeLists.txt | 2 +- | |
ChangeLog | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
debian/changelog | 10 ++++-- | |
3 files changed, 101 insertions(+), 3 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/python/core/conversions.sip b/python/core/conversions.sip | |
index 8fcf789..d64171f 100644 | |
--- a/python/core/conversions.sip | |
+++ b/python/core/conversions.sip | |
@@ -680,11 +680,6 @@ template<TYPE> | |
PyObject *kobj, *tobj, *kobj2, *tobj2; | |
Py_ssize_t i = 0; | |
- //TODO: it works using SIP | |
-#if (SIP_VERSION >= 0x041200) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[osgeo@localhost Desktop]$ sudo rpm -Uvvh opengeo-wpsbuilder-4.7.1-1.x86_64.rpm | |
[sudo] password for osgeo: | |
D: ============== opengeo-wpsbuilder-4.7.1-1.x86_64.rpm | |
D: loading keyring from pubkeys in /var/lib/rpm/pubkeys/*.key | |
D: couldn't find any keys in /var/lib/rpm/pubkeys/*.key | |
D: loading keyring from rpmdb | |
D: opening db environment /var/lib/rpm create:cdb:mpool:joinenv | |
D: opening db index /var/lib/rpm/Packages rdonly mode=0x0 | |
D: locked db index /var/lib/rpm/Packages | |
D: opening db index /var/lib/rpm/Name rdonly mode=0x0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from qgis.utils import iface | |
dbacts = [x for x in iface.databaseMenu().actions() if x.text() == u'DB Manager'] | |
if dbacts: | |
dbacts[0].menu().actions()[0].trigger() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/core/geometry/qgsgeos.cpp:1415:63: error: no member named 'round' in namespace 'std' | |
GEOSCoordSeq_setX_r( geosinit.ctxt, coordSeq, i, std::round( pt.x() / precision ) * precision ); | |
~~~~~^ | |
src/core/geometry/qgsgeos.cpp:1416:63: error: no member named 'round' in namespace 'std' | |
GEOSCoordSeq_setY_r( geosinit.ctxt, coordSeq, i, std::round( pt.y() / precision ) * precision ); | |
~~~~~^ | |
src/core/geometry/qgsgeos.cpp:1419:75: error: no member named 'round' in namespace 'std' | |
GEOSCoordSeq_setOrdinate_r( geosinit.ctxt, coordSeq, i, 2, std::round( pt.z() / precision ) * precision ); | |
~~~~~^ | |
src/core/geometry/qgsgeos.cpp:1467:61: error: no member named 'round' in namespace 'std' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 6%] Building CXX object src/core/CMakeFiles/qgis_core.dir/qgsexpression_texts.cpp.o | |
cd /Volumes/Scratch/qgis-osgeo4mac/src/core && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DHAVE_GEOS_CPP -DQGISDEBUG=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WEBKIT_LIB -DQT_XML_LIB -DWITH_QTWEBKIT -D_HAVE_PTHREAD_ -D_TTY_POSIX_ -Dqgis_core_EXPORTS -Wno-deprecated-declarations -I/usr/local/opt/gettext/include -DSPATIALITE_VERSION_GE_4_0_0 -DSPATIALITE_VERSION_G_4_1_1 -DSPATIALITE_HAS_INIT_EX -std=c++11 -Wno-error=c++11-narrowing -Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing -Wno-return-type-c-linkage -Wno-overloaded-virtual -Wno-unused-private-field -Wno-deprecated-register -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g -DNDEBUG -fPIC -isystem /usr/local/Cellar/qt/4.8.7/include -iframework /usr/local/Cellar/qt/4.8.7/lib -isystem /usr/local/Cellar/qt/4.8.7 |