Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

platform_key for ARM #52

Closed
visr opened this issue Mar 31, 2018 · 2 comments
Closed

platform_key for ARM #52

visr opened this issue Mar 31, 2018 · 2 comments

Comments

@visr
Copy link
Contributor

visr commented Mar 31, 2018

Came across this in GEOSBuilder, building with TARGET=arm-linux-gnueabihf.
https://travis-ci.org/JuliaGeo/GEOSBuilder/jobs/360575777#L507-L516

julia> triplet(BinaryProvider.Linux(:armv7l))
"arm-linux-gnueabihf"

julia> platform_key("arm-linux-gnueabihf")
WARNING: Platform `arm-linux-gnueabihf` is not an officially supported platform
BinaryProvider.UnknownPlatform()

julia> platform_key("armv7l-linux-gnueabihf")
BinaryProvider.Linux(:armv7l, :glibc, :eabihf)

This can be reversed by chaning the dict in platform_key to :armv7l => "arm", but I'm not sure if this is the way to go, or that we need do deal with sub-arch explicitly.

visr added a commit to JuliaGeo/GDALBuilder that referenced this issue Mar 31, 2018
visr added a commit to JuliaGeo/GEOSBuilder that referenced this issue Mar 31, 2018
@staticfloat
Copy link
Member

Yeah, my bad, I screwed this one up. Fixed in #53

@visr
Copy link
Contributor Author

visr commented Apr 2, 2018

That works, thanks!

@visr visr closed this as completed Apr 2, 2018
staticfloat pushed a commit to staticfloat/BinaryProvider.jl that referenced this issue Aug 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants