-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial ARM64 (aarch64-linux-gnu) Support #107
Conversation
Boost has been left at version 1.69.0 because attempting to upgrade to 1.76.0 caused problems with the Macintosh compiler.
e61f98e
to
0c9254b
Compare
@pomadchin Please test to see if the Macintosh version of these still works. The only change that should be visible from the perspective of the Macintosh code is that the file name of the shared library has changed, so I anticipate that it should work. |
With the addition of a second architecture, #91 is beginning to look more appealing. That would also eliminate concerns such as those raised in #100 . (It should also be noted that on Linux at least, many of these concerns can be dissolve by just creating appropriately-named symbol links to GDAL shared libararies.) |
BOOST_TEST(success == false); | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, there is GDAL 3.2 in unstable packages (see: https://packages.debian.org/search?keywords=gdal) would it be possible just to use GDAL 3.2?
Works good on Mac 🟢 ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamesmcclain yea, that is the contents of the hmm according to https://packages.debian.org/sid/libgdal-dev it is here 👀 |
👁️ 👁️ |
The
aarch64-linux-gnu
library is linked against GDAL 2.4 because that was was easily available in the Debian Buster package repository. The build generated here has not been tested, though a separate build on an ARM64 EC2 instance did pass all tests.x86_64-linux-gnu
aarch64-linux-gnu
README.md
, &c.Closes #106