Skip to content
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

[PKG] GeographicLib #78

Closed
brunotl opened this issue Feb 28, 2020 · 2 comments
Closed

[PKG] GeographicLib #78

brunotl opened this issue Feb 28, 2020 · 2 comments
Labels
package request Requests for new packages to be added to the corpus.

Comments

@brunotl
Copy link

brunotl commented Feb 28, 2020

Package name
GeographicLib

Package URL
https://geographiclib.sourceforge.io/

Package source location
https://sourceforge.net/projects/geographiclib/files/distrib/GeographicLib-1.50.1.tar.gz

@brunotl brunotl added the package request Requests for new packages to be added to the corpus. label Feb 28, 2020
@atkawa7
Copy link

atkawa7 commented Mar 3, 2020

@brunotl In the meantime there is feature that was created microsoft/vcpkg#10271. You can build the archive yourself. Its easy

export ANDROID_NDK_HOME="/Library/Android/sdk/ndk/<version>"
./vcpkg install GeographicLib  --triplet x86-android
./vcpkg install GeographicLib  --triplet x64-android
./vcpkg install GeographicLib  --triplet arm-android
./vcpkg install GeographicLib  --triplet arm64-android
./vcpkg export GeographicLib  --triplet x86-android --prefab

The resulting pom

    <groupId>com.vcpkg.ndk.support</groupId>
    <artifactId>geographiclib</artifactId>
    <version>1.47-patch1-10</version>

or Gradle

  implementation "com.vcpkg.ndk.support:geographiclib:1.47-patch1-10"

@leleliu008
Copy link

This package had been publish to my maven repository hosted on github https://github.com/leleliu008/ndk-pkg-prefab-aar-maven-repo

You’re welcome to give it a try.

It was built with android-21 API level.

It provides arm64-v8a armeabi-v7a x86_64 x86 four abis.

It includes both static and shared libraries.

If it doesn't meet your needs, you could try to mannully build it with ndk-pkg, you could use it via GitHub Actions https://github.com/leleliu008/ndk-pkg-package-manually-build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package request Requests for new packages to be added to the corpus.
Projects
None yet
Development

No branches or pull requests

4 participants