[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50054] [PATCH] gnu: Add bgfx
From: |
Andy Tai |
Subject: |
[bug#50054] [PATCH] gnu: Add bgfx |
Date: |
Sat, 14 Aug 2021 11:24:57 -0700 |
Or your intent is that each repo should be a separate package in guix,
like bgfx with its three git repos shall be three packages in guix?
On Sat, Aug 14, 2021 at 11:07 AM Andy Tai <lichengtai@gmail.com> wrote:
>
> Question: then how in the package definition can I check out
> submpodule repos and make them in the same relative positions for the
> build to work?
>
> On Sat, Aug 14, 2021 at 2:43 AM Leo Prikler
> <leo.prikler@student.tugraz.at> wrote:
> >
> > Hi,
> >
> > Am Samstag, den 14.08.2021, 01:35 -0700 schrieb Andy Tai:
> > > * gnu/packages/graphics.scm (bgfx): New variable
> > > ---
> > > gnu/packages/graphics.scm | 38
> > > ++++++++++++++++++++++++++++++++++++++
> ...
> > > + (method git-fetch)
> > > + (uri
> > > + (git-reference
> > > + (url "https://github.com/bkaradzic/bgfx.cmake")
> > > + (commit commit)
> > > + ;; Fetch git submodules
> > > + (recursive? #t)))
> > The use of submodules is discouraged because it's often hard to reason
> > about them. This is such a case. bgfx and the other submodules each
> > vendor a bunch of dependencies on top of the binaries that e.g. bx
> > ships as part of their tools repo.
> > > + (file-name (git-file-name name version))
> > > + (sha256
> > > + (base32
> > > + "1k18230zw3v2l0vgz5xi0l23fa0686yx0jd6hkvvvwp3zlakqp7n")))
> > > )
> > > +
> >
>
>
> --
> Andy Tai, atai@atai.org
> Year 2021 民國110年
> 自動的精神力是信仰與覺悟
> 自動的行為力是勞動與技能
--
Andy Tai, atai@atai.org
Year 2021 民國110年
自動的精神力是信仰與覺悟
自動的行為力是勞動與技能
- [bug#50054] [PATCH] gnu: Add bgfx, Andy Tai, 2021/08/14
- [bug#50054] [PATCH] gnu: Add bgfx, Leo Prikler, 2021/08/14
- [bug#50054] [PATCH] gnu: Add bgfx, Andy Tai, 2021/08/14
- [bug#50054] [PATCH] gnu: Add bgfx,
Andy Tai <=
- [bug#50054] [PATCH] gnu: Add bgfx, Leo Prikler, 2021/08/14
- [bug#50054] [PATCH] gnu: Add bgfx, Andy Tai, 2021/08/16
- [bug#50054] [PATCH] gnu: Add bgfx, Leo Prikler, 2021/08/16
- [bug#50054] [PATCH] gnu: Add bgfx, Andy Tai, 2021/08/28
- [bug#50054] [PATCH] gnu: Add bgfx, Andy Tai, 2021/08/28
- [bug#50054] [PATCH] gnu: Add bgfx, Andy Tai, 2021/08/29
- [bug#50054] [PATCH] gnu: Add bgfx, Leo Prikler, 2021/08/29
- [bug#50054] [PATCH] gnu: Add bgfx, Andy Tai, 2021/08/29
- [bug#50054] [PATCH] gnu: Add bgfx, Leo Prikler, 2021/08/29
- [bug#50054] [PATCH] gnu: Add bgfx, Andy Tai, 2021/08/29