Skip to content
Snippets Groups Projects
Commit 9a1c27b4 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

wgrib is deprecated, so let's drop it in favour of ecCodes

parent d920aad6
Branches
Tags
No related merge requests found
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Lukas Poorthuis
# Juelich Supercomputing Centre
# Institute for Advanced Simulation | Forschungszentrum Juelich
easyblock = 'MakeCp'
name = "wgrib"
version = "1.8.2"
homepage = "http://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html"
description = """WGRIB is a program to manipulate, inventory and decode GRIB files."""
site_contacts = 'a.kreuzer@fz-juelich.de'
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
sources = [{
'filename': 'wgrib.tar.v%(version)s',
'extract_cmd': 'tar xf %s'
}]
source_urls = ['ftp://ftp.cpc.ncep.noaa.gov/wd51we/wgrib/']
builddependencies = [('binutils', '2.34')]
# put here the list of generated executables when compiling
local_list_of_executables = ["wgrib"]
files_to_copy = [(local_list_of_executables, "bin")]
sanity_check_paths = {
'files': ['bin/wgrib'],
'dirs': [],
}
moduleclass = 'data'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment