Skip to content

Instantly share code, notes, and snippets.

@schuhumi
Created February 21, 2019 12:42
Show Gist options
  • Save schuhumi/5c6cba0ff6f3aeb7b2e8c38b9c62034b to your computer and use it in GitHub Desktop.
Save schuhumi/5c6cba0ff6f3aeb7b2e8c38b9c62034b to your computer and use it in GitHub Desktop.
"modules": [
{
"name" : "beignet",
"buildsystem" : "cmake",
"make-install-args": [
"prefix=/app"
],
"config-opts": [
"-DCMAKE_INSTALL_PREFIX=/app"
],
"sources" : [
{
"type" : "git",
"url" : "git://anongit.freedesktop.org/beignet"
}
]
},
{
"name" : "clinfo",
"sources" : [
{
"type" : "git",
"url" : "https://github.com/Oblomov/clinfo"
}
]
},
{
"name" : "numpy",
"buildsystem" : "simple",
"ensure-writable" : [
"/usr/lib/python3.5/site-packages/numpy"
],
"build-commands" : [
"pip3.5 install --prefix=/app numpy-1.14.0-cp35-cp35m-manylinux1_x86_64.whl"
],
"sources" : [
{
"type" : "file",
"url" : "https://pypi.python.org/packages/55/7f/50d7b4e9f3493779edb3cec0a6ccf68090bf95f0a3b8a093fc0d467cc6d5/numpy-1.14.0-cp35-cp35m-manylinux1_x86_64.whl#md5=47de646ff0d4591431030ee93412f9f3",
"md5" : "47de646ff0d4591431030ee93412f9f3"
}
]
},
{
"name" : "opencv",
"buildsystem" : "simple",
"build-commands" : [
"pip3.5 install --prefix=/app opencv_python-3.4.3.18-cp35-cp35m-manylinux1_x86_64.whl"
],
"sources" : [
{
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/8c/5a/51fbacac6cf508016916c96393405e2e10d939859322a6dcf7a92e041d0d/opencv_python-3.4.3.18-cp35-cp35m-manylinux1_x86_64.whl",
"sha256" : "f67b7952ce6d6947dcd486000da4fee101e31d9b9980ecb0c03378ffe995c10d"
}
]
},
{
"name" : "scipy",
"buildsystem" : "simple",
"build-commands" : [
"pip3.5 install --prefix=/app scipy-1.0.0-cp35-cp35m-manylinux1_x86_64.whl"
],
"sources" : [
{
"type" : "file",
"url" : "https://pypi.python.org/packages/1a/83/6aed4f564f3f5d338fd3c642f33d5ded0fc577da5f9a7d85ed6ba23c5d51/scipy-1.0.0-cp35-cp35m-manylinux1_x86_64.whl#md5=6b78707eda2832b7a383ade9914ce385",
"md5" : "6b78707eda2832b7a383ade9914ce385"
}
]
},
{
"name": "libusb",
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.tar.bz2",
"sha256" : "75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157"
}
],
"config-opts" : ["--disable-udev"]
},
{
"name": "libgphoto2",
"sources": [
{
"type": "archive",
"url": "https://downloads.sourceforge.net/project/gphoto/libgphoto/2.5.19/libgphoto2-2.5.19.tar.bz2",
"sha256": "62523e52e3b8542301e072635b518387f2bd0948347775cf10cb2da9a6612c63"
}
]
},
{
"name": "gphoto2",
"sources": [
{
"type": "archive",
"url": "https://netcologne.dl.sourceforge.net/project/gphoto/gphoto/2.5.17/gphoto2-2.5.17.tar.bz2",
"sha256": "aa571039240c68a053be710ca41645aed0239fa2f0b737b8ec767fef29e3544f"
}
]
},
{
"name" : "python-gphoto2",
"buildsystem" : "simple",
"build-commands" : [
"gphoto2 --list-cameras && tar xzf gphoto2-1.8.3.tar.gz && cd gphoto2-1.8.3 && python3 setup.py build && python3 setup.py install --prefix=/app"
],
"sources" : [
{
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/13/20/16f4e17e0d799199c84a7d3e4f181232071383acf71912da44de015b1812/gphoto2-1.8.3.tar.gz",
"sha256" : "0257f90f0d8342b8bc996ff1b45b2cd3219a29f8123aa21a6da159ee3566e49f"
}
]
},
{
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment