all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* various packaging issues
@ 2017-07-18 15:42 Dave Love
  2017-07-18 17:09 ` Ludovic Courtès
  2017-07-18 20:17 ` Adonay Felipe Nogueira
  0 siblings, 2 replies; 15+ messages in thread
From: Dave Love @ 2017-07-18 15:42 UTC (permalink / raw)
  To: help-guix

I was looking at making packages for HPC-related stuff I'm familiar with
and I'm wondering how to translate features of the rpm or dpkg packaging
that I understand.  I couldn't see answers in the doc or immediately
find examples; apologies if I've missed something obvious.

* I should specify a disjunction of licences like "BSD or GPLv2" rather
  than the conjunction, which seems to be represented as a list (though
  the doc doesn't say what a list represents).  I.e. in Fedora-ish
  rpm-speak, I have A or B, rather than C and D.  Is that possible?

* RPM specs commonly have multiple sources specified, e.g. source and
  doc or example tarballs, or configuration files of some kind which
  aren't patches.  Is there a way to do that?

* What if I effectively have multiple build systems?  For instance a
  python interface needs to be built with an explicit
  "python... setup.py" with an overall autotools build.  While I figured
  out how to build and install in that situation, at least for one
  python, it looks messy.  I wonder what the recommended way is,
  particularly to provide python2 and python3 modules, or for other
  things like Java or Perl components.

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-08-15 18:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-18 15:42 various packaging issues Dave Love
2017-07-18 17:09 ` Ludovic Courtès
2017-07-18 22:43   ` Dave Love
2017-07-19  7:32     ` Ricardo Wurmus
2017-07-19 10:38       ` Dave Love
2017-07-20 14:32         ` Ludovic Courtès
2017-07-24 14:38           ` Dave Love
2017-07-25  9:09             ` Ludovic Courtès
2017-07-20 14:37     ` Ludovic Courtès
2017-07-20 16:01     ` Adonay Felipe Nogueira
2017-07-18 20:17 ` Adonay Felipe Nogueira
2017-07-18 23:00   ` Dave Love
2017-07-27 12:59     ` Adonay Felipe Nogueira
2017-07-27 19:15       ` Dave Love
2017-08-15 18:43         ` Adonay Felipe Nogueira

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.