Opened 8 years ago

Closed 8 years ago

#49654 closed defect (fixed)

apbs @1.4.1: restore optimizations

Reported by: howarth.at.macports@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: haspatch maintainer Cc:
Port: apbs

Description

The reworked apbs packaging dropped the optimizations flags from the previous packaging. These should be restored as the current packaging runs much slower when compiled without optimization flags.

Attachments (1)

Portfile.diff (1.1 KB) - added by howarth.at.macports@… 8 years ago.
Portfile diff to restore the dropped optimization flags from the previous packaging

Download all attachments as: .zip

Change History (4)

Changed 8 years ago by howarth.at.macports@…

Attachment: Portfile.diff added

Portfile diff to restore the dropped optimization flags from the previous packaging

comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch maintainer added

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: restore optimizations to apbs packageapbs: restore optimizations

Thanks.

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Summary: apbs: restore optimizationsapbs @1.4.1: restore optimizations

The permissions of the binaries were wrong, because they were specified in decimal instead of octal:

--wxrw--wt  1 root  wheel    96760 Nov 12 01:09 /opt/local/bin/apbs-analysis
--wxrw--wt  1 root  wheel    36216 Nov 12 01:09 /opt/local/bin/apbs-benchmark
--wxrw--wt  1 root  wheel   113884 Nov 12 01:09 /opt/local/bin/apbs-born
--wxrw--wt  1 root  wheel   119496 Nov 12 01:09 /opt/local/bin/apbs-coulomb
--wxrw--wt  1 root  wheel    34112 Nov 12 01:09 /opt/local/bin/apbs-del2dx
--wxrw--wt  1 root  wheel    88244 Nov 12 01:09 /opt/local/bin/apbs-dx2mol
--wxrw--wt  1 root  wheel    88296 Nov 12 01:09 /opt/local/bin/apbs-dx2uhbd
--wxrw--wt  1 root  wheel    96484 Nov 12 01:09 /opt/local/bin/apbs-dxmath
--wxrw--wt  1 root  wheel   104928 Nov 12 01:09 /opt/local/bin/apbs-mergedx
--wxrw--wt  1 root  wheel   108944 Nov 12 01:09 /opt/local/bin/apbs-mergedx2
--wxrw--wt  1 root  wheel    34292 Nov 12 01:09 /opt/local/bin/apbs-mgmesh
--wxrw--wt  1 root  wheel    88620 Nov 12 01:09 /opt/local/bin/apbs-multivalue
--wxrw--wt  1 root  wheel    13702 Mar 16  2015 /opt/local/bin/apbs-psize.py
--wxrw--wt  1 root  wheel   113436 Nov 12 01:09 /opt/local/bin/apbs-similarity
--wxrw--wt  1 root  wheel    96800 Nov 12 01:09 /opt/local/bin/apbs-smooth
--wxrw--wt  1 root  wheel    34032 Nov 12 01:09 /opt/local/bin/apbs-tensor2dx
--wxrw--wt  1 root  wheel    34548 Nov 12 01:09 /opt/local/bin/apbs-uhbd_asc2bin
--wxrw--wt  1 root  wheel    84324 Nov 12 01:09 /opt/local/bin/apbs-value

I committed a fix for this along with your patch in r142447.

Note: See TracTickets for help on using tickets.