Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#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 (1)

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

Download all attachments as: .zip

Change History (8)

Changed 17 years ago by takeshi@…

Attachment: libnc-dap.tgz added

comment:1 Changed 17 years ago by kballard (Lily Ballard)

Type: defectenhancement

comment:2 Changed 17 years ago by takanori@…

Milestone: New Ports
Summary: libnc-dap-3.7.0NEW: libnc-dap-3.7.0

comment:3 Changed 17 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 17 years ago by takanori@…

Resolution: fixed
Status: newclosed

committed.

comment:5 Changed 17 years ago by jmpp@…

Milestone: New PortsPort Submissions

Milestone New Ports deleted

comment:6 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:7 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.