-
Notifications
You must be signed in to change notification settings - Fork 1
/
cdo.spec
68 lines (51 loc) · 1.97 KB
/
cdo.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Name: cdo
Version: 2.4.4
Release: 1
Summary: Climate Data Operators
License: GPLv2
URL: https://code.zmaw.de/projects/cdo
Source: https://code.mpimet.mpg.de/attachments/download/29649/cdo-%{version}.tar.gz
BuildRequires: python3
BuildRequires: libtool
BuildRequires: gcc-c++
BuildRequires: gcc-gfortran
BuildRequires: netcdf-cxx-devel
BuildRequires: hdf5-devel
BuildRequires: eccodes-devel
%description
CDO is a collection of command line Operators to manipulate and analyse Climate model Data.
Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG. There are more than 400
operators available. The following table provides a brief overview of the main categories.
Authors:
--------
This program was developed at the Max-Planck-Institute for Meteorology.
Uwe Schulzweida, <uwe.schulzweida AT mpimet.mpg.de>, is the main author.
Ralf Mueller, <ralf.mueller AT mpimet.mpg.de>
Luis Kornblueh, <luis.kornblueh AT mpimet.mpg.de>
Cedrick Ansorge, <cedrick.ansorge AT mpimet.mpg.de>
Ralf Quast, <ralf.quast AT brockmann-consult.de>
Send questions, comments and bug reports to <https://code.zmaw.de/projects/cdo>
%prep
%setup
%build
%configure --prefix=%{_prefix} --with-netcdf --with-hdf5 --with-eccodes
make
%install
%make_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,755)
%doc AUTHORS LICENSE ChangeLog NEWS OPERATORS README doc/cdo.pdf doc/cdo_refcard.pdf
%{_prefix}/bin/cdo
%changelog
* Fri Sep 20 2024 Daniele Branchini <[email protected]> - 2.4.4-1
- Upstream update, added eccodes (GRIB/GRIB2) support
* Fri May 19 2023 - Emanuele Di Giacomo <[email protected]> - 2.2.0-3
- Add python3 in BuildRequires
* Fri May 19 2023 - Emanuele Di Giacomo <[email protected]> - 2.2.0-2
- Upstream update
* Fri Apr 24 2020 - Daniele Branchini <[email protected]> - 1.9.8-1
- Upstream update (fixes #1)
* Fri Sep 14 2018 - Daniele Branchini <[email protected]> - 1.9.5-1
- First build