Fahad0x9d3 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

OSX problems in building pyrit and cpyrit-opencl #464

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. 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?

1. 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.

2. 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!

Original issue reported on code.google.com by mark.a.w...@gmail.com on 4 Dec 2014 at 10:39