Create initial NAMD/2.13 module

The binary build lives in Tools/NAMD; the source build will be
in MPI/NAMD.
This commit is contained in:
Spencer Bliven
2019-09-19 11:28:18 +02:00
parent f2204e4fc3
commit 99f2c8159e
5 changed files with 88 additions and 0 deletions

22
Tools/NAMD/build Executable file
View File

@@ -0,0 +1,22 @@
#!/usr/bin/env modbuild
# Binary distribution with manual installation. See README.md
pbuild::add_to_group 'Tools'
pbuild::prep() {
:
}
pbuild::configure() {
:
}
pbuild::compile() {
:
}
pbuild::install() {
:
}