I've just introduced a new namespace: cuda
The intend is to be able to build cuda only applications or
applications that can have cuda options.
The (same than rpi) idea is to have few packages to be introduced in
this repo and allow to use a symlink to the free(or nonfree) SCM URL
for packages that need optimized version, such as ffmpeg, etc
Thoses build will end with a specific dist tag: fc29cuda (1) and only
built on x86_64 (for now, but we may have ppc64le or aarch64 support
if relevant). The intend is to start with the cuda namespace with only
the master branch using cuda 10.0, but we may introduce others
branches for cuda-9.2 (or even cuda-9.0 at the oldest). The "first"
idea is to drop the fedora/el branch to only maintain
This cuda buildroot will use the official cuda package from nvidia
official repositories (altought a local mirror without their messy
packaged driver). This is still an open question to re-package the
cuda compiler in our repo. The first step is to avoid a duplicate
work.
The buildroot will default to define %global _with_cuda 1, so current
rpmfusion packages in the free section using this rpm conditional will
enable the relevant features (ffmpeg already support that if one wants
to have a look).
The repository will contains few specifics packages for the cuda that
may replace fedora/rpmfusion counterparts (with a higher dist).
Same as rpi feature: I really would like someone interested in to take
over the packaging work of this feature.
(1), It's still questionable if the dist should have cuda10.0 or
cuda9.2 given the idea would be to maintain older cuda version until
relevant
--
-
Nicolas (kwizart)
Show replies by date