Commit graph

8 commits

Author SHA1 Message Date
nibbles 2bits
ace9530c6a qhull 2012.1
Upgrade qhull to version 2012.1
Adjust the patch for this version and put it inline.
Patch doesn't need to remove `user_eg user_eg2 user_eg3` anymore
because the test programs are not built by default.
Remove the CMake variable to adjust the man page location which
it gets correct now.
Put the source directory last on the `cmake` command line.
Tested on Lion using clang and llvm from XCode-4.3.3 by using
the examples provided in the `qhull` usage.

Closes Homebrew/homebrew#12911.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-26 20:06:55 -05:00
Jack Nagel
c7630f5ff4 Use new std_cmake_args method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22 22:22:00 -05:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Adam Vandenberg
7c5720e36f Put source path last in cmake args 2012-02-24 21:35:51 -08:00
Adam Vandenberg
9b0487af96 qhull: fix audit warning 2011-08-30 09:40:48 -07:00
Charlie Sharpsteen
7e120845e3 QHull: Update to 2011.1
Also switched to CMake-based build as the Makefile provided is difficult to use
and requires patching to be compatible with XCode's GCC.
2011-08-29 11:31:45 -07:00
Adam Vandenberg
62d6765a30 qhull: audit warnings 2011-03-21 13:07:15 -07:00
Camillo Lugaresi
4abf57a446 new formula: qhull
Qhull is a mathematical library used by Octave. This formula installs all components into the correct locations, including the libraries and headers, so that Octave can use it.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12 13:30:29 -08:00