Roh_codeur

Results 32 comments of Roh_codeur

@PhilipDeegan : thanks a lot mate, I will give it a shot

I am afraid it didnt work ``` clang++ -I/Users/s-pass/miniconda/miniconda3/include/python3.12 -Iinclude -Ithird_party/cereal/include -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -D_FILE_OFFSET_BITS=64 -DPYTHON_LINK -DNDEBUG -fwrapv -O2 -Wall -fstack-protector-strong -Wformat -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=c++11 -ffast-math -Wno-uninitialized -fPIC -std=c++17 -DNDEBUG...

thanks for the point. I did try with that mate, didnt work. if I run the command as is: `./mkn -C lib build -g 0 -dtOa "-fPIC -std=c++17"` or `./mkn...

sorry to bother again and thanks for your patience. it appears that I have something in the lib which is x86 and not ARM compatible - do you think so?...

1. So, moved to the repo and branch 2. Ran the below command: `./mkn -C lib clean build -g 0 -dtOa "-fPIC -std=c++17" -b /Users/s-pass/miniconda/miniconda3/include/python3.12 -L /Users/s-pass/miniconda/miniconda3/Lib ` Looks like...

thanks a lot for your help with this. so, I do export the MKN_* variables. I suspect the issue is with the `-lpython3.12`. I am not sure what this should...

I took your latest changes mate. `libpython3.12.dynlib` exists in `/Users/s-pass/miniconda/miniconda3/lib` Do you think I am running the right command? `./mkn -C lib clean build -g 0 -dtOa "-fPIC -std=c++17" -b...

> maybe try > > ``` > ./mkn -C lib clean build -g 0 -dtOa "-fPIC -std=c++17" -b /Users/s-pass/miniconda/miniconda3/include/python3.12 -B /Users/s-pass/miniconda/miniconda3/lib > ``` this worked!! thanks a lot mate! what...

> EvoTrees.jl is a pure julia version of gradient boosting. EvoTrees.jl has phenomenal cpu performance. This library is just a wrapper of the xgboost c library, so it wouldn't be...

sure, I understand! thanks again for all your work on this package, I know a lot of users, like me, sincerely appreciate all your help on this package. as I...