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

Guillaume Yziquel guillaume.yziquel at citycable.ch
Fri Nov 6 13:23:24 UTC 2009


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

    Specifying correct library path for linking.

diff --git a/debian/patches/cmxs.diff b/debian/patches/cmxs.diff
index 626b05c..7477525 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 -o $@ $<
++	ocamlopt -shared -linkall -ccopt -L/usr/lib/R/lib -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