Opened 6 years ago
Closed 4 years ago
#58306 closed defect (fixed)
esmf @@7_1_0r_1: undeclared lib dependency on netcdf, revision bump
Reported by: | petrrr | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | esmf |
Description
After netcdf update:
---> Scanning binaries for linking errors Could not open /opt/local/lib/libnetcdf.13.dylib: Error opening or reading file (referenced from /opt/local/bin/ESMF_Info) ---> Found 6 broken files, matching files to ports ---> Found 1 broken port, determining rebuild order You can always run 'port rev-upgrade' again to fix errors. The following ports will be rebuilt: esmf @7_1_0r+accelerate+gfortran
As a consequence a revision bump is required.
Change History (3)
comment:1 Changed 6 years ago by Dave-Allured (Dave Allured)
comment:2 Changed 6 years ago by Dave-Allured (Dave Allured)
My mistake, sorry. I checked ESMF source code. There is a direct dependency on netcdf
, and the current portfile esmf @7_1_0r_1
is in error. Different parts of the code call both netcdf
and netcdf-fortran
.
Port maintainer, would you please add netcdf
as a library dependency to the ESMF portfile? Thank you.
comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
According to the esmf portfile, netcdf is not a direct dependency of esmf. If you update your port netcdf-fortran, does that fix the problem?