lotus/scripts/curio-apt/DEBIAN/control
Andrew Jackson (Ajax) f5dd7665f6
Produce DEB files for amd64 for openCL and cuda (#11885)
* service changes

* better postinst

* better postinst

* fix: curio: Update pgx imports, fix db_storage alloc

* feat: curioweb: Improve task_history indexes (#11911)

* ready to test deb making

* deb files build

* it works

* fullname

* last bit of cleanup

* doc update

* future plans

* lint

* code comments

---------

Co-authored-by: Łukasz Magiera <magik6k@gmail.com>
Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
2024-05-13 14:18:50 -05:00

20 lines
841 B
Plaintext

Source: curio
Section: Network
Priority: optional
Maintainer: Andrew Jackson <support@curiostorage.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.0
Homepage: github.com/filecoin-project/lotus
Rules-Requires-Root: no
Package: $PACKAGE
Version: $VERSION
Architecture: amd64
Depends: hwloc, mesa-opencl-icd
Description: A Filecoin Storage Provider implementation.
This Filecoin Storage Provider implementation is a fork of the Lotus project.
It improves upon the previous by solving more complete problem sets including
avoiding single points of failure, improving performance, and providing a
more robust and scalable solution.
It needs to be run in conjunction with the Filecoin network daemon and requires
setup of a Miner-ID and a Wallet-ID. See documentation on the website for more
information: curiostorage.org