What steps will reproduce the problem?
- Compilation of pyrit and cpyrit-opencl on osx 10.9.5 using the instructions in the README files
What is the expected output? What do you see instead?
- Compiling pyrit fails to put the python executable _cpyrit_cpu.so in the top level directory cpyrit. It is instead found in build/lib.macosx-10.9-x86_64-2.7/cpyrit
Copying this file to the top level directory cpyrit solves the problem.
- Compile cpyrit-opencl fails to put the file _cpyrit_opencl.so into the pyrit/cpyrit folder. It is instead found in cpyrit_opencl/build/lib.macosx-10.9-x86_64-2.7/cpyrit
Copying this file to pyrite/cpyrite solves the problem.
What version of the product are you using? On what operating system?
The same problem exists with the dev version 0.4.1 as well as the last stable release 0.4.0. I am using osx 10.9.5. Other people have this problem (as found on various forums), but it appears that noone figured out this simple fix.
Please provide any additional information below.
Otherwise, works fine!
Status: New
Labels:
Type-Defect
Priority-Medium