From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id EF3867F890 for ; Wed, 26 Mar 2014 17:57:24 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of fabrissimo@gmail.com) identity=pra; client-ip=209.85.216.54; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="fabrissimo@gmail.com"; x-sender="fabrissimo@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of fabrissimo@gmail.com designates 209.85.216.54 as permitted sender) identity=mailfrom; client-ip=209.85.216.54; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="fabrissimo@gmail.com"; x-sender="fabrissimo@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qa0-f54.google.com) identity=helo; client-ip=209.85.216.54; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="fabrissimo@gmail.com"; x-sender="postmaster@mail-qa0-f54.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmACAL4FM1PRVdg2lGdsb2JhbABZg0FXrA2NdIh0gRUIFg4BAQEBBwsLCRIqgiUBAQEDAUABLQsBAwELAQUFBAcaFgsiEgEFAQoSBhMSCYdKAwkIDaF9j22WeScDCodCEQEFDI5hhEMEmE2BM48RGCmBZ4EHMIE/PA X-IPAS-Result: AmACAL4FM1PRVdg2lGdsb2JhbABZg0FXrA2NdIh0gRUIFg4BAQEBBwsLCRIqgiUBAQEDAUABLQsBAwELAQUFBAcaFgsiEgEFAQoSBhMSCYdKAwkIDaF9j22WeScDCodCEQEFDI5hhEMEmE2BM48RGCmBZ4EHMIE/PA X-IronPort-AV: E=Sophos;i="4.97,736,1389740400"; d="scan'208";a="64876526" Received: from mail-qa0-f54.google.com ([209.85.216.54]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 26 Mar 2014 17:57:24 +0100 Received: by mail-qa0-f54.google.com with SMTP id w8so2537622qac.27 for ; Wed, 26 Mar 2014 09:57:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wnPIYrGY5yOj9VMMEhow7wrFXeE7lzS1QPstrew+qjo=; b=Y0XmxbALqEhEj+KNFLShCyf7Jnn/dg6/IgIvNM5lzZchl1G+O1MJm0u8oJHfyprk8b q2YBVrTooWXVXruydGlS8yzNRA4fEysCmw58MSnkAqnzcg4K35TEtLrUhGi6cAYSNGjE LiKkYeafUgAt8DH8h2zIQy/OLl4TmVFOy2h3hb09obJ2opDKSQJ4ZT1Bd9sfaN+eMYZs k3reTmcsEuwLAmmBBrlcIBW1rQuJYWecl44b6ep1KtgQw02YHo0CS9F8J+eJikh4/vk+ Iz/Ru3yL7FA3h3SUFCEAQjkZLsYL/JwTiyvID4CsVzNYuufivNUSq/rzTlvlXCOPKyUN n2lQ== MIME-Version: 1.0 X-Received: by 10.140.88.85 with SMTP id s79mr6302651qgd.70.1395853043491; Wed, 26 Mar 2014 09:57:23 -0700 (PDT) Sender: fabrissimo@gmail.com Received: by 10.96.58.2 with HTTP; Wed, 26 Mar 2014 09:57:23 -0700 (PDT) In-Reply-To: <532F8D40.4030007@riken.jp> References: <532F8D40.4030007@riken.jp> Date: Wed, 26 Mar 2014 17:57:23 +0100 X-Google-Sender-Auth: xst6UkzvDK5qfs6HjomybdVCdOY Message-ID: From: Fabrice Le Fessant To: Francois Berenger Cc: OCaml Mailing List Content-Type: multipart/alternative; boundary=001a11c136a4d0ea2c04f5855c96 Subject: Re: [Caml-list] Anybody interested in creating binary RPMs for each official release of the compiler? --001a11c136a4d0ea2c04f5855c96 Content-Type: text/plain; charset=ISO-8859-1 We just uploaded another solution to this problem : opam init --comp 4.01.0+bin-ocp It is a binary distribution of OCaml 4.01.0 ("ocp" stands for OCamlPro, as it includes a small patch for relocation of the executables), working only on Intel Linux for now (32 and 64 bits), so you will only pay the download cost (about 65 MB), and not the compilation cost (you will still need to compile the next packages that you will install, as it is only the OCaml distribution). On most of our settings, downloading is much faster than compiling. Once it is installed, it keeps the archive in a cache (in ~/.opam/.ocp-compiler-cache/), so that creating other aliases from this switch will only be the cost of decompressing the archive: opam switch 4.01.0-for-something-else --alias 4.01.0+bin-ocp Tell us if you meet any problem using it ! --Fabrice On Mon, Mar 24, 2014 at 2:41 AM, Francois Berenger wrote: > I'm always annoyed when I have to wait ~20mn to install OCaml on a machine. > > Nowadays, thanks to OPAM, I think only a compiler is needed to > bootstrap quickly an OCaml environment for developers. > > -- > Best regards, > Francois Berenger. > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa.inria.fr/sympa/arc/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > -- Fabrice LE FESSANT Chercheur en Informatique INRIA Paris Rocquencourt -- OCamlPro Programming Languages and Distributed Systems --001a11c136a4d0ea2c04f5855c96 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
We just uploaded another solution to this problem :

opam init --comp 4.01.0+bin-ocp

<= /div>
It is a binary distribution of OCaml 4.01.0 ("ocp" stan= ds for OCamlPro, as it includes a small patch for relocation of the executa= bles), working only on Intel Linux for now (32 and 64 bits), so you will on= ly pay the download cost (about 65 MB), and not the compilation cost (you w= ill still need to compile the next packages that you will install, as it is= only the OCaml distribution). On most of our settings, downloading is much= faster than compiling.

Once it is installed, it keeps the archive in a cache (= in ~/.opam/.ocp-compiler-cache/), so that creating other aliases from this = switch will only be the cost of decompressing the archive:

opam switch 4.01.0-for-something-else --alias 4.01.0+bin-ocp

Tell us if you meet any problem using it !
=
--Fabrice



On Mon, Mar 24, 2014 at 2:41 AM, Francoi= s Berenger <berenger@riken.jp> wrote:
I'm always annoyed when I have to wait ~20mn to install OCaml on a mach= ine.

Nowadays, thanks to OPAM, I think only a compiler is needed to
bootstrap quickly an OCaml environment for developers.

--
Best regards,
Francois Berenger.

--
Caml-list mailing list. =A0Subscription management and archives:
ht= tps://sympa.inria.fr/sympa/arc/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners<= /a>
Bug reports:
http://caml.inria.fr/bin/caml-bugs



-- Fabrice LE FESSANT
Chercheur en Informatique
INRIA Paris Rocquencou= rt -- OCamlPro
Programming Languages and Distributed Systems
--001a11c136a4d0ea2c04f5855c96--