Ticket #11515 (closed submission: fixed)
NEW: libnc-dap-3.7.0
| Reported by: | takeshi@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | ||
| Port: |
Description
OPeNDAP variant of netcdf library
Attachments
Change History
comment:2 Changed 6 years ago by takanori@…
- Summary changed from libnc-dap-3.7.0 to NEW: libnc-dap-3.7.0
- Milestone set to New Ports
comment:3 Changed 6 years ago by takanori@…
Enomoto-san,
When I tried to build this port, it failed with this error:
$ sudo port -dt configure ... checking for f77... no checking for frt... no checking for pgf95... no checking for f95... no checking for f90... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for g77... no checking for Fortran 77 compiler default output file name... configure: error: Fortran 77 compiler cannot create executables See `config.log' for more details. Warning: the following items did not execute (for libnc-dap): com.apple.configure Error: Status 1 encountered during processing.
I also installed g95 via MacPorts, but nothing changed. (Maybe +g95 goes well.)
If another fortran compiler is required to install this port, such dependency should be declared in Portfile explicitly something like:
...
depends_lib port:curl \
port:fort77 \
port:libdap \
port:libxml2
...
variant g95 {
depends_lib-delete port:fort77
depends_lib-append port:g95
configure.env FC=${prefix}/bin/g95
}
comment:4 Changed 6 years ago by takanori@…
- Status changed from new to closed
- Resolution set to fixed
committed.
Note: See
TracTickets for help on using
tickets.

