all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Pjotr Prins <pjotr.public12@thebird.nl>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add slurm-llnl.
Date: Thu, 11 Feb 2016 09:28:01 +0100	[thread overview]
Message-ID: <87ziv7tzvy.fsf@elephly.net> (raw)
In-Reply-To: <20160211081733.GB8987@thebird.nl>


Pjotr Prins <pjotr.public12@thebird.nl> writes:

> On Wed, Feb 10, 2016 at 10:33:30PM -0600, Eric Bavier wrote:
>> On Wed, 10 Feb 2016 18:36:48 +0100
>> Pjotr Prins <pjotr.public12@thebird.nl> wrote:
>> 
>> > * gnu/packages/parallel.scm (slurm-llnl): New variable.
>> > ---
>> >  gnu/packages/parallel.scm | 51 ++++++++++++++++++++++++++++++++++++++++++++---
>> >  1 file changed, 48 insertions(+), 3 deletions(-)
>> [...]
>> > +   (license license:openssl)))
>> 
>> There are several bits in the 'contribs' directory that seem to not be
>> under free licenses. E.g.
>> 
>> - contribs/cray/slurmconfgen_smw.py contains "Copyright 2015 Cray Inc.
>>   All Rights Reserved"
>> 
>> - contribs/cray/slurmconfgen.py.in contains "Copyright 2013 Cray Inc.
>>   All Rights Reserved"
>> 
>> - contribs/cray/libalps_test_programs.tar.gz contains a mixture of
>>   GPLv2, public domain, and binaries.
>> 
>> - contribs/mic/mpirun-mic declares no license.
>> 
>> - contribs/pmi2 is under a custom (copyleft?) license.
>> 
>> - contribs/sgather declares no license.
>> 
>> - contribs/sgi/netloc_to_topology.c contains "Copyright (C) 2014
>>   Silicon Graphics International Corp. All rights reserved."
>> 
>> - contribs/sjobexit/sjobexitmod.pl declares no license.
>> 
>> I don't think we can claim any of these are covered under the same
>> license as slurm, since the COPYING file explicitely says "Some tools
>> in the "contribs" directory have other licenses."
>> 
>> The contribs tools are not installed by default, but we do need to
>> remove any non-free source from there with an origin snippet.
>> 
>> Also, I found the DISCLAIMER file contains the "or (at your option) any
>> later version." verbiage, so the slurm license itself is license:gpl2+
>
> That was hard to find. Initially I had gpl2+ but they don't include the
> license in the source so I defaulted to the license they include which
> is openssl. But ja...
>
> I agree the rest is a mess but we aren't building contrib. Do you have
> an example of a package that does this the right way?

The best way is to remove the contrib directory in an origin snippet.
We’re doing the same in the “shogun” package (in machine-learning.scm)
as the upstream sources contain files that are not free software.  The
snippet in “shogun” is probably more complicated than what you’ll need
for slurm-llnl; in many cases it’s enough to just do

    (begin
      (delete-file-recursively "contrib")
      #t)

in a snippet.

~~ Ricardo

  reply	other threads:[~2016-02-11  8:28 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-10 17:36 [PATCH] gnu: Add slurm-llnl Pjotr Prins
2016-02-11  4:04 ` Eric Bavier
2016-02-11  8:15   ` Pjotr Prins
2016-02-11 10:08     ` Andreas Enge
2016-02-11 11:11       ` Pjotr Prins
2016-02-11 14:21         ` Andreas Enge
2016-02-11 15:00           ` Pjotr Prins
2016-02-12 12:30             ` Pjotr Prins
2016-02-11 15:19         ` Eric Bavier
2016-02-12 12:20     ` Pjotr Prins
2016-02-12 12:30       ` Andreas Enge
2016-02-12 12:31         ` Pjotr Prins
2016-02-12 12:57           ` [PATCH] gnu: Add slurm-wlm Pjotr Prins
2016-02-12 17:51             ` Andreas Enge
2016-02-13  8:59             ` [PATCH] gnu: Add slurm Pjotr Prins
2016-02-13 10:28               ` Andreas Enge
2016-02-13 16:42                 ` Pjotr Prins
2016-02-13 17:00                   ` Andreas Enge
2016-02-13 17:01                   ` Pjotr Prins
2016-02-13 17:20                     ` Andreas Enge
2016-02-13 20:13                       ` Leo Famulari
2016-02-13 20:34                         ` Andreas Enge
2016-02-13 20:40                           ` Leo Famulari
2016-02-14 14:22                             ` Andreas Enge
2016-02-14 19:08                               ` Leo Famulari
2016-02-15 12:09                                 ` Pjotr Prins
2016-02-15 21:51                                   ` Andreas Enge
2016-02-16  7:21                                     ` Pjotr Prins
2016-02-16  9:55                                       ` Andreas Enge
2016-02-13 20:38                         ` Leo Famulari
2016-02-13 21:32                           ` Pjotr Prins
2016-02-13 21:43                             ` Leo Famulari
2016-02-13 17:13                 ` Pjotr Prins
2016-02-11  4:33 ` [PATCH] gnu: Add slurm-llnl Eric Bavier
2016-02-11  8:17   ` Pjotr Prins
2016-02-11  8:28     ` Ricardo Wurmus [this message]
2016-02-11 18:36 ` Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ziv7tzvy.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=guix-devel@gnu.org \
    --cc=pjotr.public12@thebird.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.