Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] libgdal - Please update package and enable python bind
@ 2022-04-22 18:12 gabriel-russo
  2022-04-22 20:03 ` Chocimier
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: gabriel-russo @ 2022-04-22 18:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 916 bytes --]

New issue by gabriel-russo on void-packages repository

https://github.com/void-linux/void-packages/issues/36816

Description:

## Update
Please, update package libgdal and subpackages from 3.0.4 (released in 2020-01-28) to 3.4.2 (current release)

## Feature
According to [Pypi GDAL page](https://pypi.org/project/GDAL/#building-as-part-of-the-gdal-library-source-tree) you can also have the GDAL Python bindings built as part of a source build by specifying `--with-python` as part of your configure line. 

If it's possible, make a Configure option to enable python bindings build in libgdal package.

## Python bind in libgdal-3.0.4 template


` # Template file for 'libgdal'`
...
`configure_args=" ... --with-python"`
`makedepends="... python-devel python-setuptools"`
`python_version=2`
...
For some reason i can't put it working with python3, any future success i will report it here.




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: libgdal - Please update package and enable python bind
  2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
@ 2022-04-22 20:03 ` Chocimier
  2022-04-22 22:18 ` gabriel-russo
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chocimier @ 2022-04-22 20:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/36816#issuecomment-1106819628

Comment:
Worked on at https://github.com/void-linux/void-packages/pull/31687 .

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: libgdal - Please update package and enable python bind
  2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
  2022-04-22 20:03 ` Chocimier
@ 2022-04-22 22:18 ` gabriel-russo
  2022-04-23  0:32 ` classabbyamp
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: gabriel-russo @ 2022-04-22 22:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 431 bytes --]

New comment by gabriel-russo on void-packages repository

https://github.com/void-linux/void-packages/issues/36816#issuecomment-1106941101

Comment:
> Worked on at #31687 .

[commit a1a7df1acd39dcb4cf66846864c1b5294ec8b2d0](https://github.com/void-linux/void-packages/pull/31687/commits/a1a7df1acd39dcb4cf66846864c1b5294ec8b2d0) from @ar-jan works like a charm, why not replace libgdal from master branch with his version?




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: libgdal - Please update package and enable python bind
  2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
  2022-04-22 20:03 ` Chocimier
  2022-04-22 22:18 ` gabriel-russo
@ 2022-04-23  0:32 ` classabbyamp
  2022-07-22  2:13 ` github-actions
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-04-23  0:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/36816#issuecomment-1107071772

Comment:
> why not replace libgdal from master branch with his version?

that will happen once the PR is ready to be merged, looks like there are still a few issues to solve first.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: libgdal - Please update package and enable python bind
  2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
                   ` (2 preceding siblings ...)
  2022-04-23  0:32 ` classabbyamp
@ 2022-07-22  2:13 ` github-actions
  2022-07-27  9:52 ` ar-jan
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-07-22  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/36816#issuecomment-1192108126

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: libgdal - Please update package and enable python bind
  2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
                   ` (3 preceding siblings ...)
  2022-07-22  2:13 ` github-actions
@ 2022-07-27  9:52 ` ar-jan
  2022-07-27  9:55 ` sgn
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ar-jan @ 2022-07-27  9:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 463 bytes --]

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/issues/36816#issuecomment-1196514704

Comment:
Issue #31687 is stuck on libgdal cross compile no longer working. I'm afraid I don't know how to fix it and I haven't been able to get help. Cross compile did work in the PR earlier, but something somewhere in Void's build process seems to have changed because the same versions that used to compile no longer get built.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: libgdal - Please update package and enable python bind
  2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
                   ` (4 preceding siblings ...)
  2022-07-27  9:52 ` ar-jan
@ 2022-07-27  9:55 ` sgn
  2022-10-27  2:13 ` github-actions
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sgn @ 2022-07-27  9:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 558 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/36816#issuecomment-1196517343

Comment:
On 2022-07-27 02:52:37-0700, Arjan ***@***.***> wrote:
> Issue #31687 is stuck on libgdal cross compile no longer working.
> I'm afraid I don't know how to fix it and I haven't been able to get
> help. Cross compile did work in the PR earlier, but something
> somewhere in Void's build process seems to have changed because the
> same versions that used to compile no longer get built.

I will look into it.

-- 
Danh


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: libgdal - Please update package and enable python bind
  2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
                   ` (5 preceding siblings ...)
  2022-07-27  9:55 ` sgn
@ 2022-10-27  2:13 ` github-actions
  2022-11-05  7:27 ` kruceter
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-10-27  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/36816#issuecomment-1292872231

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: libgdal - Please update package and enable python bind
  2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
                   ` (6 preceding siblings ...)
  2022-10-27  2:13 ` github-actions
@ 2022-11-05  7:27 ` kruceter
  2022-11-05  7:28 ` kruceter
  2022-11-05  7:42 ` [ISSUE] [CLOSED] " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: kruceter @ 2022-11-05  7:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/issues/36816#issuecomment-1304430320

Comment:
libgdal has been updated via #40225.

Python binding have also been added.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: libgdal - Please update package and enable python bind
  2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
                   ` (7 preceding siblings ...)
  2022-11-05  7:27 ` kruceter
@ 2022-11-05  7:28 ` kruceter
  2022-11-05  7:42 ` [ISSUE] [CLOSED] " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: kruceter @ 2022-11-05  7:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/issues/36816#issuecomment-1304430320

Comment:
libgdal has been updated via #40225.

Python bindings have also been added.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ISSUE] [CLOSED] libgdal - Please update package and enable python bind
  2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
                   ` (8 preceding siblings ...)
  2022-11-05  7:28 ` kruceter
@ 2022-11-05  7:42 ` classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-11-05  7:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 919 bytes --]

Closed issue by gabriel-russo on void-packages repository

https://github.com/void-linux/void-packages/issues/36816

Description:

## Update
Please, update package libgdal and subpackages from 3.0.4 (released in 2020-01-28) to 3.4.2 (current release)

## Feature
According to [Pypi GDAL page](https://pypi.org/project/GDAL/#building-as-part-of-the-gdal-library-source-tree) you can also have the GDAL Python bindings built as part of a source build by specifying `--with-python` as part of your configure line. 

If it's possible, make a Configure option to enable python bindings build in libgdal package.

## Python bind in libgdal-3.0.4 template


` # Template file for 'libgdal'`
...
`configure_args=" ... --with-python"`
`makedepends="... python-devel python-setuptools"`
`python_version=2`
...
For some reason i can't put it working with python3, any future success i will report it here.




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-11-05  7:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 18:12 [ISSUE] libgdal - Please update package and enable python bind gabriel-russo
2022-04-22 20:03 ` Chocimier
2022-04-22 22:18 ` gabriel-russo
2022-04-23  0:32 ` classabbyamp
2022-07-22  2:13 ` github-actions
2022-07-27  9:52 ` ar-jan
2022-07-27  9:55 ` sgn
2022-10-27  2:13 ` github-actions
2022-11-05  7:27 ` kruceter
2022-11-05  7:28 ` kruceter
2022-11-05  7:42 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).