[131336] trunk/dports/science

Ryan Schmidt ryandesign at macports.org
Sat Jan 10 07:57:39 PST 2015


> On Jan 9, 2015, at 10:19 PM, eborisch at macports.org wrote:
> 
> Revision
> 131336
> Author
> eborisch at macports.org
> Date
> 2015-01-09 20:19:30 -0800 (Fri, 09 Jan 2015)
> Log Message
> 
> hdf5-lz4-plugin: New port; adds lz4 de/compressor as plugin to HDF5.

> Added: trunk/dports/science/hdf5-lz4-plugin/Portfile (0 => 131336)

> +configure {
> +}


"use_configure no" should be used instead of "configure {}".

When you don't have a configure phase, you're also responsible for adding code to ensure you're UsingTheRightCompiler (which I see you're doing by appending CC=${configure.cc} to build.env), adding -arch flags, and adding a working universal variant if possible.




More information about the macports-dev mailing list