42 lines
2.8 KiB
Makefile
42 lines
2.8 KiB
Makefile
MASTER_SITES= \
|
|
https://github.com/abseil/abseil-cpp/archive/refs/tags/:abseil_cpp \
|
|
https://github.com/apple/coremltools/archive/refs/tags/:coremltools \
|
|
https://github.com/jarro2783/cxxopts/archive/:cxxopts \
|
|
https://github.com/HowardHinnant/date/archive/refs/tags/:date \
|
|
https://github.com/dmlc/dlpack/archive/:dlpack \
|
|
https://github.com/eigen-mirror/eigen/archive/1d8b82b0740839c0de7f1242a3585e3390ff5f33/:eigen \
|
|
https://github.com/google/flatbuffers/archive/refs/tags/:flatbuffers \
|
|
https://github.com/Maratyszcza/FP16/archive/:fp16 \
|
|
https://github.com/Maratyszcza/FXdiv/archive/:fxdiv \
|
|
https://github.com/google/benchmark/archive/refs/tags/:google_benchmark \
|
|
https://github.com/google/googletest/archive/refs/tags/:googletest \
|
|
https://github.com/google/XNNPACK/archive/:googlexnnpack \
|
|
https://github.com/nlohmann/json/archive/refs/tags/:json \
|
|
https://github.com/microsoft/GSL/archive/refs/tags/:microsoft_gsl \
|
|
https://github.com/microsoft/wil/archive/refs/tags/:microsoft_wil \
|
|
https://github.com/microsoft/mimalloc/archive/refs/tags/:mimalloc \
|
|
https://github.com/boostorg/mp11/archive/refs/tags/:mp11 \
|
|
https://github.com/onnx/onnx/archive/refs/tags/:onnx \
|
|
https://github.com/onnx/onnx-tensorrt/archive/:onnx_tensorrt \
|
|
https://github.com/protocolbuffers/protobuf/archive/refs/tags/:protobuf \
|
|
https://github.com/protocolbuffers/protobuf/releases/download/v21.12/:protoc_win64 \
|
|
https://github.com/protocolbuffers/protobuf/releases/download/v21.12/:protoc_win32 \
|
|
https://github.com/protocolbuffers/protobuf/releases/download/v21.12/:protoc_linux_x64 \
|
|
https://github.com/protocolbuffers/protobuf/releases/download/v21.12/:protoc_linux_x86 \
|
|
https://github.com/protocolbuffers/protobuf/releases/download/v21.12/:protoc_linux_aarch64 \
|
|
https://github.com/protocolbuffers/protobuf/releases/download/v21.12/:protoc_mac_universal \
|
|
https://github.com/Maratyszcza/psimd/archive/:psimd \
|
|
https://github.com/google/pthreadpool/archive/:pthreadpool \
|
|
https://github.com/pybind/pybind11/archive/refs/tags/:pybind11 \
|
|
https://github.com/pytorch/cpuinfo/archive/:pytorch_cpuinfo \
|
|
https://github.com/google/re2/archive/refs/tags/:re2 \
|
|
https://github.com/dcleblanc/SafeInt/archive/refs/tags/:safeint \
|
|
https://github.com/tensorflow/tensorboard/archive/:tensorboard \
|
|
https://github.com/NVIDIA/cutlass/archive/refs/tags/:cutlass \
|
|
https://github.com/microsoft/onnxruntime-extensions/archive/:extensions \
|
|
https://github.com/microsoft/DirectX-Headers/archive/refs/tags/:directx_headers \
|
|
https://github.com/NVIDIA/cudnn-frontend/archive/refs/tags/:cudnn_frontend \
|
|
https://github.com/google/dawn/archive/:dawn \
|
|
https://github.com/ARM-software/kleidiai/archive/refs/tags/:kleidiai \
|
|
https://github.com/svaarala/duktape/releases/download/v2.7.0/:duktape \
|