esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
422 stars 57 forks source link

installation of pygmo2 through ccmake #77

Closed missiondesignsolutions closed 2 years ago

missiondesignsolutions commented 3 years ago

while configuring using ccmake i m getting error saying pagmoConfig.cmae and pagmo-config.cmae files are missing. kindly help in this regard

mlooz commented 3 years ago

Hello! Can you elaborate on which configuration steps you did? Did you call cmake before calling ccmake?

darioizzo commented 2 years ago

You need to install pagmo first. Then those files are created and copied over the target installation dir.

When configuring pygmo, if the target installation dir is found, cmake will work.

bluescarni commented 2 years ago

@missiondesignsolutions

Please read the pagmo & pygmo instructions for installation from source:

https://esa.github.io/pagmo2/install.html#installation-from-source https://esa.github.io/pygmo2/install.html#installation-from-source

I will close this report for now, please open a new one if you have more specific questions.