[MacPorts] #56908: gdal @2.3.1: error: thread-local storage is not supported for the current target
MacPorts
noreply at macports.org
Mon Oct 15 14:57:33 UTC 2018
#56908: gdal @2.3.1: error: thread-local storage is not supported for the current
target
-------------------------+-----------------------------------------
Reporter: ryandesign | Owner: Veence
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords: mavericks yosemite haspatch
Port: gdal |
-------------------------+-----------------------------------------
Comment (by kencu):
Replying to [comment:9 jolivetr]:
> No, it is still the case. Why does it pick up this mpi version? How can
I modify this?\\
>
> Thanks for the help,\\
> R
You apparently have the `+openmpi` version installed specifically. You
need to find a way to install it without the `openmpi` variant, at least
until it gets fixed. Here's how you see what you have installed:
{{{
port -v installed gdal
}}}
Presumably you will then see some version of `gdal` installed with the
`+openmpi` variant specified. You could force it to be without `openmpi`
by installing the new version with `-openmpi` but that is messy. Probably
better to just install a clean set of variants in the first place by
starting fresh with `gdal`.
{{{
sudo port uninstall gdal
}}}
(if port complains this will break some things, accept that and say yes).
Then:
{{{
sudo port -v install gdal
}}}
and you should get a clean version, without `openmpi`.
--
Ticket URL: <https://trac.macports.org/ticket/56908#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list