New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11515 (closed submission: fixed)

Opened 6 years ago

Last modified 4 years ago

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

libnc-dap.tgz (1023 bytes) - added by takeshi@… 6 years ago.

Change History

Changed 6 years ago by takeshi@…

comment:1 Changed 6 years ago by eridius@…

  • Type changed from defect to enhancement

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.

comment:5 Changed 6 years ago by jmpp@…

  • Milestone changed from New Ports to Port Submissions

Milestone New Ports deleted

comment:6 Changed 4 years ago by jmr@…

  • Type changed from enhancement to submission

comment:7 Changed 4 years ago by anonymous

  • Milestone Port Submissions deleted

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.