#40457: NEW: NEURON -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: neuron | -------------------------+-------------------------------- Comment (by christsc@…): Replying to [comment:1 ryandesign@…]:
Variants whose names begin with "no" are deprecated and should not be added to new ports. Instead, if there must be a variant, name it "gui" and enable it by default.
Thanks for your review. A revised Portfile is attached. To make the binaries directly executable without prefix, I was thinking to add the following to post-destroot: {{{ ln -s ${applications_dir}/NEURON/nrn/${arch}/bin/* ${destroot}${prefix}/bin/ }}} Is there a better way to achieve this? -- Ticket URL: <https://trac.macports.org/ticket/40457#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X