tproffen / DiffuseCode

Suite of programs to simulate disordered and nanomaterials
Other
55 stars 22 forks source link

Configure CPack to allow easy creation of RPM packages #23

Closed rosswhitfield closed 2 months ago

rosswhitfield commented 2 months ago

Changes:

Example of making the RPM

cmake . -DINSTALL_PGPLOT=OFF -B build
cd build
make
make package

produces the file diffuse-6.17.02-1.el9.x86_64.rpm