Skip to content

Commit

Permalink
Merge pull request #1827 from boegel/libbeef
Browse files Browse the repository at this point in the history
{chem}[intel/2015a] libbeef 0.1.1 (REVIEW)
  • Loading branch information
boegel committed Aug 6, 2015
2 parents 4e33c80 + 48d6f1e commit e95eb85
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions easybuild/easyconfigs/l/libbeef/libbeef-0.1.1-intel-2015a.eb
@@ -0,0 +1,22 @@
easyblock = 'ConfigureMake'

name = 'libbeef'
version = '0.1.1'

homepage = 'https://confluence.slac.stanford.edu/display/SUNCAT/BEEF+Functional+Software'
description = """libbeef is a package providing the class of BEEF-vdW functionals and
Bayesian error estimates to Fortran- or C-based DFT codes."""

toolchain = {'name': 'intel', 'version': '2015a'}

source_urls = ['https://confluence.slac.stanford.edu/download/attachments/146704476']
sources = [SOURCE_TAR_GZ]

configopts = 'CC="$CC"'

sanity_check_paths = {
'files': ['bin/bee', 'lib/libbeef.a'],
'dirs': [],
}

moduleclass = 'chem'

0 comments on commit e95eb85

Please sign in to comment.