marcovirgolin / GP-GOMEA

Genetic Programming version of GOMEA. Also includes standard tree-based GP, and Semantic Backpropagation-based GP
Apache License 2.0
49 stars 23 forks source link

install without sudo #8

Closed lacava closed 3 years ago

lacava commented 3 years ago

hey Marco, I was wondering if you could help figure out how to install GP-GOMEA without sudo, as mentioned in this issue: https://github.com/EpistasisLab/srbench/issues/21

thanks!

marcovirgolin commented 3 years ago

Hi Bill, as far as I can see there's no need to use sudo when calling make. You may need sudo to install other dependencies (e.g., boost, armadillo) natively i.e. as opposed to on a virtual environment. Can you try to remove "sudo" and see if it works also for you? If it does not, can you let me know what the error log is?

lacava commented 3 years ago

yep, you're right, can't remember why i added it in the first place. thanks!