aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/field3d.rb
AgeCommit message (Collapse)Author
2013-03-28Change github /tarball/ URLs to /archive/ for formulae A-KAndrew Janke
The `brew audit` check complains about the older /tarball/ URL scheme. Update formulae to use the new /archive/ URL and update the SHA to match. Closes #18813. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-04field3d: addtional fixes from @2bits to pr #14161Robert Lenhardt
Closes #14515. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-28field3d: fix building against boost 1.50.0Robert Lenhardt
Also, turn off documentation to simplify formula Closes #14161. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24Introduce block form of mkdirAdam Vandenberg
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-02-13field3d 1.3.2Nibbles 2bits
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>
2011-12-11'CHANGES' is also a meta fileJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-11Formula idiomsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-11New Formula: field3dNibbles 2bits
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 #8362. Signed-off-by: Jack Nagel <jacknagel@gmail.com>