mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00
modified: archive/g/GROMACS/GROMACS-5.1.2-foss-2015g-hybrid-single-CUDA-7.5-PLUMED.eb
modified: archive/g/GROMACS/GROMACS-5.1.2-foss-2016a-hybrid-single-CUDA-7.5-PLUMED-2.3b.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2015b-hybrid-single-CUDA-7.5-PLUMED-2.2.1.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2015b-hybrid-single-cuda.eb modified: archive/g/GROMACS/GROMACS-5.1.2-intel-2016a-hybrid-single-cuda.eb modified: archive/p/PLUMED/PLUMED-2.3.0-foss-2016a.eb modified: e/EasyBuild/EasyBuild-4.1.0.eb modified: g/GROMACS/GROMACS-5.1.4-foss-2017a-hybrid-single-PLUMED.eb modified: l/libmatheval/libmatheval-1.1.8-foss-2017a.eb new file: o/OVITO/OVITO-3.0.0.628.eb new file: o/OVITO/OVITO-3.0.0.794-basic.eb modified: o/OpenMPI/OpenMPI-2.0.1-iccifort-2017.1.132-GCC-5.4.0-2.26.eb modified: o/OpenMPI/OpenMPI-2.0.1.eb modified: p/PSBLAS/PSBLAS-ext-1.0-4.eb modified: p/Py/Py-2.7.old.eb modified: p/pscom/pscom-5.0.48-1.eb modified: s/spGPU/spGPU-master.eb deleted: o/OVITO/OVITO-3.0.0.eb
This commit is contained in:
parent
0de0731e5b
commit
e8edf1a12c
@ -28,7 +28,7 @@ dependencies = [
|
||||
('almost', '2.1.0'),
|
||||
('libmatheval', '1.1.8'),
|
||||
('PLUMED', '2.3b'),
|
||||
('CUDA', '7.5.18', '', ('dummy', '')),
|
||||
('CUDA', '7.5.18', '', True),
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
|
@ -36,7 +36,7 @@ builddependencies = [
|
||||
|
||||
dependencies = [
|
||||
('Boost', '1.61.0', '-serial'),
|
||||
('CUDA', '7.5.18', '', ('dummy', '')),
|
||||
('CUDA', '7.5.18', '', True),
|
||||
('PLUMED', '2.3b')
|
||||
]
|
||||
|
||||
|
@ -36,7 +36,7 @@ builddependencies = [
|
||||
|
||||
dependencies = [
|
||||
('Boost', '1.59.0'),
|
||||
('CUDA', '7.5.18', '', ('dummy', '')),
|
||||
('CUDA', '7.5.18', '', True),
|
||||
('PLUMED', '2.2.1')
|
||||
]
|
||||
|
||||
|
@ -36,7 +36,7 @@ builddependencies = [
|
||||
|
||||
dependencies = [
|
||||
('Boost', '1.59.0'),
|
||||
('CUDA', '7.5.18', '', ('dummy', ''))
|
||||
('CUDA', '7.5.18', '', True)
|
||||
]
|
||||
|
||||
configopts = ' -DGMX_GPU=ON -DGMX_DOUBLE=OFF'
|
||||
|
@ -36,7 +36,7 @@ builddependencies = [
|
||||
|
||||
dependencies = [
|
||||
('Boost', '1.60.0'),
|
||||
('CUDA', '7.5.18', '', ('dummy', ''))
|
||||
('CUDA', '7.5.18', '', True)
|
||||
]
|
||||
|
||||
configopts = ' -DGMX_GPU=ON -DGMX_DOUBLE=OFF'
|
||||
|
@ -22,7 +22,7 @@ sources = ['v%(version)s.tar.gz']
|
||||
dependencies = [
|
||||
('zlib', '1.2.8'),
|
||||
('GSL', '2.1'),
|
||||
('libmatheval', '1.1.8', '', ('dummy', '')),
|
||||
('libmatheval', '1.1.8', '', True),
|
||||
]
|
||||
|
||||
preconfigopts = 'env FC=$MPIF90 LIBS="$LIBLAPACK $LIBS" '
|
||||
|
@ -8,7 +8,7 @@ description = """EasyBuild is a software build and installation framework
|
||||
written in Python that allows you to install software in a structured,
|
||||
repeatable and robust way."""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
||||
toolchain = SYSTEM
|
||||
|
||||
source_urls = [
|
||||
# easybuild-framework
|
||||
|
@ -15,8 +15,8 @@ sources = [SOURCELOWER_TAR_GZ]
|
||||
#patches = ['gromacs-%s-plumed-2.3.0-mpi.patch' % version]
|
||||
|
||||
builddependencies = [
|
||||
('CMake', '3.7.2', '', ('dummy', '')), # We are using system CMake
|
||||
('libxml2', '2.9.2', '', ('dummy', '')),
|
||||
('CMake', '3.7.2', '', True), # We are using system CMake
|
||||
('libxml2', '2.9.2', '', True),
|
||||
]
|
||||
|
||||
preconfigopts = 'plumed patch -p -e gromacs-5.1.4 --shared &&'
|
||||
|
@ -16,7 +16,7 @@ toolchainopts = {'pic': True}
|
||||
dependencies = [
|
||||
('flex', '2.6.3', '', ('GCCcore', '6.3.0')),
|
||||
('Bison', '3.0.4', '', ('GCCcore', '6.3.0')),
|
||||
('byacc', '20160606', '', ('dummy', '')),
|
||||
('byacc', '20160606', '', True),
|
||||
('Guile', '1.8.8'),
|
||||
]
|
||||
|
||||
|
22
o/OVITO/OVITO-3.0.0.628.eb
Normal file
22
o/OVITO/OVITO-3.0.0.628.eb
Normal file
@ -0,0 +1,22 @@
|
||||
# JH 2020
|
||||
|
||||
easyblock = 'Tarball'
|
||||
|
||||
name = 'OVITO'
|
||||
version = '3.0.0'
|
||||
versionsuffix='.628'
|
||||
|
||||
homepage = 'https://www.ovito.org/'
|
||||
description = """OVITO is a scientific visualization and analysis software for atomistic and particle simulation data."""
|
||||
|
||||
toolchain = SYSTEM
|
||||
|
||||
# download from https://www.ovito.org/linux-downloads/:
|
||||
sources = ['ovito-3.0.0-dev628-x86_64.tar.xz']
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/ovito'],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
moduleclass = 'vis'
|
@ -4,6 +4,7 @@ easyblock = 'Tarball'
|
||||
|
||||
name = 'OVITO'
|
||||
version = '3.0.0'
|
||||
versionsuffix = '.794-basic'
|
||||
|
||||
homepage = 'https://www.ovito.org/'
|
||||
description = """OVITO is a scientific visualization and analysis software for atomistic and particle simulation data."""
|
||||
@ -13,10 +14,6 @@ toolchain = SYSTEM
|
||||
# download from https://www.ovito.org/linux-downloads/:
|
||||
sources = ['ovito-basic-3.0.0-dev794-x86_64.tar.xz']
|
||||
|
||||
#postinstallcmds = [
|
||||
# "cp -a %(builddir)s/Kent_tools/blat/{blat,gfClient,gfServer} %(installdir)s/bin",
|
||||
# "cp -a %(builddir)s/Kent_tools/blat/FOOTER.txt %(installdir)s/bin/FOOTER_blat.txt",
|
||||
#]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/ovito'],
|
@ -16,7 +16,7 @@ source_urls = [
|
||||
|
||||
dependencies = [
|
||||
('hwloc', '1.11.4'),
|
||||
('Java', '1.8.0_112', '', ('dummy', ''))
|
||||
('Java', '1.8.0_112', '', True)
|
||||
]
|
||||
|
||||
configopts = '--with-threads=posix --enable-shared --enable-mpi-thread-multiple --with-verbs '
|
||||
|
@ -16,7 +16,7 @@ source_urls = [
|
||||
|
||||
dependencies = [
|
||||
('hwloc', '1.11.4'),
|
||||
('Java', '1.8.0_112', '', ('dummy', ''))
|
||||
('Java', '1.8.0_112', '', True)
|
||||
]
|
||||
|
||||
configopts = '--with-threads=posix --enable-shared --enable-mpi-thread-multiple --with-verbs '
|
||||
|
@ -11,7 +11,7 @@ toolchainopts = {'pic': True}
|
||||
|
||||
dependencies = [
|
||||
('PSBLAS', '3.3.4-3'),
|
||||
('CUDA', '7.5.18', '', ('dummy', 'dummy'))
|
||||
('CUDA', '7.5.18', '', True)
|
||||
]
|
||||
|
||||
source_urls = ['http://people.uniroma2.it/salvatore.filippone/psblas/']
|
||||
|
@ -8,7 +8,7 @@ version = '2.7'
|
||||
homepage = 'https://www.python.org'
|
||||
description = """Python 2.7 toolchain"""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
||||
toolchain = SYSTEM
|
||||
|
||||
dependencies = [
|
||||
('Python', '2.7.14', '-base', ('GCC', '6.3.0-2.27')),
|
||||
|
@ -6,7 +6,7 @@ version = '5.0.48-1'
|
||||
homepage = 'http://www.par-tec.com'
|
||||
description = "ParaStation is a robust and efficient cluster middleware, consisting of a high-performance communication layer (MPI) and a sophisticated management layer."
|
||||
|
||||
toolchain = {'version': '', 'name': 'dummy'}
|
||||
toolchain = SYSTEM
|
||||
|
||||
sources = ['%(version)s.zip']
|
||||
source_urls = ['https://github.com/ParaStation/%(name)s/archive/']
|
||||
|
@ -16,7 +16,7 @@ sources = ['%(version)s.tar.gz']
|
||||
|
||||
builddependencies = [('CMake', '3.3.1')]
|
||||
|
||||
dependencies = [('CUDA', '7.5.18', '', ('dummy', 'dummy'))]
|
||||
dependencies = [('CUDA', '7.5.18', '', True)]
|
||||
|
||||
patches = ['spGPU-master.patch']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user