Closed brainstorm closed 6 years ago
If you want to build the full stack please see the following for all apt dependancies:
https://github.com/cancerit/cgpbox/blob/feature/add_mapping/build/apt-build.sh
For the full CGP software stack:
https://github.com/cancerit/cgpbox/blob/feature/add_mapping/build/opt-build.sh
Thanks @keiranmraine! Just ran the first script and except the couple of conflicts below, the rest was "already installed and newest version":
+ apt-get -yq install libcairo2-dev
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libcairo2-dev : Depends: libfontconfig1-dev (>= 2.2.95) but it is not going to be installed
Depends: libfreetype6-dev (>= 2.1.10) but it is not going to be installed
Depends: libpng-dev
E: Unable to correct problems, you have held broken packages.
+ apt-get -yq install r-base r-base-dev
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
r-base-dev : Depends: libpng-dev
E: Unable to correct problems, you have held broken packages.
The original error still stands though, I fixed it through bioconda using a couple of install-time patches against cansam/makefile:
https://github.com/bioconda/bioconda-recipes/tree/master/recipes/brass
But it would be awesome to have it fixed upstream :)