modified: g/GDAL/GDAL-2.3.2-Py-2.7.eb

This commit is contained in:
Lukáš Krupčík 2018-11-06 06:54:21 +01:00
parent 39f5a72c59
commit 44c8992ffd

View File

@ -16,7 +16,6 @@ toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
source_urls = ['http://download.osgeo.org/gdal/%(version)s/']
sources = [SOURCELOWER_TAR_XZ]
#patches = ['GDAL-%(version)s_fix-uchar-definition.patch']
dependencies = [
('Py', '2.7', '', True),
@ -39,7 +38,7 @@ configopts += ' --with-xml2=$EBROOTLIBXML2 --with-geos=$EBROOTGEOS/bin/geos-conf
configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jasper=$EBROOTJASPER'
configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python'
modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'}
modextrapaths = {'PYTHONPATH': 'lib/python2.7/site-packages'}
sanity_check_paths = {
'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT],