all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: zimoun <zimon.toutoune@gmail.com>,divoplade <d@divoplade.fr>
Cc: 45133@debbugs.gnu.org
Subject: [bug#45133] Add ocaml reactiveData
Date: Wed, 09 Dec 2020 14:12:36 -0500	[thread overview]
Message-ID: <A6A8EEA1-2268-4FA1-AC80-39E742604845@lepiller.eu> (raw)
In-Reply-To: <CAJ3okZ2U16c7bXL42W237xz-C9TohNmUCA=fqNhbMib+PLLTsA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1418 bytes --]

The ocaml-build-system will use the Makefile if it exists, otherwise it runs opam-install -i --prefix=out --libdir=out/lib/ocaml/site-lib

You need opam as an input.

Le 9 décembre 2020 13:35:57 GMT-05:00, zimoun <zimon.toutoune@gmail.com> a écrit :
>On Wed, 9 Dec 2020 at 19:05, divoplade <d@divoplade.fr> wrote:
>
>> I'm not sure that's the reason, but the ocaml build dance runs make
>> install, and there's no install target in the Makefile, and the opam
>> file does not need to have an install target because it installs
>> everything. I think.
>
>I do not know, I have not looked at the details, but for example:
>
>  tar -jtvf $(guix build ocaml-uutf -S)
>
>does not even show a Makefile and the Guix package looks like:
>
>--8<---------------cut here---------------start------------->8---
>    (build-system ocaml-build-system)
>    (arguments
>     `(#:tests? #f
>       #:build-flags (list "build")
>       #:phases
>       (modify-phases %standard-phases
>         (delete 'configure))))
>    (native-inputs
>     `(("ocamlbuild" ,ocamlbuild)
>       ("opam" ,opam)
>       ("topkg" ,ocaml-topkg)))
>--8<---------------cut here---------------end--------------->8---
>
>That's why I find it weird to have to patch the reactiveData Makefile
>to be able to install it.  I am probably wrong and Julien will correct
>me with their insight. :-)
>
>
>All the best,
>simon

[-- Attachment #2: Type: text/html, Size: 1845 bytes --]

  reply	other threads:[~2020-12-09 19:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 14:58 [bug#45133] Add ocaml reactiveData divoplade
2020-12-09 15:40 ` Julien Lepiller
2020-12-09 17:03   ` divoplade
2020-12-09 17:59     ` zimoun
2020-12-09 18:05       ` divoplade
2020-12-09 18:35         ` zimoun
2020-12-09 19:12           ` Julien Lepiller [this message]
2020-12-10 12:41             ` zimoun
2020-12-10 12:49               ` divoplade
2020-12-10 12:42             ` divoplade
2020-12-10 13:53               ` Julien Lepiller
2020-12-10 14:12                 ` divoplade
2020-12-10 14:43                   ` zimoun
2020-12-10 14:57                     ` divoplade
2020-12-15 14:49                       ` bug#45133: " Julien Lepiller

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=A6A8EEA1-2268-4FA1-AC80-39E742604845@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=45133@debbugs.gnu.org \
    --cc=d@divoplade.fr \
    --cc=zimon.toutoune@gmail.com \
    /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.