StepanKuzmin has quit [Remote host closed the connection]
StepanKuzmin has joined #ocaml
mcclurmc_ has quit [Quit: Leaving.]
StepanKuzmin has quit [Remote host closed the connection]
StepanKuzmin has joined #ocaml
impy has quit [Ping timeout: 240 seconds]
avsm has quit [Quit: Leaving.]
rgrinberg_ has joined #ocaml
StepanKuzmin has quit [Remote host closed the connection]
StepanKuzmin has joined #ocaml
StepanKuzmin has quit [Remote host closed the connection]
StepanKuzmin has joined #ocaml
StepanKuzmin has quit [Remote host closed the connection]
StepanKuzmin has joined #ocaml
louis418 has joined #ocaml
avsm has joined #ocaml
louis418 has quit [Client Quit]
StepanKuzmin has quit [Remote host closed the connection]
StepanKuzmin has joined #ocaml
StepanKuzmin has quit [Remote host closed the connection]
StepanKuzmin has joined #ocaml
<hcarty>
gildor: Do you have any immediate plans to add packed module support to oasis?
<hcarty>
gildor: It looks like Jane St. is using some form of packed module support in their Core library, but if I recall correctly it was based on something they had worked out locally.
StepanKuzmin has quit [Remote host closed the connection]
StepanKuzmin has joined #ocaml
StepanKuzmin has quit [Remote host closed the connection]
StepanKuzmin has joined #ocaml
ygrek has quit [Ping timeout: 250 seconds]
yezariaely has joined #ocaml
yezariaely has left #ocaml []
rgrinberg_ has quit [Ping timeout: 252 seconds]
ygrek has joined #ocaml
sepp2k has joined #ocaml
lamawithonel has quit [Ping timeout: 250 seconds]
rgrinberg_ has joined #ocaml
<hcarty>
gildor: On another front, does oasis currently provide a method to override the compiler used with C stubs?
<hcarty>
gildor: I haven't been able to find a way to pass "-cc foo" to the compiler, through an _oasis file, when compiling C
impy has joined #ocaml
impy has quit [Client Quit]
StepanKuzmin has quit [Read error: Connection reset by peer]
impy has joined #ocaml
lamawithonel has joined #ocaml
dnolen_ has joined #ocaml
lamawithonel_ has joined #ocaml
lamawithonel has quit [Ping timeout: 255 seconds]
lamawithonel_ has quit [Ping timeout: 255 seconds]
vivanov has joined #ocaml
<vivanov>
what random number library to use apart from standard Random module?
<_habnabit>
Gsl_rng
sepp2k has quit [Ping timeout: 255 seconds]
<gildor>
hcarty: Jane St sent me the patch, it will be applied in 0.3
<gildor>
(about Pack)
<gildor>
hcarty: you can use CCOpt, but I wasn't aware of -cc foo
<gildor>
hcarty: you can also use ByteOpt: -cc foo and NativeOpt: -cc foo
sepp2k has joined #ocaml
lamawithonel_ has joined #ocaml
khia0 has joined #ocaml
khia0 has left #ocaml []
<vivanov>
_habnabit: thx
jamii has joined #ocaml
vivanov has quit [Quit: Lost terminal]
ygrek has quit [Remote host closed the connection]
mjonsson has joined #ocaml
lopex has joined #ocaml
ygrek has joined #ocaml
<hcarty>
gildor: None of CCOpt, ByteOpt, NativeOpt work
<hcarty>
gildor: ByteOpt and NativeOpt don't apply to .c file compilation apparently
<hcarty>
gildor: And "CCOpt: -cc foo" translates to "-ccopt -cc -ccopt foo" on the command line
<hcarty>
gildor: The only solution I've found so far is to manually modify setup.data to add/change the ocamlbuildflags line : ocamlbuildflags = "-ocamlc 'ocamlfind ocamlc -cc h4cc -ccopt -fPIC'"
<hcarty>
gildor: The -ccopt part may be doable through _oasis... but the '-cc h4cc' is not from what I can tell
<gildor>
hcarty: ByteOpt and NativeOpt don't apply to .c file compilation apparently -> this is probably a bug, fill a bug report about that, I'll try to fix it in 0.2.1
<hcarty>
gildor: Ok, will do. Thank you!
digdugg has left #ocaml []
<hcarty>
gildor: Submitted. #1008.
<gildor>
hcarty: thx
iratsu has quit [Quit: Leaving.]
<hcarty>
gildor: Do you know if you can call Ocamlbuild_plugin.dispatch multiple times in myocamlbuild.ml to accumulate rules, flags, etc.?
<hcarty>
gildor: I need to specify some linking options for bindings I'm trying to package with oasis
<hcarty>
gildor: The only way to automatically get the proper flags is to call a script that comes with the upstream library with a specific option (h4cc -show) and pull the -l and -L arguments from the output.
<hcarty>
gildor: I have this working in my hand-written myocamlbuild.ml, but I would like to move to oasis
yziquel has joined #ocaml
edwin has quit [Remote host closed the connection]