Commit Graph

6 Commits (2ca7cfd24fb9e3da3ed1d4725714866912109df1)

Author SHA1 Message Date
Adam Vandenberg 83b371fba5 Introduce block form of mkdir 2012-02-24 21:35:51 -08:00
Adam Vandenberg da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Nibbles 2bits 89785eeb74 field3d 1.3.2
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>
2012-02-13 21:54:29 -08:00
Jack Nagel fcac1da152 'CHANGES' is also a meta file
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-11 21:59:30 -06:00
Jack Nagel 82a805cb65 Formula idioms
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-11 21:46:04 -06:00
Nibbles 2bits e0373f15a6 New Formula: field3d
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.

Closes Homebrew/homebrew#8362.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-11 17:44:41 -06:00