Skip to content
Snippets Groups Projects
Commit 0c9ef379 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'Missing_GCCcore_Packages_1' into '2023'

Missing gc ccore packages 1

See merge request software-team/easybuild!1617
parents 785fc379 ac430c9d
No related branches found
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'Voro++'
# Still the latest version available
version = '0.4.6'
homepage = 'http://math.lbl.gov/voro++/'
description = """Voro++ is a software library for carrying out three-dimensional computations of the Voronoi
tessellation. A distinguishing feature of the Voro++ library is that it carries out cell-based calculations,
computing the Voronoi cell for each particle individually. It is particularly well-suited for applications that
rely on cell-based statistics, where features of Voronoi cells (eg. volume, centroid, number of faces) can be used
to analyze a system of particles."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}
source_urls = ['http://math.lbl.gov/%(namelower)s/download/dir/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['ef7970071ee2ce3800daa8723649ca069dc4c71cc25f0f7d22552387f3ea437e']
builddependencies = [
('binutils', '2.38'),
]
# Override CXX and CFLAGS variables from Makefile
buildopts = 'CXX="$CXX" CFLAGS="$CXXFLAGS"'
# Override PREFIX variable from Makefile
installopts = 'PREFIX=%(installdir)s'
# No configure
skipsteps = ['configure']
sanity_check_paths = {
'files': ['bin/%(namelower)s', 'lib/libvoro++.a', 'include/%(namelower)s/%(namelower)s.hh'],
'dirs': [],
}
moduleclass = 'math'
easyblock = 'PythonPackage'
name = 'xarray'
version = '2022.9.0'
homepage = 'https://github.com/pydata/xarray'
description = """xarray (formerly xray) is an open source project and Python package that aims to bring
the labeled data power of pandas to the physical sciences, by providing N-dimensional variants of the
core pandas data structures."""
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
sources = [SOURCE_TAR_GZ]
checksums = ['a2a5b48ec0a3890b71ef48853fe9d5107d2f75452722f319cb8ed6ff8e72e883']
dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'), # required for numpy, pandas
]
download_dep_fail = True
use_pip = True
sanity_pip_check = True
moduleclass = 'data'
easyblock = 'ConfigureMake'
name = 'zsh'
# latest version hasn't changed
version = '5.8'
homepage = 'http://www.zsh.org/'
description = """
Zsh is a shell designed for interactive use, although it is also a powerful scripting language.
"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s']
sources = [SOURCELOWER_TAR_XZ]
checksums = ['dcc4b54cc5565670a65581760261c163d720991f0d06486da61f8d839b52de27']
builddependencies = [
('binutils', '2.38'),
]
dependencies = [
('ncurses', '6.3'),
]
modextrapaths = {
'FPATH': 'share/zsh/%(version)s/functions'
}
moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment