<
rcurtin[m]>
zoq: done! should I restart the jenkins jobs for #3091?
<
zoq[m]>
I think it's fine.
<
GopiMTatiraju[m]>
I will be adding more points
<
GopiMTatiraju[m]>
s/://
<
ShubhamAgrawal[m>
`gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/usr/local/opt/sqlite/include -I/usr/local/opt/sqlite/include -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -UNDEBUG -UHAS_BFD_DL -I/Users/runner/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/numpy/core/include -I/Users/runner/work/1/s/build/src/mlpack/bindings/python/ -I/Users/runner/work/1/s/src -I/usr/local/include
<
ShubhamAgrawal[m>
-I/usr/local/include -I/usr/local/include -I/usr/local/include -I/Users/runner/work/1/s/build/src/mlpack/.. -I/Users/runner/hostedtoolcache/Python/3.7.12/x64/include/python3.7m -c mlpack/arma_numpy.cpp -o build/temp.macosx-10.14-x86_64-3.7/mlpack/arma_numpy.o -DBINDING_TYPE=BINDING_TYPE_PYX -std=c++11 -Xclang\ -fopenmp -g -O0 -ftemplate-backtrace-limit=0 -Xclang -fopenmp
<
ShubhamAgrawal[m>
In this, how would we determine the output directory?
<
ShubhamAgrawal[m>
`
<
ShubhamAgrawal[m>
Especially this one `build/temp.macosx-10.14-x86_64-3.7/mlpack/arma_numpy.o`
Aakash-kaushikAa has quit [Quit: You have been kicked for being idle]
<
ShubhamAgrawal[m>
<ShubhamAgrawal[m> "Especially this one `build/temp..." <- I actually found out the issue with linux python build mp
<
ShubhamAgrawal[m>
But I need to know how we get this location to give fix
DarshKaushik[m] has quit [Quit: You have been kicked for being idle]
Niket has joined #mlpack
Niket has quit [Ping timeout: 250 seconds]
EW42 has joined #mlpack
EW42 has quit [Quit: Client closed]
<
zoq[m]>
> <@gopitatiraju:matrix.org> zoq: Its not complete but maybe you can have a look if possible
<
zoq[m]>
I'll do another round of reviews later today.
<
zoq[m]>
> <@shubhamag:matrix.org> I actually found out the issue with linux python build mp
<
zoq[m]>
I think I'm missing some context, what are you trying to solve?
<
zoq[m]>
> But I need to know how we get this location to give fix
<
zoq[m]>
zoq[m]: I guess the failing Linux Python build.
<
zoq[m]>
zoq[m]: Wondering if in a previous version `shutil.copy` created the directory.