unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Kreye <kreyepr@gmail.com>
To: 29034@debbugs.gnu.org
Subject: [bug#29034] [PATCH 4/5] gnu: Add ocaml-findlib-1.7.3.
Date: Fri, 27 Oct 2017 18:33:25 -0500	[thread overview]
Message-ID: <87k1zgdv3u.fsf@gmail.com> (raw)
In-Reply-To: <87po98dw5y.fsf@gmail.com>

* gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): New variable.
---
 gnu/packages/ocaml.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 712cc91e0..403176452 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -844,6 +844,41 @@ brought up to date by propagating the changes in each replica
 to the other.")
     (license license:gpl3+)))
 
+(define-public ocaml-findlib-1.7.3
+  (package
+    (inherit ocaml-findlib)
+    (version "1.7.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://download.camlcity.org/download/"
+                                  "findlib" "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "12xx8si1qv3xz90qsrpazjjk4lc1989fzm97rsmc4diwla7n15ni"))))
+    (arguments
+     `(#:tests? #f  ; no test suite
+       #:parallel-build? #f
+       #:make-flags (list "all" "opt")
+       #:phases (modify-phases %standard-phases
+                  (replace
+                      'configure
+                    (lambda* (#:key outputs #:allow-other-keys)
+                      (let ((out (assoc-ref outputs "out")))
+                        (system*
+                         "./configure"
+                         "-bindir" (string-append out "/bin")
+                         "-config" (string-append out "/etc/ocamfind.conf")
+                         "-mandir" (string-append out "/share/man")
+                         "-sitelib" (string-append out "/lib/ocaml/site-lib")
+                         "-with-toolbox"))))
+                  (replace
+                      'install
+                    (lambda* (#:key outputs #:allow-other-keys)
+                      (let ((out (assoc-ref outputs "out")))
+                        (system*
+                         "make" "install"
+                         (string-append "OCAML_CORE_STDLIB=" out))))))))))
+
 (define-public ocaml-findlib
   (package
     (name "ocaml-findlib")
-- 
2.14.2

  parent reply	other threads:[~2017-10-27 23:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-27 23:10 [bug#29034] [PATCH 0/5] Add ocaml-utop and dependencies Peter Kreye
2017-10-26 22:02 ` [bug#29034] [PATCH 1/5] gnu: Add ocaml-jbuilder Peter Kreye
2017-10-28  8:08   ` Ludovic Courtès
2017-10-27 23:31 ` [bug#29034] [PATCH 2/5] gnu: Add ocaml-zed Peter Kreye
2017-10-28  8:11   ` Ludovic Courtès
2017-10-27 23:32 ` [bug#29034] [PATCH 3/5] gnu: Add ocaml-lambda-term Peter Kreye
2017-10-28  8:18   ` Ludovic Courtès
2017-10-27 23:33 ` Peter Kreye [this message]
2017-10-28  8:36   ` [bug#29034] [PATCH 4/5] gnu: Add ocaml-findlib-1.7.3 Ludovic Courtès
2017-10-27 23:34 ` [bug#29034] [PATCH 5/5] gnu: Add ocaml-utop Peter Kreye
2017-10-28  8:37   ` bug#29034: " Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87k1zgdv3u.fsf@gmail.com \
    --to=kreyepr@gmail.com \
    --cc=29034@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).