Upgrade field3d to version 1.3.2. Remove Clang compiler flags that
cause SCons to error during the build. Works on Lion and Snow Lep
with all five compilers now.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This creates a new formula for Field3D, an open source library for
storing voxel data. It provides C++ classes that handle in-memory
storage and a file format based on HDF5 that allows the C++ objects
to be written to and read from disk.
The field3d.rb formula depends on scons to configure and build the
software, and cmake to build the docs. Deps on boost, ilmbase,
and hdf5 round out the requirements, setting the stage for handling
HDR images from International Light and Magic. Field3d will be a
dep in the upcoming openimageio formula.
This compiles and passes its unit tests with all three compilers,
llvm-2335.9, gcc-4.2.1.5666, and clang-2.0.139 from XCode 4.0.2
on 64bit OSX Snow Leopard.
ClosesHomebrew/homebrew#8362.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>