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

Guillaume Yziquel guillaume.yziquel at citycable.ch
Fri Nov 6 16:04:32 UTC 2009


The following commit has been merged in the master branch:
commit f1fe80c77a4fbf5f7dd5952b4e0659016f197d24
Author: Guillaume Yziquel <guillaume.yziquel at citycable.ch>
Date:   Fri Nov 6 17:04:33 2009 +0100

    Tweaking build of rmath.cmxs.

diff --git a/debian/patches/cmxs.diff b/debian/patches/cmxs.diff
index dd7d206..c3aeaca 100644
--- a/debian/patches/cmxs.diff
+++ b/debian/patches/cmxs.diff
@@ -23,7 +23,7 @@
  	ocamlopt -a -cclib -lr_math_stubs -cclib -lRmath -o rmath.cmxa rmath.cmx
  
 +rmath.cmxs: r.cmxa
-+	ocamlopt -shared -linkall -o $@ $<
++	ocamlopt -shared -linkall -ccopt -L/usr/lib/R/lib -ccopt -L. -o $@ $<
 +
  dllr_base_stubs.so: libr_base_stubs.a r_base.o
  	ocamlmklib -o r_base_stubs r_base.o

-- 
ocaml-r packaging



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