Skip to content

Commit

Permalink
science/cdo: Update to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 4, 2023
1 parent 18e5fa8 commit e2d5df7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
5 changes: 2 additions & 3 deletions science/cdo/Makefile
@@ -1,8 +1,7 @@
PORTNAME= cdo
PORTVERSION= 2.2.0
PORTREVISION= 2
PORTVERSION= 2.2.2
CATEGORIES= science
MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/28013/ \
MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/28882/ \
LOCAL/sunpoet

MAINTAINER= sunpoet@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions science/cdo/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1682616632
SHA256 (cdo-2.2.0.tar.gz) = 679c8d105706caffcba0960ec5ddc4a1332c1b40c52f82c3937356999d8fadf2
SIZE (cdo-2.2.0.tar.gz) = 13305096
TIMESTAMP = 1693333933
SHA256 (cdo-2.2.2.tar.gz) = 419c77315244019af41a296c05066f474cccbf94debfaae9e2106da51bc7c937
SIZE (cdo-2.2.2.tar.gz) = 13482347
11 changes: 0 additions & 11 deletions science/cdo/files/patch-libcdi_src_cgribexlib.c
Expand Up @@ -9,17 +9,6 @@
#pragma options nostrict
#include <ppu_intrinsics.h>
#endif
@@ -736,8 +736,8 @@ void pwr6_minmax_val_double_unrolled6(const double *re
{
size_t residual = datasize % __UNROLL_DEPTH_1;
size_t ofs = datasize - residual;
- double register dmin[__UNROLL_DEPTH_1];
- double register dmax[__UNROLL_DEPTH_1];
+ double dmin[__UNROLL_DEPTH_1];
+ double dmax[__UNROLL_DEPTH_1];

for (size_t j = 0; j < __UNROLL_DEPTH_1; ++j)
{
@@ -749,21 +749,21 @@ void pwr6_minmax_val_double_unrolled6(const double *re
{
for (size_t j = 0; j < __UNROLL_DEPTH_1; ++j)
Expand Down
4 changes: 2 additions & 2 deletions science/cdo/pkg-plist
Expand Up @@ -5,8 +5,8 @@ include/cdi.h
include/cdi.inc
include/cdi_datetime.h
include/julian_date.h
lib/cmake/cdi-config-version.cmake
lib/cmake/cdi-config.cmake
lib/cmake/cdi/cdi-config-version.cmake
lib/cmake/cdi/cdi-config.cmake
lib/libcdi.a
lib/libcdi.so
lib/libcdi.so.0
Expand Down

0 comments on commit e2d5df7

Please sign in to comment.