lammps using openmpi compiled for merlin6

- based on stable_7Aug2019.tar.gz
This commit is contained in:
2019-08-27 10:02:31 +02:00
parent c924a21e1c
commit a3b24b934e
3 changed files with 7 additions and 1 deletions

1
MPI/lammps/2019/variants Normal file
View File

@@ -0,0 +1 @@
lammps/2019.8_merlin6 stable gcc/8.3.0 openmpi/3.1.4_merlin6

View File

@@ -1,7 +1,10 @@
#!/usr/bin/env modbuild
# get mappings for our version numbers to the published tarfile names
TARNAME=$(grep -E "^${V_MAJOR}.${V_MINOR}" files/version-to-tarname.txt| awk '{print $2}')
# pbuild::set_download_url "https://gitlab.psi.ch/caubet_m/merlin-software/raw/master/$P/$P-${V_PKG}.tar.gz"
pbuild::set_download_url "https://github.com/lammps/lammps/archive/patch_15Nov2018.tar.gz"
pbuild::set_download_url "https://github.com/lammps/lammps/archive/${TARNAME}"
pbuild::add_to_group 'MPI'

View File

@@ -0,0 +1,2 @@
2018.11 patch_15Nov2018.tar.gz
2019.8 stable_7Aug2019.tar.gz