Open maxieds opened 4 years ago
This pull request includes a few changes:
cmake
make
The build procedure to use this on the math-mulberry machine is:
math-mulberry
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
This pull request includes a few changes:
cmake
based build process as a replacement for the oldmake
based procedureThe build procedure to use this on the
math-mulberry
machine is:RE: @ceheitsch @spoznan