[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDFJava #YCN-767203]: Using native NetCDF 4 library with assertions enabled
- Subject: [netCDFJava #YCN-767203]: Using native NetCDF 4 library with assertions enabled
- Date: Thu, 05 Feb 2015 14:03:42 -0700
Peter,
It works here for me on OSX 10.9.5, provided I comment out the lines referring
to HDFJava (which I don't have readily installed):
Writing version netcdf3
file.exists() = true
file.length() = 65612
file.delete() = true
Writing version netcdf4
Feb 05, 2015 1:53:08 PM ucar.nc2.jni.netcdf.Nc4Iosp load
INFO: NetCDF-4 C library loaded (jna_path='null', libname='netcdf').
NetCDF-4 C library loaded (jna_path='null', libname='netcdf').
Netcdf nc_inq_libvers='4.3.2 of Jun 12 2014 21:11:58 $' isProtected=false
file.exists() = true
file.length() = 507
file.delete() = true
Can you remove the parts that use ncsa.hdf.object.FileFormat and verify that it
still fails? If so, how have you installed the NetCDF C library? Mine's coming
from homebrew.
Ryan
> It works for me on Linux as well, but not on OS X. Did you do your testing
> under Linux?
>
> Peter
>
Ticket Details
===================
Ticket ID: YCN-767203
Department: Support netCDF Java
Priority: Critical
Status: Open