gtDMMB / pmfe

Generate the branching polytope for a specified RNA sequence
1 stars 0 forks source link

Integrating the new CMake based build process #26

Open maxieds opened 4 years ago

maxieds commented 4 years ago

This pull request includes a few changes:

The build procedure to use this on the math-mulberry machine is:

scl enable devtoolset-9 /bin/bash
mkdir -p GTDMMBSoftware2020 && cd GTDMMBSoftware2020
git clone https://github.com/gtDMMB/pmfe.git
cd pmfe
alias cmake="../cmake-3.18.2/bin/cmake"
cmake --configure . && cmake --build .

RE: @ceheitsch @spoznan