mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
modified: g/GDAL/GDAL-2.3.2-Py-2.7.eb
This commit is contained in:
parent
39f5a72c59
commit
44c8992ffd
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user