Opened 15 years ago

Closed 10 years ago

#21535 closed defect (fixed)

Parallel build breaks gdal +python...

Reported by: Veence (Vincent) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: gdal

Description

It seems that use_parallel_build is now enabled by default. In that case, it breaks gdal +python because the makefile scheduling is wrong: it attempts to build python extension before the library is fully built, leading to an error (-lgdal not found). Specifying

use_parallel_build no

in the various python variants fixes this behavior.

Change History (3)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Maintainer timeout occurred long ago; you can commit your fix whenever you like.

comment:2 Changed 10 years ago by mf2k (Frank Schima)

Keywords: gdal python removed
Owner: changed from seanasy@… to macports-tickets@…

This port is no longer maintained. See #44038.

comment:3 Changed 10 years ago by Veence (Vincent)

Resolution: fixed
Status: newclosed

Anyhow it works fine now.

Note: See TracTickets for help on using tickets.