adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.09 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.09/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
Haudegen has quit [Ping timeout: 258 seconds]
tane has quit [Quit: Leaving]
kleisli has joined #ocaml
p4bl0 has quit [Quit: WeeChat 2.3]
vicfred has joined #ocaml
brettgilio has quit [Quit: Quit]
unyu has quit [Quit: Reboot.]
brettgilio has joined #ocaml
unyu has joined #ocaml
silver has quit [Read error: Connection reset by peer]
brettgilio has left #ocaml [#ocaml]
brettgilio has joined #ocaml
brettgilio has quit [Quit: ZNC 1.7.5 - https://znc.in]
brettgilio has joined #ocaml
pzp has joined #ocaml
tormen_ has joined #ocaml
tormen has quit [Ping timeout: 260 seconds]
brettgilio has quit [Ping timeout: 246 seconds]
brettgilio has joined #ocaml
gravicappa has joined #ocaml
dborisog has joined #ocaml
bitwinery has quit [Quit: Leaving]
vicfred has quit [Quit: Leaving]
pzp has quit [Quit: Connection closed for inactivity]
wingsorc has quit [Ping timeout: 248 seconds]
narimiran has joined #ocaml
gravicappa has quit [Ping timeout: 240 seconds]
stux|RC-only has quit [Quit: Aloha!]
stux|RC-only has joined #ocaml
ygrek has joined #ocaml
Serpent7776 has joined #ocaml
dozn has joined #ocaml
RalfJung has joined #ocaml
breitenj has quit [Ping timeout: 245 seconds]
RalfJ has quit [Ping timeout: 252 seconds]
breitenj has joined #ocaml
stux|RC-only has quit [Ping timeout: 260 seconds]
stux|RC-only has joined #ocaml
ygrek has quit [Ping timeout: 265 seconds]
slash has joined #ocaml
dozn_ has joined #ocaml
dozn has quit [Ping timeout: 265 seconds]
ygrek has joined #ocaml
Wojciech_K has joined #ocaml
andreas303 has quit [Ping timeout: 240 seconds]
klntsky has quit [Ping timeout: 240 seconds]
cantstanya has quit [Ping timeout: 240 seconds]
nicoo has quit [Ping timeout: 240 seconds]
nopf has quit [Ping timeout: 265 seconds]
<Wojciech_K> Hi! What is the current recommended developement setup for Ocaml? Emacs+Taureg+Merlin or Emacs+Taureg+some_lsp_server or something else?
klntsky has joined #ocaml
<companion_cube> if you use emacs, sure :D
cantstanya has joined #ocaml
nicoo has joined #ocaml
andreas303 has joined #ocaml
nopf has joined #ocaml
<Leonidas> Wojciech_K: Vim+vim-ocaml+merlin obviously ;-)
<Fardale> +ALE+Neoformat+ocamlformat+ocp-indent
<Wojciech_K> Thanks! And for building projects `dune` is used, right?
<companion_cube> indeed.
_whitelogger has joined #ocaml
dozn_ is now known as dozn
ygrek has quit [Ping timeout: 258 seconds]
jimt has quit [Ping timeout: 268 seconds]
jbrown has joined #ocaml
ygrek has joined #ocaml
ygrek has quit [Remote host closed the connection]
_whitelogger has joined #ocaml
ygrek has joined #ocaml
ggole has joined #ocaml
<dborisog> I have problems installing Owl on Ubuntu. According to the recommendations from README, https://github.com/owlbarn/owl/blob/master/docker/Dockerfile.ubuntu is a sufficient sample of instructions, yet it does not work for me. Are there anyone who succeeded with Owl installtion on Ubuntu by following this sample?
ygrek has quit [Remote host closed the connection]
ygrek has joined #ocaml
<Leonidas> dborisog: what is failing?
<dborisog> owl-zoo fails to compli because of multiple references to LAPACKE_...
<dborisog> *undefined
slash has quit [Ping timeout: 260 seconds]
<dborisog> Error during linking
<dborisog> # /home/dborisog/.opam/4.07.1/.opam-switch/build/owl.0.7.2/_build/default/src/owl/src/owl/lapacke/owl_lapacke_generated_stub.c:37856: undefined reference to `LAPACKE_zsyr'
<dborisog> # collect2: error: ld returned 1 exit status
<dborisog> # Error: Error during linking
<dborisog> # File "caml_startup", line 1:
<Leonidas> do you have /home/opam/OpenBLAS/lapack-netlib/LAPACKE/include/ ?
<Leonidas> or, well, the equivalent of that
<dborisog> export OWL_COMPILE_CFLAGS="-I/opt/OpenBLAS/include -I/home/dborisog/projects/OpenBLAS/lapack-netlib/LAPACKE/include/ -L/opt/OpenBLAS/lib"
ygrek has quit [Ping timeout: 240 seconds]
slash has joined #ocaml
AnimalClatter has joined #ocaml
jnavila has joined #ocaml
dozn_ has joined #ocaml
dozn has quit [Ping timeout: 258 seconds]
Haudegen has joined #ocaml
Wojciech_K has quit [Remote host closed the connection]
ziyourenxiang has quit [Quit: Leaving]
ziyourenxiang has joined #ocaml
AnimalClatter has quit [Ping timeout: 258 seconds]
slash has quit [Ping timeout: 258 seconds]
spew has joined #ocaml
cantstanya has quit [Ping timeout: 240 seconds]
wingsorc has joined #ocaml
cantstanya has joined #ocaml
TheLemonMan has joined #ocaml
twopoint718 has joined #ocaml
gravicappa has joined #ocaml
kjak has quit [Ping timeout: 260 seconds]
mahmudov has joined #ocaml
slash has joined #ocaml
jbrown has quit [Ping timeout: 252 seconds]
Serpent7776 has quit [Quit: Leaving]
<smondet> dborisog: it looks like there should be a second `-L...` corresponding to the second `-I...` (?)
mbuf has joined #ocaml
jbrown has joined #ocaml
ziyourenxiang has quit [Ping timeout: 240 seconds]
<dborisog> smondet: I do not know what these flags mean. Do you suggest some wizardship with aliases is going on here?
<dborisog> The local OpenBLAS/lapack-netlib/LAPACKE contains "include" folder yet "lib" folder is not present there; "src" however is present...
abliss has joined #ocaml
<smondet> dborisog: the "undefined reference .." from `ld` is usually a missing/wrong `-L...` option. i see that the dockerfile also has `export OWL_DISABLE_LAPACKE_LINKING_FLAG=1` did you try that?
ggole has quit [Quit: Leaving]
averell has quit [Quit: .]
averell has joined #ocaml
rwmjones has quit [Quit: ZNC - 1.6.0 - http://znc.in]
rwmjones has joined #ocaml
<dborisog> smondet: yes, I created this environment variable.
Serpent7776 has joined #ocaml
mbuf has quit [Quit: Leaving]
TheLemonMan has quit [Read error: Connection reset by peer]
TheLemonMan has joined #ocaml
igitoor has quit [Ping timeout: 246 seconds]
igitoor has joined #ocaml
twopoint718 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
igitoor has quit [Changing host]
igitoor has joined #ocaml
mahmudov has quit [Ping timeout: 240 seconds]
mahmudov has joined #ocaml
ygrek has joined #ocaml
ygrek has quit [Client Quit]
ygrek has joined #ocaml
jao has joined #ocaml
ygrek has quit [Ping timeout: 268 seconds]
abliss has quit [Ping timeout: 268 seconds]
abliss has joined #ocaml
Haudegen has quit [Ping timeout: 260 seconds]
tane has joined #ocaml
dborisog has quit [Ping timeout: 240 seconds]
abliss has quit [Ping timeout: 260 seconds]
abliss has joined #ocaml
abliss has quit [Ping timeout: 260 seconds]
twopoint718 has joined #ocaml
abliss has joined #ocaml
gareppa has joined #ocaml
gravicappa has quit [Ping timeout: 265 seconds]
sepp2k has joined #ocaml
mahmudov has quit [Ping timeout: 265 seconds]
mahmudov has joined #ocaml
Anarchos has joined #ocaml
Anarchos has quit [Remote host closed the connection]
slash has quit [Ping timeout: 268 seconds]
Nahra has joined #ocaml
slash has joined #ocaml
Nahra has quit [Quit: leaving]
jnavila has quit [Ping timeout: 252 seconds]
jnavila has joined #ocaml
gareppa has quit [Quit: Leaving]
narimiran has quit [Ping timeout: 260 seconds]
abliss has quit [Ping timeout: 240 seconds]
abliss has joined #ocaml
Serpent7776 has quit [Quit: leaving]
jnavila has quit [Quit: Konversation terminated!]
abliss has quit [Ping timeout: 260 seconds]
abliss has joined #ocaml
abliss has quit [Ping timeout: 240 seconds]
abliss has joined #ocaml
TheLemonMan has quit [Quit: "It's now safe to turn off your computer."]
Haudegen has joined #ocaml
unyu has quit [Quit: brb]
unyu has joined #ocaml
okuu has joined #ocaml
okuu has quit [Remote host closed the connection]
okuu has joined #ocaml
unyu has quit [Ping timeout: 260 seconds]
okuu is now known as unyu
abliss has quit [Ping timeout: 268 seconds]
abliss has joined #ocaml
mfp has joined #ocaml