This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM conanio/gcc11-ubuntu16.04:latest | |
USER root | |
RUN pip install -U conan | |
COPY <<EOF /root/.conan2/profiles/default | |
[settings] | |
arch=x86_64 | |
build_type=Release |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from pathlib import Path | |
import numpy as np | |
import rasterio | |
import requests | |
from scipy.interpolate import RectBivariateSpline | |
from tqdm.auto import tqdm | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from conan import ConanFile, conan_version | |
from conan.errors import ConanInvalidConfiguration, ConanException | |
from conan.tools.android import android_abi | |
from conan.tools.apple import ( | |
XCRun, | |
fix_apple_shared_install_name, | |
is_apple_os, | |
to_apple_arch, | |
) | |
from conan.tools.build import ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# suppress distutils warning | |
import warnings | |
warnings.filterwarnings("ignore", category=DeprecationWarning) | |
import datetime | |
import re | |
import subprocess | |
import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__acos_finite | |
__acosf_finite | |
__acosl_finite | |
__acosf128_finite | |
__acosh_finite | |
__acoshf_finite | |
__acoshl_finite | |
__acoshf128_finite | |
__asin_finite | |
__asinf_finite |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import requests | |
import hashlib | |
import re | |
import sys | |
from pathlib import Path | |
def get_hash(url): | |
r = requests.get(url) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aeron/1.41.4 bin/aeronmd_s ['__exp_finite', '__log_finite'] | |
aeron/1.41.4 bin/aeronmd_s ['__exp_finite', '__log_finite'] | |
aeron/1.41.4 lib/libaeron_driver.so ['__exp_finite', '__log_finite'] | |
android-ndk/r25c bin/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-bolt ['__xmknod'] | |
android-ndk/r25c bin/toolchains/llvm/prebuilt/linux-x86_64/lib64/libLLVM-14git.so ['__xmknod'] | |
android-ndk/r25c bin/toolchains/llvm/prebuilt/linux-x86_64/lib64/libclang-cpp.so.14git ['__xmknod'] | |
android-ndk/r25c bin/toolchains/llvm/prebuilt/linux-x86_64/lib64/liblldb.so.14.0.7git ['__xmknod'] | |
android-ndk/r25c bin/toolchains/llvm/prebuilt/linux-x86_64/python3/lib/libpython3.9.so.1.0 ['__xmknod', '__xmknodat'] | |
aravis/0.8.20 bin/arv-camera-test-0.8 ['__dn_expand', '__res_nquery'] | |
aravis/0.8.20 bin/arv-fake-gv-camera-0.8 ['__dn_expand', '__res_nquery'] |