This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] nccmp 1.7.4.1


This is a command-line diff tool for the NetCDF scientific data file format.
It's used by labs worldwide and I am the author.

setup.hint:
category: Science
requires: cygwin libnetcdf7 netcdf libnetcdf-devel
sdesc: "Compare two NetCDF files."
ldesc: "Compare two NetCDF files bitwise, semantically or
with a user defined tolerance (absolute or relative
percentage). Parallel comparisons are done in local memory
without requiring temporary files. Highly recommended for
regression testing scientific models or datasets in a
test-driven development environment."

Package files:
https://downloads.sourceforge.net/project/nccmp/cygwin/i686/setup.hint
https://downloads.sourceforge.net/project/nccmp/cygwin/i686/nccmp-1.7.4.1-1-src.tar.xz
https://downloads.sourceforge.net/project/nccmp/cygwin/i686/nccmp-1.7.4.1-1.tar.xz
https://downloads.sourceforge.net/project/nccmp/cygwin/x86_64/setup.hint
https://downloads.sourceforge.net/project/nccmp/cygwin/x86_64/nccmp-1.7.4.1-1-src.tar.xz
https://downloads.sourceforge.net/project/nccmp/cygwin/x86_64/nccmp-1.7.4.1-1.tar.xz

Existing reference Ubuntu packages:
https://launchpad.net/~remik-ziemlinski/+archive/ubuntu/nccmp

nccmp.cygport:
NAME="nccmp"
VERSION=1.7.4.1
RELEASE=1

CATEGORY="Science"
SUMMARY="Compare two NetCDF files."
DESCRIPTION="Compare two NetCDF files bitwise, semantically or
with a user defined tolerance (absolute or relative
percentage). Parallel comparisons are done in local memory
without requiring temporary files. Highly recommended for
regression testing scientific models or datasets in a
test-driven development environment."

REQUIRES="netcdf libnetcdf-devel"
HOMEPAGE="http://nccmp.sourceforge.net";
SRC_URI="https://downloads.sourceforge.net/project/nccmp/nccmp-1.7.4.1.tar.xz";

Build:
./configure && make && make check && make install

Thanks,
Remik


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]