#39282: Submission: octopus -------------------------+-------------------------------- Reporter: dstrubbe@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: octopus | -------------------------+-------------------------------- Comment (by ryandesign@…): Thanks. Some observations: These lines can be removed because they are the defaults: {{{ distfiles octopus-${version}.tar.gz extract.suffix .tar.gz extract.cmd tar extract.pre_args -xzf }}} Setting `FCFLAGS=-O3 CFLAGS=-O3` in `configure.args` can be more simply accomplished by setting `configure.optflags` to `-O3`. The port version is 4.1.0 but the livecheck says the latest version is 4.0.1. Perhaps livechecking http://www.tddft.org/programs/octopus/download/ would be more accurate. Downloading from there would be better too because it would [wiki:howto/AvoidRedirects avoid an HTTP redirect]. The checksums don't match. The universal variant doesn't work: {{{ Error: Cannot install octopus for the arch(s) 'i386 x86_64' because Error: its dependency libxc does not build for the required arch(s) by default Error: and does not have a universal variant. }}} You could disable the universal variant to resolve that. Usually we'd like to add a universal variant if possible, but these ports use gcc4x ports to compile, which makes a universal variant difficult. -- Ticket URL: <https://trac.macports.org/ticket/39282#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X