-
Following the instructions in the readme generates an error on MacOS.
```
docker run --rm dockcross/linux-armv7 > ./dockcross-linux-armv7
chmod +x ./dockcross-linux-armv7
./dockcross-linux-armv7 b…
-
When building the base image, the following error is printed. Notes:
* it doesn't prevent the build from completing.
* it doesn't happen for the manylinux images
Code causing triggering the err…
-
It would be excellent if you could add native support for android and arm. I have developed an [ORM library for kotlin](https://github.com/s4kibs4mi/PultusORM) using sqlite-jdbc but to use the library…
-
Good day:
I was wondering if there are plan to get back the Linux PPC native library that used to be in version 3.7.x of the sqlite-jdbc?
Would it be to hard to add to the current set?
Thanks.
-
Rational: check for issue like the one reported in #94
Considering CircleCi can **not** be used to run images on both Linux and OSX at the same time, a solution could be to use travis-ci.
Test …
-
-
ppc64/libsnappyjava.so in the master branch does not run on Linux/ppc64.
> $ ./ibm-java-ppc64-80/bin/java -cp snappy-java-1.1.4-SNAPSHOT.jar:. TestSnappy1
Exception in thread "main" java.lang.Unsa…
-
Since internally `scikit-build` runs command like `cmake --build ...`, systematically passing `-DCMAKE_TOOLCHAIN_FILE:FILEPATH=...` is problematic.
Path forward:
Few options:
1. Find a way to exclu…
-
Thanks for maintaining this great project, it sure saves a lot of hassle in managing toolchains!
Apologies for the n00bish question, but I was wondering how would I go about including `python-dev`,…
-
All dockcross containers provide a CMake toolchain file in the `CMAKE_TOOLCHAIN_FILE` environmental variable. Ensure that this is always passed to CMake.