| Summary: | C++ API clash in octave and octave-forge ports | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Steven G. Kargl <kargl> |
| Component: | Individual Port(s) | Assignee: | Tijl Coosemans <tijl> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Steven G. Kargl
2014-02-11 18:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->tijl I'll be committing a massive patch to all Fortran ports in a few days which should fix this. Hi, Can you check if this fixed after r344614? Tijl Coosemans wrote: > Hi, > > Can you check if this fixed after r344614? Yes, r344614 seems to have fixed the problem. After 'portmaster -r octave-3.8.0_1', I have octave:1> pkg load netcdf octave:2> test_netcdf Using NetCDF library version "4.1.3 of Feb 16 2014 10:01:44 $" run test_netcdf_constant.............. OK run test_netcdf_create................ OK run test_netcdf_low_level_interface... OK run test_netcdf_datatypes............. OK run test_netcdf_scalar_variable....... OK run test_netcdf_attributes............ OK run test_netcdf_high_level_interface.. warning: isequalwithequalnans is obsolete and will be removed from a future version of Octave, please use isequaln instead OK run test_netcdf_ncwriteschema......... OK run test_netcdf_ncwriteschema_unlim... OK run test_netcdf_ncwriteschema_chunking OK run test_netcdf_ncwriteschema_group... OK Thanks! -- Steve http://troutmask.apl.washington.edu/~kargl/ State Changed From-To: open->closed Fixed in r344614. |