Conversation
|
Hi @johnnymck, I've tested your PR on MacOS Catalina 10.15 using a branch link: Although the pygmo package formally builds, the native C++ modules ain't getting compiled in: |
|
Hiya @dmikushin, is this perhaps due to my lack of ESA's CICD on my repo performing all the build steps perhaps? I'm not certain on why this might happen, but I suspect this may be why. |
|
@johnnymck I'm not sure how CICD is getting into play here. I think it's rather about the actual content of |
|
Aye it would seem that you're correct. 👍 My C++ is a tad rusty - what are the usual compilation steps, and which is the main file in the pygmo cpp library, so I know how to include the compilation steps? |
|
@johnnymck If you are on Linux/Mac, please test #56 : Builders are yet to be fixed. |
|
Closing this. Thank for the attempt, but we cannot add the source using this method as the library compiled from c++ is architecture dependent. A wheel must be compiled for each platform and uploaded. For all linux the manylinux project provides this and is now active again via #117 |
#32 Adds source distribution to PIP.
Once built; will need to be uploaded to PyPi.
Some edits may be required to setup.py. Feel free to make these changes 😀
(also please ignore the branch name - minor brainfart on my part)