[Pkg-ocaml-maint-commits] [SCM] ocaml-r packaging branch, master, updated. upstream/0.1-26-g2053c14

Guillaume Yziquel guillaume.yziquel at citycable.ch
Fri Nov 6 13:27:48 UTC 2009


The following commit has been merged in the master branch:
commit 2053c14d6513bae5d931ab0f4ae5b19e63c2f031
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Fri Nov 6 14:27:27 2009 +0100

    Adding -lr_data_stubs to compiling flags for r.cmxs.

diff --git a/debian/patches/cmxs.diff b/debian/patches/cmxs.diff
index 7477525..0124b00 100644
--- a/debian/patches/cmxs.diff
+++ b/debian/patches/cmxs.diff
@@ -14,7 +14,7 @@
  	ocamlopt -a -ccopt -L/usr/lib/R/lib -cclib -lr_base_stubs -cclib -lr_data_stubs -cclib -lR -o r.cmxa r.cmx
  
 +r.cmxs: r.cmxa
-+	ocamlopt -shared -linkall -ccopt -L/usr/lib/R/lib -o $@ $<
++	ocamlopt -shared -linkall -ccopt -L/usr/lib/R/lib -cclib -lr_data_stubs -o $@ $<
 +
  rmath.cma: dllr_math_stubs.so rmath.cmo rmath.cmi
  	ocamlc -a -dllib dllr_math_stubs.so -dllib libRmath.so -o rmath.cma rmath.cmo

-- 
ocaml-r packaging



More information about the Pkg-ocaml-maint-commits mailing list