Closed grafi-tt closed 7 years ago
Thank you for your patch. merged.
In Mac OS, clang shows warning: clang: warning: argument unused during compilation: '-pthread' [-Wunused-command-line-argument] Do you have any idea?
I added AX_PTHREAD to configure.ac Everything seems to be OK.
Thanks a lot. Excuse me for bothering you.
Hi, Saito-san.
I'm planning to adding MTdc and MT-jump functionalities to numpy, but experienced errors when executing configure script.
One problem is: if MTL library is compiled with multi-threading support, you need to add
-lpthreads
when linking to MTL. I modified configure.ac to check this. The other is the lack ofconfig.sub
andconfig.guess
. Runningautomake --add-missing -c
copies these files.I also noticed there are some redundant auto-generated files and not updated
.gitignore
, so cleaned up them. For such size of project, I personally prefer to putting.gitignore
on subdirectories (see http://qiita.com/anqooqie/items/110957797b3d5280c44f [Japanese] for details), but I didn't changed it as it's just a matter of taste.