update recipes

This commit is contained in:
Ribbon 2023-12-23 04:28:15 +00:00
parent ec827adcba
commit 33ec38425d
9 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#TODO
#TODO pueue_lib crate error (after cargo update and a patch on ring)
[source]
git = "https://github.com/Nukesor/pueue"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO configuration error
[source]
tar = "https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO configuration error
[source]
tar = "https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/Lenivaya/qrrs"
rev = "74ea9129a808f199afb386a38df7492cc8c7d094"

View File

@ -1,4 +1,4 @@
#TODO probably wrong template and missing dependencies
#TODO find a tarball link
[source]
tar = "http://download.qt.io/official_releases/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz"
[build]

View File

@ -1,3 +1,4 @@
#TODO make libxkbcommon work
#TODO build instructions - https://doc.qt.io/qt-5/linux-building.html
#TODO customization - https://doc.qt.io/qt-5/configure-options.html
[source]

View File

@ -1,3 +1,4 @@
#TODO make libxkbcommon work
#TODO build instructions - https://doc.qt.io/qt-6/linux-building.html
#TODO customization - https://doc.qt.io/qt-6/configure-options.html
[source]

View File

@ -1,3 +1,4 @@
#TODO make boost work
#TODO probably wrong template, see https://www.quantlib.org/install/linux.shtml
[source]
tar = "https://github.com/lballabio/QuantLib/releases/download/v1.32/QuantLib-1.32.tar.gz"

View File

@ -1,6 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/timvw/qv"
rev = "af0063096c6264c72c7462f4eeb0c4a7e0b1d646"
[build]
template = "cargo"