Skip to content
Snippets Groups Projects
Commit 52dc24d2 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Added adjmat module to macports

Actually I think the list of available modules in the Portfile
should be generated automatically
parent b825bfe2
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,10 @@ variant manyrestraints description {Enable manyrestraints module} {
set plumed_modules ${plumed_modules}+manyrestraints
}
variant adjmat description {Enable adjmat module} {
set plumed_modules ${plumed_modules}+adjmat
}
#### I leave this out momentarily since it has problems
# variant imd description {Enable imd module - includes some proprietary code} {
# license ${license} Restrictive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment